Home
last modified time | relevance | path

Searched refs:DiceMode (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkDicer.cxx28 this->DiceMode = VTK_DICE_MODE_NUMBER_OF_POINTS; in vtkDicer()
38 if (this->DiceMode == VTK_DICE_MODE_NUMBER_OF_POINTS) in UpdatePieceMeasures()
46 else if (this->DiceMode == VTK_DICE_MODE_SPECIFIED_NUMBER) in UpdatePieceMeasures()
76 if (this->DiceMode == VTK_DICE_MODE_NUMBER_OF_POINTS) in PrintSelf()
80 else if (this->DiceMode == VTK_DICE_MODE_SPECIFIED_NUMBER) in PrintSelf()
H A DvtkDicer.h78 vtkSetClampMacro(DiceMode, int, VTK_DICE_MODE_NUMBER_OF_POINTS, VTK_DICE_MODE_MEMORY_LIMIT);
79 vtkGetMacro(DiceMode, int);
139 int DiceMode; variable
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkDicer.cxx29 this->DiceMode = VTK_DICE_MODE_NUMBER_OF_POINTS; in vtkDicer()
39 if ( this->DiceMode == VTK_DICE_MODE_NUMBER_OF_POINTS ) in UpdatePieceMeasures()
47 else if ( this->DiceMode == VTK_DICE_MODE_SPECIFIED_NUMBER ) in UpdatePieceMeasures()
82 if ( this->DiceMode == VTK_DICE_MODE_NUMBER_OF_POINTS ) in PrintSelf()
86 else if ( this->DiceMode == VTK_DICE_MODE_SPECIFIED_NUMBER ) in PrintSelf()
H A DvtkDicer.h78 vtkSetClampMacro(DiceMode,int,VTK_DICE_MODE_NUMBER_OF_POINTS,VTK_DICE_MODE_MEMORY_LIMIT);
79 vtkGetMacro(DiceMode,int);
142 int DiceMode; variable
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkDicer.cxx29 this->DiceMode = VTK_DICE_MODE_NUMBER_OF_POINTS; in vtkDicer()
39 if ( this->DiceMode == VTK_DICE_MODE_NUMBER_OF_POINTS ) in UpdatePieceMeasures()
47 else if ( this->DiceMode == VTK_DICE_MODE_SPECIFIED_NUMBER ) in UpdatePieceMeasures()
82 if ( this->DiceMode == VTK_DICE_MODE_NUMBER_OF_POINTS ) in PrintSelf()
86 else if ( this->DiceMode == VTK_DICE_MODE_SPECIFIED_NUMBER ) in PrintSelf()
H A DvtkDicer.h70 vtkSetClampMacro(DiceMode,int,VTK_DICE_MODE_NUMBER_OF_POINTS,VTK_DICE_MODE_MEMORY_LIMIT);
71 vtkGetMacro(DiceMode,int);
121 int DiceMode; variable