VTK
|
parallel Mask Points More...
#include <vtkPMaskPoints.h>
Public Types | |
typedef vtkMaskPoints | Superclass |
![]() | |
typedef vtkPolyDataAlgorithm | 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 *) |
![]() | |
vtkMaskPoints * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetOnRatio (int) |
virtual int | GetOnRatio () |
virtual void | SetMaximumNumberOfPoints (vtkIdType) |
virtual vtkIdType | GetMaximumNumberOfPoints () |
virtual void | SetOffset (vtkIdType) |
virtual vtkIdType | GetOffset () |
virtual void | SetRandomMode (int) |
virtual int | GetRandomMode () |
virtual void | RandomModeOn () |
virtual void | RandomModeOff () |
virtual void | SetRandomModeType (int) |
virtual int | GetRandomModeType () |
virtual void | SetProportionalMaximumNumberOfPoints (int) |
virtual int | GetProportionalMaximumNumberOfPoints () |
virtual void | ProportionalMaximumNumberOfPointsOn () |
virtual void | ProportionalMaximumNumberOfPointsOff () |
virtual void | SetGenerateVertices (int) |
virtual int | GetGenerateVertices () |
virtual void | GenerateVerticesOn () |
virtual void | GenerateVerticesOff () |
virtual void | SetSingleVertexPerCell (int) |
virtual int | GetSingleVertexPerCell () |
virtual void | SingleVertexPerCellOn () |
virtual void | SingleVertexPerCellOff () |
Static Public Member Functions | |
static vtkPMaskPoints * | New () |
static int | IsTypeOf (const char *type) |
static vtkPMaskPoints * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkMaskPoints * | New () |
static int | IsTypeOf (const char *type) |
static vtkMaskPoints * | 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 () |
![]() | |
vtkMaskPoints () | |
~vtkMaskPoints () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
unsigned long | GetLocalSampleSize (vtkIdType, int) |
Protected Attributes | |
vtkMultiProcessController * | Controller |
![]() | |
int | OnRatio |
vtkIdType | Offset |
int | RandomMode |
vtkIdType | MaximumNumberOfPoints |
int | GenerateVertices |
int | SingleVertexPerCell |
int | RandomModeType |
int | ProportionalMaximumNumberOfPoints |
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.
Definition at line 35 of file vtkPMaskPoints.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkMaskPoints.
|
static |
|
protectedvirtual |
Reimplemented from vtkMaskPoints.
vtkPMaskPoints* vtkPMaskPoints::NewInstance | ( | ) | const |
void vtkPMaskPoints::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Set the communicator object for interprocess communication
|
virtual |
Set the communicator object for interprocess communication
|
protectedvirtual |
Reimplemented from vtkMaskPoints.
|
protectedvirtual |
Reimplemented from vtkMaskPoints.
|
protectedvirtual |
Reimplemented from vtkMaskPoints.
|
protectedvirtual |
Reimplemented from vtkMaskPoints.
|
protectedvirtual |
Reimplemented from vtkMaskPoints.
|
protected |
Definition at line 54 of file vtkPMaskPoints.h.