vtkImageDataLIC2DExtentTranslator Class Reference

#include <vtkImageDataLIC2DExtentTranslator.h>

Inheritance diagram for vtkImageDataLIC2DExtentTranslator:

Inheritance graph
[legend]
Collaboration diagram for vtkImageDataLIC2DExtentTranslator:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 27 of file vtkImageDataLIC2DExtentTranslator.h.


Public Types

typedef vtkExtentTranslator Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void SetInputExtentTranslator (vtkExtentTranslator *)
virtual vtkExtentTranslatorGetInputExtentTranslator ()
virtual void SetInputWholeExtent (int, int, int, int, int, int)
virtual void SetInputWholeExtent (int[6])
virtual int * GetInputWholeExtent ()
virtual void GetInputWholeExtent (int &, int &, int &, int &, int &, int &)
virtual void GetInputWholeExtent (int[6])
virtual int PieceToExtentThreadSafe (int piece, int numPieces, int ghostLevel, int *wholeExtent, int *resultExtent, int splitMode, int byPoints)
void SetAlgorithm (vtkImageDataLIC2D *)
vtkImageDataLIC2DGetAlgorithm ()

Static Public Member Functions

static
vtkImageDataLIC2DExtentTranslator
New ()
static int IsTypeOf (const char *type)
static
vtkImageDataLIC2DExtentTranslator
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkImageDataLIC2DExtentTranslator ()
 ~vtkImageDataLIC2DExtentTranslator ()

Protected Attributes

int InputWholeExtent [6]
vtkExtentTranslatorInputExtentTranslator
vtkWeakPointer< vtkImageDataLIC2DAlgorithm

Member Typedef Documentation

Reimplemented from vtkExtentTranslator.

Definition at line 31 of file vtkImageDataLIC2DExtentTranslator.h.


Constructor & Destructor Documentation

vtkImageDataLIC2DExtentTranslator::vtkImageDataLIC2DExtentTranslator (  )  [protected]

vtkImageDataLIC2DExtentTranslator::~vtkImageDataLIC2DExtentTranslator (  )  [protected]


Member Function Documentation

static vtkImageDataLIC2DExtentTranslator* vtkImageDataLIC2DExtentTranslator::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkExtentTranslator.

virtual const char* vtkImageDataLIC2DExtentTranslator::GetClassName (  )  [virtual]

Reimplemented from vtkExtentTranslator.

static int vtkImageDataLIC2DExtentTranslator::IsTypeOf ( const char *  name  )  [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkExtentTranslator.

virtual int vtkImageDataLIC2DExtentTranslator::IsA ( const char *  name  )  [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkExtentTranslator.

static vtkImageDataLIC2DExtentTranslator* vtkImageDataLIC2DExtentTranslator::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkExtentTranslator.

void vtkImageDataLIC2DExtentTranslator::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkExtentTranslator.

void vtkImageDataLIC2DExtentTranslator::SetAlgorithm ( vtkImageDataLIC2D  ) 

Set the vtkImageDataLIC2D algorithm for which this extent translator is being used.

vtkImageDataLIC2D* vtkImageDataLIC2DExtentTranslator::GetAlgorithm (  ) 

Set the vtkImageDataLIC2D algorithm for which this extent translator is being used.

void vtkImageDataLIC2DExtentTranslator::SetInputExtentTranslator ( vtkExtentTranslator  ) 

virtual vtkExtentTranslator* vtkImageDataLIC2DExtentTranslator::GetInputExtentTranslator (  )  [virtual]

virtual void vtkImageDataLIC2DExtentTranslator::SetInputWholeExtent ( int  ,
int  ,
int  ,
int  ,
int  ,
int   
) [virtual]

virtual void vtkImageDataLIC2DExtentTranslator::SetInputWholeExtent ( int  [6]  )  [virtual]

virtual int* vtkImageDataLIC2DExtentTranslator::GetInputWholeExtent (  )  [virtual]

virtual void vtkImageDataLIC2DExtentTranslator::GetInputWholeExtent ( int &  ,
int &  ,
int &  ,
int &  ,
int &  ,
int &   
) [virtual]

virtual void vtkImageDataLIC2DExtentTranslator::GetInputWholeExtent ( int  [6]  )  [virtual]

virtual int vtkImageDataLIC2DExtentTranslator::PieceToExtentThreadSafe ( int  piece,
int  numPieces,
int  ghostLevel,
int *  wholeExtent,
int *  resultExtent,
int  splitMode,
int  byPoints 
) [virtual]

These are the main methods that should be called. These methods are responsible for converting a piece to an extent. The signatures without arguments are only thread safe when each thread accesses a different instance. The signatures with arguments are fully thread safe.

Reimplemented from vtkExtentTranslator.


Member Data Documentation

Definition at line 57 of file vtkImageDataLIC2DExtentTranslator.h.

Definition at line 58 of file vtkImageDataLIC2DExtentTranslator.h.

Definition at line 59 of file vtkImageDataLIC2DExtentTranslator.h.


The documentation for this class was generated from the following file:

Generated on Wed Aug 24 11:40:41 2011 for VTK by  doxygen 1.5.6