VTK
|
parallel Mask Points More...
#include <vtkPMaskPoints.h>
Public Types | |
typedef vtkMaskPoints | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPMaskPoints * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkMultiProcessController * | GetController () |
virtual void | SetController (vtkMultiProcessController *) |
Static Public Member Functions | |
static vtkPMaskPoints * | New () |
static int | IsTypeOf (const char *type) |
static vtkPMaskPoints * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPMaskPoints () | |
~vtkPMaskPoints () | |
virtual void | InternalScatter (unsigned long *, unsigned long *, int, int) |
virtual void | InternalGather (unsigned long *, unsigned long *, int, int) |
virtual int | InternalGetNumberOfProcesses () |
virtual int | InternalGetLocalProcessId () |
virtual void | InternalBarrier () |
Protected Attributes | |
vtkMultiProcessController * | Controller |
parallel Mask Points
The difference between this implementation and vtkMaskPoints is the use of the vtkMultiProcessController and that ProportionalMaximumNumberOfPoints is obeyed.
Definition at line 31 of file vtkPMaskPoints.h.
Reimplemented from vtkMaskPoints.
Definition at line 35 of file vtkPMaskPoints.h.
vtkPMaskPoints::vtkPMaskPoints | ( | ) | [protected] |
vtkPMaskPoints::~vtkPMaskPoints | ( | ) | [protected] |
static vtkPMaskPoints* vtkPMaskPoints::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkMaskPoints.
static int vtkPMaskPoints::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 vtkMaskPoints.
virtual int vtkPMaskPoints::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 vtkMaskPoints.
static vtkPMaskPoints* vtkPMaskPoints::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkMaskPoints.
virtual vtkObjectBase* vtkPMaskPoints::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkMaskPoints.
vtkPMaskPoints* vtkPMaskPoints::NewInstance | ( | ) | const |
Reimplemented from vtkMaskPoints.
void vtkPMaskPoints::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 vtkMaskPoints.
virtual vtkMultiProcessController* vtkPMaskPoints::GetController | ( | ) | [virtual] |
Set the communicator object for interprocess communication
virtual void vtkPMaskPoints::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
Set the communicator object for interprocess communication
virtual void vtkPMaskPoints::InternalScatter | ( | unsigned long * | , |
unsigned long * | , | ||
int | , | ||
int | |||
) | [protected, virtual] |
Reimplemented from vtkMaskPoints.
virtual void vtkPMaskPoints::InternalGather | ( | unsigned long * | , |
unsigned long * | , | ||
int | , | ||
int | |||
) | [protected, virtual] |
Reimplemented from vtkMaskPoints.
virtual int vtkPMaskPoints::InternalGetNumberOfProcesses | ( | ) | [protected, virtual] |
Reimplemented from vtkMaskPoints.
virtual int vtkPMaskPoints::InternalGetLocalProcessId | ( | ) | [protected, virtual] |
Reimplemented from vtkMaskPoints.
virtual void vtkPMaskPoints::InternalBarrier | ( | ) | [protected, virtual] |
Reimplemented from vtkMaskPoints.
vtkMultiProcessController* vtkPMaskPoints::Controller [protected] |
Definition at line 54 of file vtkPMaskPoints.h.