Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Filters/Texture/
H A DvtkTextureMapToPlane.cxx223 #define VTK_TOLERANCE 1.0e-03 macro
256 if (w <= (length * VTK_TOLERANCE)) in ComputeNormal()
297 if ((det = vtkMath::Determinant3x3(c1, c2, c3)) <= VTK_TOLERANCE) in ComputeNormal()
/dports/math/vtk8/VTK-8.2.0/Filters/Texture/
H A DvtkTextureMapToPlane.cxx229 #define VTK_TOLERANCE 1.0e-03 macro
262 if ( w <= (length*VTK_TOLERANCE) ) in ComputeNormal()
301 if ( (det = vtkMath::Determinant3x3 (c1,c2,c3)) <= VTK_TOLERANCE ) in ComputeNormal()
/dports/math/vtk6/VTK-6.2.0/Filters/Texture/
H A DvtkTextureMapToPlane.cxx233 #define VTK_TOLERANCE 1.0e-03 macro
267 if ( w <= (length*VTK_TOLERANCE) ) in ComputeNormal()
306 if ( (det = vtkMath::Determinant3x3 (c1,c2,c3)) <= VTK_TOLERANCE ) in ComputeNormal()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkDecimatePro.cxx33 #define VTK_TOLERANCE 1.0e-05 macro
179 this->Tolerance = VTK_TOLERANCE * input->GetLength(); in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkDecimatePro.cxx33 #define VTK_TOLERANCE 1.0e-05 macro
185 this->Tolerance = VTK_TOLERANCE * input->GetLength(); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkDecimatePro.cxx33 #define VTK_TOLERANCE 1.0e-05 macro
185 this->Tolerance = VTK_TOLERANCE * input->GetLength(); in RequestData()