#include <vtkPVExtentTranslator.h>
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVExtentTranslator, vtkExtentTranslator) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | PieceToExtentThreadSafe (int piece, int numPieces, int ghostLevel, int *wholeExtent, int *resultExtent, int splitMode, int byPoints) |
virtual void | SetOriginalSource (vtkDataSet *) |
virtual vtkDataSet * | GetOriginalSource () |
Static Public Member Functions | |
vtkPVExtentTranslator * | New () |
Protected Member Functions | |
vtkPVExtentTranslator () | |
~vtkPVExtentTranslator () | |
vtkPVExtentTranslator (const vtkPVExtentTranslator &) | |
void | operator= (const vtkPVExtentTranslator &) |
Protected Attributes | |
vtkDataSet * | OriginalSource |
vtkPVExtentTranslator is like extent translator, but it uses an alternative source as a whole extent. The whole extent passed is assumed to be a subextent of the original source. we simple take the intersection of the split extent and the whole extdent passed in. We are attempting to make branning piplines request consistent extents with the same piece requests.
Definition at line 36 of file vtkPVExtentTranslator.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
This is the original upstream data set |
|
This is the original upstream data set |
|
|
|
|
|
Definition at line 59 of file vtkPVExtentTranslator.h. |