#include <vtkTableExtentTranslator.h>
Inheritance diagram for vtkTableExtentTranslator:
vtkTableExtentTranslator provides a vtkExtentTranslator that is programmed with a specific extent corresponding to each piece number. Readers can provide this to an application to allow the pipeline to execute using the same piece breakdown that is provided in the input file.
Definition at line 30 of file vtkTableExtentTranslator.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) |
int | PieceToExtent () |
void | SetNumberOfPieces (int pieces) |
void | SetNumberOfPiecesInTable (int pieces) |
virtual int | GetNumberOfPiecesInTable () |
int | PieceToExtentByPoints () |
int | PieceToExtentThreadSafe (int piece, int numPieces, int ghostLevel, int *wholeExtent, int *resultExtent, int splitMode, int byPoints) |
virtual void | SetExtentForPiece (int piece, int *extent) |
virtual void | GetExtentForPiece (int piece, int *extent) |
virtual int * | GetExtentForPiece (int piece) |
virtual void | SetMaximumGhostLevel (int) |
virtual int | GetMaximumGhostLevel () |
virtual void | SetPieceAvailable (int piece, int available) |
virtual int | GetPieceAvailable (int piece) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkTableExtentTranslator * | SafeDownCast (vtkObject *o) |
static vtkTableExtentTranslator * | New () |
Protected Member Functions | |
vtkTableExtentTranslator () | |
~vtkTableExtentTranslator () | |
Protected Attributes | |
int * | ExtentTable |
int | NumberOfPiecesInTable |
int | MaximumGhostLevel |
int * | PieceAvailable |
|
Reimplemented from vtkExtentTranslator. Definition at line 33 of file vtkTableExtentTranslator.h. |
|
|
|
|
|
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. |
|
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. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkExtentTranslator. |
|
Reimplemented from vtkExtentTranslator. |
|
Set the real number of pieces in the extent table. |
|
|
|
Called to translate the current piece into an extent. This is not thread safe. Reimplemented from vtkExtentTranslator. |
|
Not supported by this subclass of vtkExtentTranslator. Reimplemented from vtkExtentTranslator. |
|
Not supported by this subclass of vtkExtentTranslator. Reimplemented from vtkExtentTranslator. |
|
Set the extent to be used for a piece. This sets the extent table entry for the piece. |
|
Get the extent table entry for the given piece. This is only for code that is setting up the table. Extent translation should always be done through the PieceToExtent method. |
|
Set the extent to be used for a piece. This sets the extent table entry for the piece. |
|
Set the maximum ghost level that can be requested. This can be used by a reader to make sure an extent request does not go outside the boundaries of the piece's file. |
|
Set the maximum ghost level that can be requested. This can be used by a reader to make sure an extent request does not go outside the boundaries of the piece's file. |
|
Get/Set whether the given piece is available. Requesting a piece that is not available will produce errors in the pipeline. |
|
Get/Set whether the given piece is available. Requesting a piece that is not available will produce errors in the pipeline. |
|
Definition at line 100 of file vtkTableExtentTranslator.h. |
|
Definition at line 101 of file vtkTableExtentTranslator.h. |
|
Definition at line 102 of file vtkTableExtentTranslator.h. |
|
Definition at line 105 of file vtkTableExtentTranslator.h. |