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

parallel version of vtkReflectionFilter More...

#include <vtkPReflectionFilter.h>

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

List of all members.

Public Types

typedef vtkReflectionFilter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPReflectionFilterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()

Static Public Member Functions

static vtkPReflectionFilterNew ()
static int IsTypeOf (const char *type)
static vtkPReflectionFilterSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPReflectionFilter ()
 ~vtkPReflectionFilter ()
virtual int ComputeBounds (vtkDataObject *input, double bounds[6])

Protected Attributes

vtkMultiProcessControllerController

Detailed Description

parallel version of vtkReflectionFilter

vtkPReflectionFilter is a parallel version of vtkReflectionFilter which takes into consideration the full dataset bounds for performing the reflection.

Definition at line 30 of file vtkPReflectionFilter.h.


Member Typedef Documentation

Reimplemented from vtkReflectionFilter.

Definition at line 34 of file vtkPReflectionFilter.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 vtkReflectionFilter.

static int vtkPReflectionFilter::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 vtkReflectionFilter.

virtual int vtkPReflectionFilter::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 vtkReflectionFilter.

Reimplemented from vtkReflectionFilter.

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

Reimplemented from vtkReflectionFilter.

Reimplemented from vtkReflectionFilter.

void vtkPReflectionFilter::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 vtkReflectionFilter.

Get/Set the parallel controller.

Get/Set the parallel controller.

virtual int vtkPReflectionFilter::ComputeBounds ( vtkDataObject input,
double  bounds[6] 
) [protected, virtual]

Internal method to compute bounds.

Reimplemented from vtkReflectionFilter.


Member Data Documentation

Definition at line 51 of file vtkPReflectionFilter.h.


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