#include <vtkMultiPartExtentTranslator.h>
Inheritance diagram for vtkMultiPartExtentTranslator:
This is used when a parallel data set is composed of multple structured pieces.
Definition at line 41 of file 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 | |
vtkMultiPartExtentTranslator * | New () |
int | IsTypeOf (const char *type) |
vtkMultiPartExtentTranslator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMultiPartExtentTranslator () | |
~vtkMultiPartExtentTranslator () |
|
Reimplemented from vtkExtentTranslator. Definition at line 46 of file vtkMultiPartExtentTranslator.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkExtentTranslator. |
|
Reimplemented from vtkExtentTranslator. |
|
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. |
|
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. |
|
Reimplemented from vtkExtentTranslator. |
|
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. |