Sets all cell scalars from the update piece.
More...
#include <vtkPieceScalars.h>
Inherits vtkDataSetAlgorithm.
Sets all cell scalars from the update piece.
vtkPieceScalars is meant to display which piece is being requested as scalar values. It is useful for visualizing the partitioning for streaming or distributed pipelines.
- See Also
- vtkPolyDataStreamer
- Tests:
- vtkPieceScalars (Tests)
Definition at line 39 of file vtkPieceScalars.h.
vtkPieceScalars::vtkPieceScalars |
( |
| ) |
|
|
protected |
vtkPieceScalars::~vtkPieceScalars |
( |
| ) |
|
|
protected |
static int vtkPieceScalars::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkPieceScalars::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkPieceScalars::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkPieceScalars::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkPieceScalars::SetScalarModeToCellData |
( |
| ) |
|
|
inline |
Option to centerate cell scalars of points scalars. Default is point scalars.
Definition at line 50 of file vtkPieceScalars.h.
void vtkPieceScalars::SetScalarModeToPointData |
( |
| ) |
|
|
inline |
Option to centerate cell scalars of points scalars. Default is point scalars.
Definition at line 51 of file vtkPieceScalars.h.
int vtkPieceScalars::GetScalarMode |
( |
| ) |
|
|
inline |
Option to centerate cell scalars of points scalars. Default is point scalars.
Definition at line 52 of file vtkPieceScalars.h.
virtual void vtkPieceScalars::SetRandomMode |
( |
int |
| ) |
|
|
virtual |
virtual int vtkPieceScalars::GetRandomMode |
( |
| ) |
|
|
virtual |
virtual void vtkPieceScalars::RandomModeOn |
( |
| ) |
|
|
virtual |
virtual void vtkPieceScalars::RandomModeOff |
( |
| ) |
|
|
virtual |
int vtkPieceScalars::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
vtkIntArray* vtkPieceScalars::MakePieceScalars |
( |
int |
piece, |
|
|
vtkIdType |
numScalars |
|
) |
| |
|
protected |
vtkFloatArray* vtkPieceScalars::MakeRandomScalars |
( |
int |
piece, |
|
|
vtkIdType |
numScalars |
|
) |
| |
|
protected |
virtual void vtkPieceScalars::SetCellScalarsFlag |
( |
int |
| ) |
|
|
protectedvirtual |
int vtkPieceScalars::CellScalarsFlag |
|
protected |
int vtkPieceScalars::RandomMode |
|
protected |
The documentation for this class was generated from the following file: