#include <vtkMultiPartExtentTranslator.h>
Inheritance diagram for vtkMultiPartExtentTranslator:


This is used when a parallel data set is composed of multple structured pieces.
Definition at line 31 of file vtkMultiPartExtentTranslator.h.
| virtual int | PieceToExtentThreadSafe (int piece, int numPieces, int ghostLevel, int *wholeExtent, int *resultExtent, int splitMode, int byPoints) | 
| static vtkMultiPartExtentTranslator * | SafeDownCast (vtkObject *o) | 
Public Types | |
| typedef vtkExtentTranslator | Superclass | 
Public Member Functions | |
| virtual const char * | GetClassName () | 
| virtual int | IsA (const char *type) | 
Static Public Member Functions | |
| static vtkMultiPartExtentTranslator * | New () | 
| static int | IsTypeOf (const char *type) | 
Protected Member Functions | |
| vtkMultiPartExtentTranslator () | |
| ~vtkMultiPartExtentTranslator () | |
      
  | 
  
| 
 
 Reimplemented from vtkExtentTranslator. Definition at line 36 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.  | 
  
      
  | 
  
| 
 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.  | 
  
      
  | 
  ||||||||||||||||||||||||||||||||
| 
 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.  | 
  
 1.4.3-20050530