46 #include "vtkFiltersGeneralModule.h"
49 #define VTK_DICE_MODE_NUMBER_OF_POINTS 0
50 #define VTK_DICE_MODE_SPECIFIED_NUMBER 1
51 #define VTK_DICE_MODE_MEMORY_LIMIT 2
65 vtkSetMacro(FieldData,
int);
66 vtkGetMacro(FieldData,
int);
67 vtkBooleanMacro(FieldData,
int);
74 vtkGetMacro(DiceMode,
int);
75 void SetDiceModeToNumberOfPointsPerPiece()
77 void SetDiceModeToSpecifiedNumberOfPieces()
79 void SetDiceModeToMemoryLimitPerPiece()
86 vtkGetMacro(NumberOfActualPieces,
int);
94 vtkGetMacro(NumberOfPointsPerPiece,
int);
104 vtkGetMacro(NumberOfPieces,
int);
112 vtkGetMacro(MemoryLimit,
unsigned long);
119 virtual void UpdatePieceMeasures(
vtkDataSet *input);