VTK
|
parallel version of vtkReflectionFilter More...
#include <vtkPReflectionFilter.h>
Public Types | |
typedef vtkReflectionFilter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPReflectionFilter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
static vtkPReflectionFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkPReflectionFilter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPReflectionFilter () | |
~vtkPReflectionFilter () | |
virtual int | ComputeBounds (vtkDataObject *input, double bounds[6]) |
Protected Attributes | |
vtkMultiProcessController * | Controller |
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.
Reimplemented from vtkReflectionFilter.
Definition at line 34 of file vtkPReflectionFilter.h.
vtkPReflectionFilter::vtkPReflectionFilter | ( | ) | [protected] |
vtkPReflectionFilter::~vtkPReflectionFilter | ( | ) | [protected] |
static vtkPReflectionFilter* vtkPReflectionFilter::New | ( | ) | [static] |
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.
static vtkPReflectionFilter* vtkPReflectionFilter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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.
virtual vtkMultiProcessController* vtkPReflectionFilter::GetController | ( | ) | [virtual] |
Get/Set the parallel controller.
virtual int vtkPReflectionFilter::ComputeBounds | ( | vtkDataObject * | input, |
double | bounds[6] | ||
) | [protected, virtual] |
Internal method to compute bounds.
Reimplemented from vtkReflectionFilter.
Definition at line 51 of file vtkPReflectionFilter.h.