Home
last modified time | relevance | path

Searched refs:parentOfNext (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkOctreePointLocator.cxx917 vtkOctreePointLocatorNode* parentOfNext = startingNode->GetChild(0); in FindClosestNPoints() local
918 vtkOctreePointLocatorNode* next = parentOfNext->GetChild(0); in FindClosestNPoints()
921 parentOfNext = next; in FindClosestNPoints()
924 where = parentOfNext->GetMinID(); in FindClosestNPoints()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkOctreePointLocator.cxx886 vtkOctreePointLocatorNode* parentOfNext = startingNode->GetChild(0); in FindClosestNPoints() local
887 vtkOctreePointLocatorNode* next = parentOfNext->GetChild(0); in FindClosestNPoints()
890 parentOfNext = next; in FindClosestNPoints()
893 where = parentOfNext->GetMinID(); in FindClosestNPoints()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkOctreePointLocator.cxx916 vtkOctreePointLocatorNode* parentOfNext = startingNode->GetChild(0); in FindClosestNPoints() local
917 vtkOctreePointLocatorNode* next = parentOfNext->GetChild(0); in FindClosestNPoints()
920 parentOfNext = next; in FindClosestNPoints()
923 where = parentOfNext->GetMinID(); in FindClosestNPoints()