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 const char * GetClassName ()
virtual int IsA (const char *type)
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 (vtkObject *o)

Protected Member Functions

 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 30 of file vtkPMaskPoints.h.


Member Typedef Documentation

Reimplemented from vtkMaskPoints.

Definition at line 34 of file vtkPMaskPoints.h.


Constructor & Destructor Documentation

vtkPMaskPoints::vtkPMaskPoints ( ) [protected]
vtkPMaskPoints::~vtkPMaskPoints ( ) [protected]

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.

virtual const char* vtkPMaskPoints::GetClassName ( ) [virtual]

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 ( vtkObject o) [static]

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.


Member Data Documentation

Definition at line 53 of file vtkPMaskPoints.h.


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