Home
last modified time | relevance | path

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

/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkDicer.h47 #define VTK_DICE_MODE_NUMBER_OF_POINTS 0 macro
70 vtkSetClampMacro(DiceMode,int,VTK_DICE_MODE_NUMBER_OF_POINTS,VTK_DICE_MODE_MEMORY_LIMIT);
73 {this->SetDiceMode(VTK_DICE_MODE_NUMBER_OF_POINTS);}; in SetDiceModeToNumberOfPointsPerPiece()
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()
82 if ( this->DiceMode == VTK_DICE_MODE_NUMBER_OF_POINTS ) in PrintSelf()
/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()
76 if (this->DiceMode == VTK_DICE_MODE_NUMBER_OF_POINTS) in PrintSelf()
H A DvtkDicer.h50 #define VTK_DICE_MODE_NUMBER_OF_POINTS 0 macro
78 vtkSetClampMacro(DiceMode, int, VTK_DICE_MODE_NUMBER_OF_POINTS, VTK_DICE_MODE_MEMORY_LIMIT);
80 void SetDiceModeToNumberOfPointsPerPiece() { this->SetDiceMode(VTK_DICE_MODE_NUMBER_OF_POINTS); } in SetDiceModeToNumberOfPointsPerPiece()
/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()
82 if ( this->DiceMode == VTK_DICE_MODE_NUMBER_OF_POINTS ) in PrintSelf()
H A DvtkDicer.h50 #define VTK_DICE_MODE_NUMBER_OF_POINTS 0 macro
78 vtkSetClampMacro(DiceMode,int,VTK_DICE_MODE_NUMBER_OF_POINTS,VTK_DICE_MODE_MEMORY_LIMIT);
81 {this->SetDiceMode(VTK_DICE_MODE_NUMBER_OF_POINTS);}; in SetDiceModeToNumberOfPointsPerPiece()