VTK
|
Extract VOI and/or sub-sample a distributed rectilinear grid dataset. More...
#include <vtkPExtractRectilinearGrid.h>
Public Types | |
typedef vtkExtractRectilinearGrid | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPExtractRectilinearGrid * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkPExtractRectilinearGrid * | New () |
static int | IsTypeOf (const char *type) |
static vtkPExtractRectilinearGrid * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPExtractRectilinearGrid () | |
virtual | ~vtkPExtractRectilinearGrid () |
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 rectilinear grid dataset.
vtkPExtractRectilinearGrid inherits from vtkExtractVOI & 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 41 of file vtkPExtractRectilinearGrid.h.
Reimplemented from vtkExtractRectilinearGrid.
Definition at line 46 of file vtkPExtractRectilinearGrid.h.
vtkPExtractRectilinearGrid::vtkPExtractRectilinearGrid | ( | ) | [protected] |
virtual vtkPExtractRectilinearGrid::~vtkPExtractRectilinearGrid | ( | ) | [protected, virtual] |
static vtkPExtractRectilinearGrid* vtkPExtractRectilinearGrid::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkExtractRectilinearGrid.
static int vtkPExtractRectilinearGrid::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 vtkExtractRectilinearGrid.
virtual int vtkPExtractRectilinearGrid::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 vtkExtractRectilinearGrid.
static vtkPExtractRectilinearGrid* vtkPExtractRectilinearGrid::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkExtractRectilinearGrid.
virtual vtkObjectBase* vtkPExtractRectilinearGrid::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkExtractRectilinearGrid.
Reimplemented from vtkExtractRectilinearGrid.
void vtkPExtractRectilinearGrid::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 vtkExtractRectilinearGrid.
virtual int vtkPExtractRectilinearGrid::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkExtractRectilinearGrid.
virtual int vtkPExtractRectilinearGrid::RequestInformation | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
Reimplemented from vtkExtractRectilinearGrid.
virtual int vtkPExtractRectilinearGrid::RequestUpdateExtent | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkExtractRectilinearGrid.
vtkMPIController* vtkPExtractRectilinearGrid::Controller [protected] |
Definition at line 61 of file vtkPExtractRectilinearGrid.h.