Home
last modified time | relevance | path

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

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkIterativeClosestPointTransform.h92 vtkSetClampMacro(MeanDistanceMode,int,
94 vtkGetMacro(MeanDistanceMode,int);
173 int MeanDistanceMode; variable
H A DvtkIterativeClosestPointTransform.cxx38 this->MeanDistanceMode = VTK_ICP_MODE_RMS; in vtkIterativeClosestPointTransform()
51 if ( this->MeanDistanceMode == VTK_ICP_MODE_RMS ) in GetMeanDistanceModeAsString()
427 if (this->MeanDistanceMode == VTK_ICP_MODE_RMS) in InternalUpdate()
438 if (this->MeanDistanceMode == VTK_ICP_MODE_RMS) in InternalUpdate()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkIterativeClosestPointTransform.h111 vtkSetClampMacro(MeanDistanceMode,int,
113 vtkGetMacro(MeanDistanceMode,int);
217 int MeanDistanceMode; variable
H A DvtkIterativeClosestPointTransform.cxx38 this->MeanDistanceMode = VTK_ICP_MODE_RMS; in vtkIterativeClosestPointTransform()
51 if ( this->MeanDistanceMode == VTK_ICP_MODE_RMS ) in GetMeanDistanceModeAsString()
427 if (this->MeanDistanceMode == VTK_ICP_MODE_RMS) in InternalUpdate()
438 if (this->MeanDistanceMode == VTK_ICP_MODE_RMS) in InternalUpdate()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkIterativeClosestPointTransform.h111 vtkSetClampMacro(MeanDistanceMode, int, VTK_ICP_MODE_RMS, VTK_ICP_MODE_AV);
112 vtkGetMacro(MeanDistanceMode, int);
213 int MeanDistanceMode; variable
H A DvtkIterativeClosestPointTransform.cxx37 this->MeanDistanceMode = VTK_ICP_MODE_RMS; in vtkIterativeClosestPointTransform()
50 if (this->MeanDistanceMode == VTK_ICP_MODE_RMS) in GetMeanDistanceModeAsString()
424 if (this->MeanDistanceMode == VTK_ICP_MODE_RMS) in InternalUpdate()
437 if (this->MeanDistanceMode == VTK_ICP_MODE_RMS) in InternalUpdate()