VTK
|
Extract VOI and/or sub-sample a distributed structured dataset. More...
#include <vtkPExtractGrid.h>
Public Types | |
typedef vtkExtractGrid | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPExtractGrid * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkPExtractGrid * | New () |
static int | IsTypeOf (const char *type) |
static vtkPExtractGrid * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPExtractGrid () | |
virtual | ~vtkPExtractGrid () |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
vtkMPIController * | Controller |
Extract VOI and/or sub-sample a distributed structured dataset.
vtkPExtractGrid inherits from vtkExtractGrid and provides additional functionality when dealing with a distributed dataset. Specifically, when sub-sampling a dataset, a gap may be introduced between partitions. This filter handles such cases correctly by growing the grid to the right to close the gap.
vtkPExtractVOI inherits from vtkExtractVOI and provides additional functionality when dealing with a distributed dataset. Specifically, when sub-sampling a dataset, a gap may be introduced between partitions. This filter handles such cases correctly by growing the grid to the right to close the gap.
Definition at line 39 of file vtkPExtractGrid.h.
Reimplemented from vtkExtractGrid.
Definition at line 43 of file vtkPExtractGrid.h.
vtkPExtractGrid::vtkPExtractGrid | ( | ) | [protected] |
virtual vtkPExtractGrid::~vtkPExtractGrid | ( | ) | [protected, virtual] |
static vtkPExtractGrid* vtkPExtractGrid::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkExtractGrid.
static int vtkPExtractGrid::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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkExtractGrid.
virtual int vtkPExtractGrid::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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkExtractGrid.
static vtkPExtractGrid* vtkPExtractGrid::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkExtractGrid.
virtual vtkObjectBase* vtkPExtractGrid::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkExtractGrid.
vtkPExtractGrid* vtkPExtractGrid::NewInstance | ( | ) | const |
Reimplemented from vtkExtractGrid.
void vtkPExtractGrid::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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 vtkExtractGrid.
virtual int vtkPExtractGrid::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkExtractGrid.
virtual int vtkPExtractGrid::RequestInformation | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
Reimplemented from vtkExtractGrid.
virtual int vtkPExtractGrid::RequestUpdateExtent | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkExtractGrid.
vtkMPIController* vtkPExtractGrid::Controller [protected] |
Definition at line 58 of file vtkPExtractGrid.h.