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

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

#include <vtkPExtractRectilinearGrid.h>

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

List of all members.

Public Types

typedef vtkExtractRectilinearGrid Superclass

Public Member Functions

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

Static Public Member Functions

static vtkPExtractRectilinearGridNew ()
static int IsTypeOf (const char *type)
static vtkPExtractRectilinearGridSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPExtractRectilinearGrid ()
virtual ~vtkPExtractRectilinearGrid ()
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 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.

See also:
vtkExtractRectilinearGrid

Definition at line 41 of file vtkPExtractRectilinearGrid.h.


Member Typedef Documentation

Reimplemented from vtkExtractRectilinearGrid.

Definition at line 46 of file vtkPExtractRectilinearGrid.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

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.

Reimplemented from vtkExtractRectilinearGrid.

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

Reimplemented from vtkExtractRectilinearGrid.


Member Data Documentation

Definition at line 61 of file vtkPExtractRectilinearGrid.h.


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