Searched refs:VTK_NO_INTERSECTION (Results 1 – 6 of 6) sorted by relevance
125 const int VTK_NO_INTERSECTION = 0; variable263 if (returnValue != VTK_NO_INTERSECTION) in TestNegativeResult()322 if (returnValue != VTK_NO_INTERSECTION) in TestCoplanarNegativeResult()
137 static const int VTK_NO_INTERSECTION=0; variable281 if (returnValue != VTK_NO_INTERSECTION) in TestNegativeResult()340 if (returnValue != VTK_NO_INTERSECTION) in TestCoplanarNegativeResult()
28 static const int VTK_NO_INTERSECTION=0; variable377 if (returnValue != VTK_NO_INTERSECTION) in TestLineIntersection_NegativeResult()
41 static const int VTK_NO_INTERSECTION=0; variable164 return VTK_NO_INTERSECTION; in Intersection()197 return VTK_NO_INTERSECTION; in Intersection3D()
41 static const int VTK_NO_INTERSECTION=0; variable147 return VTK_NO_INTERSECTION; in Intersection()
257 static const int VTK_NO_INTERSECTION=0; in ContiguousEdges() local258 if (vtkLine::Intersection3D(p[0],p[1],x[0],x[1],u,v) == VTK_NO_INTERSECTION) in ContiguousEdges()