Home
last modified time | relevance | path

Searched refs:VTK_LANDMARK_AFFINE (Results 1 – 8 of 8) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Common/Transforms/
H A DvtkLandmarkTransform.h37 #define VTK_LANDMARK_AFFINE 12 macro
67 void SetModeToAffine() { this->SetMode(VTK_LANDMARK_AFFINE); }; in SetModeToAffine()
116 case VTK_LANDMARK_AFFINE: in GetModeAsString()
H A DvtkLandmarkTransform.cxx170 if (this->Mode == VTK_LANDMARK_AFFINE) in InternalUpdate()
182 if(this->Mode == VTK_LANDMARK_AFFINE) in InternalUpdate()
/dports/math/vtk8/VTK-8.2.0/Common/Transforms/
H A DvtkLandmarkTransform.h40 #define VTK_LANDMARK_AFFINE 12 macro
75 void SetModeToAffine() { this->SetMode(VTK_LANDMARK_AFFINE); }; in SetModeToAffine()
131 case VTK_LANDMARK_AFFINE: in GetModeAsString()
H A DvtkLandmarkTransform.cxx170 if (this->Mode == VTK_LANDMARK_AFFINE) in InternalUpdate()
193 if(this->Mode == VTK_LANDMARK_AFFINE) in InternalUpdate()
/dports/math/vtk9/VTK-9.1.0/Common/Transforms/
H A DvtkLandmarkTransform.h40 #define VTK_LANDMARK_AFFINE 12 macro
75 void SetModeToAffine() { this->SetMode(VTK_LANDMARK_AFFINE); } in SetModeToAffine()
132 case VTK_LANDMARK_AFFINE: in GetModeAsString()
H A DvtkLandmarkTransform.cxx170 if (this->Mode == VTK_LANDMARK_AFFINE) in InternalUpdate()
193 if (this->Mode == VTK_LANDMARK_AFFINE) in InternalUpdate()
/dports/math/vtk8/VTK-8.2.0/Common/Transforms/Testing/Cxx/
H A DTestLandmarkTransform.cxx140 else if (mode == VTK_LANDMARK_AFFINE) in TestSpecificLandmarkTransform()
341 { VTK_LANDMARK_AFFINE, 3, 20, 1e-6, 1.1, 4.2, 2.8 }, in TestLandmarkTransform()
352 { VTK_LANDMARK_AFFINE, 3, 4, 1e-6, 1.1, 4.2, 2.8 }, in TestLandmarkTransform()
353 { VTK_LANDMARK_AFFINE, 3, 4, 1e-1, 1.1, 4.2, 2.8 }, in TestLandmarkTransform()
/dports/math/vtk9/VTK-9.1.0/Common/Transforms/Testing/Cxx/
H A DTestLandmarkTransform.cxx139 else if (mode == VTK_LANDMARK_AFFINE) in TestSpecificLandmarkTransform()
334 { VTK_LANDMARK_AFFINE, 3, 20, 1e-6, 1.1, 4.2, 2.8 }, in TestLandmarkTransform()
345 { VTK_LANDMARK_AFFINE, 3, 4, 1e-6, 1.1, 4.2, 2.8 }, in TestLandmarkTransform()
346 { VTK_LANDMARK_AFFINE, 3, 4, 1e-1, 1.1, 4.2, 2.8 }, in TestLandmarkTransform()