Home
last modified time | relevance | path

Searched refs:VTK_DICE_MODE_MEMORY_LIMIT (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkDicer.h49 #define VTK_DICE_MODE_MEMORY_LIMIT 2 macro
70 vtkSetClampMacro(DiceMode,int,VTK_DICE_MODE_NUMBER_OF_POINTS,VTK_DICE_MODE_MEMORY_LIMIT);
77 {this->SetDiceMode(VTK_DICE_MODE_MEMORY_LIMIT);}; in SetDiceModeToMemoryLimitPerPiece()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkDicer.h52 #define VTK_DICE_MODE_MEMORY_LIMIT 2 macro
78 vtkSetClampMacro(DiceMode, int, VTK_DICE_MODE_NUMBER_OF_POINTS, VTK_DICE_MODE_MEMORY_LIMIT);
82 void SetDiceModeToMemoryLimitPerPiece() { this->SetDiceMode(VTK_DICE_MODE_MEMORY_LIMIT); } in SetDiceModeToMemoryLimitPerPiece()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkDicer.h52 #define VTK_DICE_MODE_MEMORY_LIMIT 2 macro
78 vtkSetClampMacro(DiceMode,int,VTK_DICE_MODE_NUMBER_OF_POINTS,VTK_DICE_MODE_MEMORY_LIMIT);
85 {this->SetDiceMode(VTK_DICE_MODE_MEMORY_LIMIT);}; in SetDiceModeToMemoryLimitPerPiece()