47 #include "vtkFiltersGeneralModule.h"
50 #define VTK_DICE_MODE_NUMBER_OF_POINTS 0
51 #define VTK_DICE_MODE_SPECIFIED_NUMBER 1
52 #define VTK_DICE_MODE_MEMORY_LIMIT 2
79 vtkGetMacro(DiceMode,
int);
94 vtkGetMacro(NumberOfActualPieces,
int);
104 vtkGetMacro(NumberOfPointsPerPiece,
int);
117 vtkGetMacro(NumberOfPieces,
int);
128 vtkGetMacro(MemoryLimit,
unsigned long);
146 void operator=(
const vtkDicer&) =
delete;