Home
last modified time | relevance | path

Searched refs:GetCellList (Results 1 – 9 of 9) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkKdTree.h281 vtkIdList *GetCellList(int regionID);
H A DvtkKdTree.cxx3818 vtkIdList * vtkKdTree::GetCellList(int regionID) in GetCellList() function in vtkKdTree
3945 inRegionList[reg] = this->GetCellList(regionId); in GetCellLists()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkKdTree.h333 vtkIdList *GetCellList(int regionID);
H A DvtkKdTree.cxx3823 vtkIdList * vtkKdTree::GetCellList(int regionID) in GetCellList() function in vtkKdTree
3950 inRegionList[reg] = this->GetCellList(regionId); in GetCellLists()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkKdTree.h331 vtkIdList* GetCellList(int regionID);
H A DvtkKdTree.cxx3875 vtkIdList* vtkKdTree::GetCellList(int regionID) in GetCellList() function in vtkKdTree
4000 inRegionList[reg] = this->GetCellList(regionId); in GetCellLists()
/dports/math/vtk9/VTK-9.1.0/Filters/ParallelGeometry/
H A DvtkPDistributedDataFilter.cxx2570 lists[nextList++] = this->Kdtree->GetCellList(regions->GetValue(reg)); in GetCellIdsForProcess()
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelMPI/
H A DvtkDistributedDataFilter.cxx2901 lists[nextList++] = this->Kdtree->GetCellList(regions->GetValue(reg)); in GetCellIdsForProcess()
/dports/math/vtk6/VTK-6.2.0/Filters/ParallelMPI/
H A DvtkDistributedDataFilter.cxx2755 lists[nextList++] = this->Kdtree->GetCellList(regions->GetValue(reg)); in GetCellIdsForProcess()