48 #define VTK_DICE_MODE_NUMBER_OF_POINTS 0
49 #define VTK_DICE_MODE_SPECIFIED_NUMBER 1
50 #define VTK_DICE_MODE_MEMORY_LIMIT 2
64 vtkSetMacro(FieldData,
int);
65 vtkGetMacro(FieldData,
int);
66 vtkBooleanMacro(FieldData,
int);
73 vtkGetMacro(DiceMode,
int);
85 vtkGetMacro(NumberOfActualPieces,
int);
93 vtkGetMacro(NumberOfPointsPerPiece,
int);
103 vtkGetMacro(NumberOfPieces,
int);
111 vtkGetMacro(MemoryLimit,
unsigned long);
118 virtual void UpdatePieceMeasures(
vtkDataSet *input);
abstract class to specify dataset behavior
void SetDiceModeToSpecifiedNumberOfPieces()
abstract superclass to divide dataset into pieces
unsigned long MemoryLimit
a simple class to control print indentation
void SetDiceModeToNumberOfPointsPerPiece()
#define VTK_DICE_MODE_NUMBER_OF_POINTS
int NumberOfPointsPerPiece
#define VTK_DICE_MODE_SPECIFIED_NUMBER
#define VTK_DICE_MODE_MEMORY_LIMIT
#define VTK_LARGE_INTEGER
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
void SetDiceModeToMemoryLimitPerPiece()