#include <vtkImageDataLIC2DExtentTranslator.h>
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 vtkExtentTranslator * | GetInputExtentTranslator () |
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 *) |
vtkImageDataLIC2D * | GetAlgorithm () |
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] |
vtkExtentTranslator * | InputExtentTranslator |
vtkWeakPointer< vtkImageDataLIC2D > | Algorithm |
Reimplemented from vtkExtentTranslator.
Definition at line 31 of file vtkImageDataLIC2DExtentTranslator.h.
vtkImageDataLIC2DExtentTranslator::vtkImageDataLIC2DExtentTranslator | ( | ) | [protected] |
vtkImageDataLIC2DExtentTranslator::~vtkImageDataLIC2DExtentTranslator | ( | ) | [protected] |
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.
int vtkImageDataLIC2DExtentTranslator::InputWholeExtent[6] [protected] |
Definition at line 57 of file vtkImageDataLIC2DExtentTranslator.h.
Definition at line 58 of file vtkImageDataLIC2DExtentTranslator.h.
Definition at line 59 of file vtkImageDataLIC2DExtentTranslator.h.