VTK
|
#include <vtkImageDataLIC2DExtentTranslator.h>
Definition at line 28 of file vtkImageDataLIC2DExtentTranslator.h.
Reimplemented from vtkExtentTranslator.
Definition at line 33 of file vtkImageDataLIC2DExtentTranslator.h.
static vtkImageDataLIC2DExtentTranslator* vtkImageDataLIC2DExtentTranslator::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
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 | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkExtentTranslator.
virtual vtkObjectBase* vtkImageDataLIC2DExtentTranslator::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkExtentTranslator.
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.
Set the vtkImageDataLIC2D algorithm for which this extent translator is being used.
Set the vtkImageDataLIC2D algorithm for which this extent translator is being used.
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 59 of file vtkImageDataLIC2DExtentTranslator.h.
Definition at line 60 of file vtkImageDataLIC2DExtentTranslator.h.
Definition at line 61 of file vtkImageDataLIC2DExtentTranslator.h.