48 #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);
91 vtkGetMacro(NumberOfActualPieces,
int);
101 vtkGetMacro(NumberOfPointsPerPiece,
int);
114 vtkGetMacro(NumberOfPieces,
int);
125 vtkGetMacro(MemoryLimit,
unsigned long);
143 void operator=(
const vtkDicer&) =
delete;