#include <vtkPReflectionFilter.h>
vtkPReflectionFilter is a parallel version of vtkReflectionFilter which takes into consideration the full dataset bounds for performing the reflection.
Definition at line 29 of file vtkPReflectionFilter.h.
Public Types | |
typedef vtkReflectionFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
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 (vtkObject *o) |
Protected Member Functions | |
vtkPReflectionFilter () | |
~vtkPReflectionFilter () | |
virtual int | ComputeBounds (vtkDataObject *input, double bounds[6]) |
Protected Attributes | |
vtkMultiProcessController * | Controller |
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.
virtual const char* vtkPReflectionFilter::GetClassName | ( | ) | [virtual] |
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 | ( | vtkObject * | o | ) | [static] |
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.
void vtkPReflectionFilter::SetController | ( | vtkMultiProcessController * | ) |
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 50 of file vtkPReflectionFilter.h.