VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPExtractGrid Class Reference

Extract VOI and/or sub-sample a distributed structured dataset. More...

#include <vtkPExtractGrid.h>

Inheritance diagram for vtkPExtractGrid:
Inheritance graph
[legend]
Collaboration diagram for vtkPExtractGrid:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkExtractGrid Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPExtractGridNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static vtkPExtractGridNew ()
static int IsTypeOf (const char *type)
static vtkPExtractGridSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPExtractGrid ()
virtual ~vtkPExtractGrid ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

vtkMPIControllerController

Detailed Description

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.

See also:
vtkExtractGrid

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.

See also:
vtkExtractVOI

Definition at line 39 of file vtkPExtractGrid.h.


Member Typedef Documentation

Reimplemented from vtkExtractGrid.

Definition at line 43 of file vtkPExtractGrid.h.


Constructor & Destructor Documentation

virtual vtkPExtractGrid::~vtkPExtractGrid ( ) [protected, virtual]

Member Function Documentation

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.

Reimplemented from vtkExtractGrid.

virtual vtkObjectBase* vtkPExtractGrid::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkExtractGrid.

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.

Reimplemented from vtkExtractGrid.

This is called by the superclass. This is the method you should override.

Reimplemented from vtkExtractGrid.


Member Data Documentation

Definition at line 58 of file vtkPExtractGrid.h.


The documentation for this class was generated from the following file: