Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DTestCellIterators.cxx82 double iterPoint[3]; in testCellIterator() local
84 iter->GetPoints()->GetPoint(pointInd, iterPoint); in testCellIterator()
86 if (iterPoint[0] != cellPoint[0] || iterPoint[1] != cellPoint[1] || in testCellIterator()
87 iterPoint[2] != cellPoint[2]) in testCellIterator()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DTestCellIterators.cxx83 double iterPoint[3]; in testCellIterator() local
85 iter->GetPoints()->GetPoint(pointInd, iterPoint); in testCellIterator()
87 if (iterPoint[0] != cellPoint[0] || in testCellIterator()
88 iterPoint[1] != cellPoint[1] || in testCellIterator()
89 iterPoint[2] != cellPoint[2] ) in testCellIterator()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Cxx/
H A DTestCellIterators.cxx83 double iterPoint[3]; in testCellIterator() local
85 iter->GetPoints()->GetPoint(pointInd, iterPoint); in testCellIterator()
87 if (iterPoint[0] != cellPoint[0] || in testCellIterator()
88 iterPoint[1] != cellPoint[1] || in testCellIterator()
89 iterPoint[2] != cellPoint[2] ) in testCellIterator()