#include <vtkMultiPartExtentTranslator.h>
Public Types | |
typedef vtkExtentTranslator | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual int | PieceToExtentThreadSafe (int piece, int numPieces, int ghostLevel, int *wholeExtent, int *resultExtent, int splitMode, int byPoints) |
Static Public Member Functions | |
static vtkMultiPartExtentTranslator * | New () |
static int | IsTypeOf (const char *type) |
static vtkMultiPartExtentTranslator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMultiPartExtentTranslator () | |
~vtkMultiPartExtentTranslator () |
This is used when a parallel data set is composed of multple structured pieces.
Definition at line 31 of file vtkMultiPartExtentTranslator.h.
Reimplemented from vtkExtentTranslator.
Definition at line 36 of file vtkMultiPartExtentTranslator.h.
vtkMultiPartExtentTranslator::vtkMultiPartExtentTranslator | ( | ) | [protected] |
vtkMultiPartExtentTranslator::~vtkMultiPartExtentTranslator | ( | ) | [protected] |
static vtkMultiPartExtentTranslator* vtkMultiPartExtentTranslator::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkExtentTranslator.
virtual const char* vtkMultiPartExtentTranslator::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkExtentTranslator.
static int vtkMultiPartExtentTranslator::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkExtentTranslator.
virtual int vtkMultiPartExtentTranslator::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkExtentTranslator.
static vtkMultiPartExtentTranslator* vtkMultiPartExtentTranslator::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkExtentTranslator.
virtual int vtkMultiPartExtentTranslator::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 arguements are fully thread safe.
Reimplemented from vtkExtentTranslator.