Home
last modified time | relevance | path

Searched refs:vtkIdPair (Results 1 – 4 of 4) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkCellCenterDepthSort.cxx42 typedef std::pair<vtkIdType, vtkIdType> vtkIdPair; typedef
47 std::stack<vtkIdPair> Stack;
194 this->ToSort->Stack.push(vtkIdPair(0, numcells)); in InitTraversal()
209 vtkIdPair partition; in GetNextCells()
231 this->ToSort->Stack.push(vtkIdPair(left, partition.second)); in GetNextCells()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkCellCenterDepthSort.cxx42 typedef std::pair<vtkIdType, vtkIdType> vtkIdPair; typedef
47 std::stack<vtkIdPair> Stack;
197 this->ToSort->Stack.push(vtkIdPair(0, numcells)); in InitTraversal()
212 vtkIdPair partition; in GetNextCells()
238 this->ToSort->Stack.push(vtkIdPair(left, partition.second)); in GetNextCells()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkCellCenterDepthSort.cxx42 typedef std::pair<vtkIdType, vtkIdType> vtkIdPair; typedef
47 std::stack<vtkIdPair> Stack;
194 this->ToSort->Stack.push(vtkIdPair(0, numcells)); in InitTraversal()
209 vtkIdPair partition; in GetNextCells()
231 this->ToSort->Stack.push(vtkIdPair(left, partition.second)); in GetNextCells()
/dports/math/vtk6/VTK-6.2.0/Infovis/Parallel/
H A DvtkPBGLCollectGraph.cxx450 typedef std::pair<vtkIdType, vtkIdType> vtkIdPair; in RequestData() typedef
451 std::vector<std::vector<vtkIdPair> > allEdges; in RequestData()
453 std::vector<vtkIdPair> myEdges; in RequestData()
464 (vtkIdPair in RequestData()
493 for (std::vector<vtkIdPair>::iterator e = allEdges[origin].begin(), in RequestData()
509 std::vector<vtkIdPair>().swap(allEdges[origin]); in RequestData()