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

parallel Mask Points More...

#include <vtkPMaskPoints.h>

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

List of all members.

Public Types

typedef vtkMaskPoints Superclass

Public Member Functions

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

Static Public Member Functions

static vtkPMaskPointsNew ()
static int IsTypeOf (const char *type)
static vtkPMaskPointsSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () 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

vtkMultiProcessControllerController

Detailed Description

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.


Member Typedef Documentation

Reimplemented from vtkMaskPoints.

Definition at line 35 of file vtkPMaskPoints.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkMaskPoints.

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

Reimplemented from vtkMaskPoints.

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.

Set the communicator object for interprocess communication

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.


Member Data Documentation

Definition at line 54 of file vtkPMaskPoints.h.


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