Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DUnitTestTriangleIntersection.cxx125 const int VTK_NO_INTERSECTION = 0; variable
263 if (returnValue != VTK_NO_INTERSECTION) in TestNegativeResult()
322 if (returnValue != VTK_NO_INTERSECTION) in TestCoplanarNegativeResult()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DUnitTestTriangleIntersection.cxx137 static const int VTK_NO_INTERSECTION=0; variable
281 if (returnValue != VTK_NO_INTERSECTION) in TestNegativeResult()
340 if (returnValue != VTK_NO_INTERSECTION) in TestCoplanarNegativeResult()
H A DUnitTestLine.cxx28 static const int VTK_NO_INTERSECTION=0; variable
377 if (returnValue != VTK_NO_INTERSECTION) in TestLineIntersection_NegativeResult()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkLine.cxx41 static const int VTK_NO_INTERSECTION=0; variable
164 return VTK_NO_INTERSECTION; in Intersection()
197 return VTK_NO_INTERSECTION; in Intersection3D()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkLine.cxx41 static const int VTK_NO_INTERSECTION=0; variable
147 return VTK_NO_INTERSECTION; in Intersection()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkCellValidator.cxx257 static const int VTK_NO_INTERSECTION=0; in ContiguousEdges() local
258 if (vtkLine::Intersection3D(p[0],p[1],x[0],x[1],u,v) == VTK_NO_INTERSECTION) in ContiguousEdges()