Sets cell or point scalars to the processor rank.
More...
#include <vtkProcessIdScalars.h>
Inherits vtkDataSetAlgorithm.
Sets cell or point scalars to the processor rank.
vtkProcessIdScalars is meant to display which processor owns which cells and points. It is useful for visualizing the partitioning for streaming or distributed pipelines.
- See Also
- vtkPolyDataStreamer
Definition at line 37 of file vtkProcessIdScalars.h.
vtkProcessIdScalars::vtkProcessIdScalars |
( |
| ) |
|
|
protected |
vtkProcessIdScalars::~vtkProcessIdScalars |
( |
| ) |
|
|
protected |
static int vtkProcessIdScalars::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkProcessIdScalars::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkProcessIdScalars::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkProcessIdScalars::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkProcessIdScalars::SetScalarModeToCellData |
( |
| ) |
|
|
inline |
Option to centerate cell scalars of points scalars. Default is point scalars.
Definition at line 48 of file vtkProcessIdScalars.h.
void vtkProcessIdScalars::SetScalarModeToPointData |
( |
| ) |
|
|
inline |
Option to centerate cell scalars of points scalars. Default is point scalars.
Definition at line 49 of file vtkProcessIdScalars.h.
int vtkProcessIdScalars::GetScalarMode |
( |
| ) |
|
|
inline |
Option to centerate cell scalars of points scalars. Default is point scalars.
Definition at line 50 of file vtkProcessIdScalars.h.
virtual void vtkProcessIdScalars::SetRandomMode |
( |
int |
| ) |
|
|
virtual |
virtual int vtkProcessIdScalars::GetRandomMode |
( |
| ) |
|
|
virtual |
virtual void vtkProcessIdScalars::RandomModeOn |
( |
| ) |
|
|
virtual |
virtual void vtkProcessIdScalars::RandomModeOff |
( |
| ) |
|
|
virtual |
virtual void vtkProcessIdScalars::SetController |
( |
vtkMultiProcessController * |
| ) |
|
|
virtual |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual vtkMultiProcessController* vtkProcessIdScalars::GetController |
( |
| ) |
|
|
virtual |
By defualt this filter uses the global controller, but this method can be used to set another instead.
int vtkProcessIdScalars::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
vtkIntArray* vtkProcessIdScalars::MakeProcessIdScalars |
( |
int |
piece, |
|
|
vtkIdType |
numScalars |
|
) |
| |
|
protected |
vtkFloatArray* vtkProcessIdScalars::MakeRandomScalars |
( |
int |
piece, |
|
|
vtkIdType |
numScalars |
|
) |
| |
|
protected |
virtual void vtkProcessIdScalars::SetCellScalarsFlag |
( |
int |
| ) |
|
|
protectedvirtual |
int vtkProcessIdScalars::CellScalarsFlag |
|
protected |
int vtkProcessIdScalars::RandomMode |
|
protected |
vtkMultiProcessController* vtkProcessIdScalars::Controller |
|
protected |
The documentation for this class was generated from the following file: