Searched refs:GetChildrenAtLevel (Results 1 – 9 of 9) sorted by relevance
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/ |
H A D | vtkAMRInformation.h | 206 std::vector<std::vector<unsigned int> >& GetChildrenAtLevel(unsigned int i) in GetChildrenAtLevel() function
|
H A D | vtkAMRUtilities.cxx | 389 BlankGridsAtLevel(amr, i, info->GetChildrenAtLevel(i),processorMap); in BlankCells()
|
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/ |
H A D | vtkAMRInformation.h | 245 std::vector<std::vector<unsigned int>>& GetChildrenAtLevel(unsigned int i) in GetChildrenAtLevel() function
|
H A D | vtkAMRUtilities.cxx | 372 BlankGridsAtLevel(amr, i, info->GetChildrenAtLevel(i), processorMap); in BlankCells()
|
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/ |
H A D | vtkAMRInformation.h | 247 std::vector<std::vector<unsigned int> >& GetChildrenAtLevel(unsigned int i) in GetChildrenAtLevel() function
|
H A D | vtkAMRUtilities.cxx | 389 BlankGridsAtLevel(amr, i, info->GetChildrenAtLevel(i),processorMap); in BlankCells()
|
/dports/math/vtk8/VTK-8.2.0/Filters/AMR/ |
H A D | vtkParallelAMRUtilities.cxx | 143 vtkAMRUtilities::BlankGridsAtLevel(amr, i, info->GetChildrenAtLevel(i),processorMap); in BlankCells()
|
/dports/math/vtk9/VTK-9.1.0/Filters/AMR/ |
H A D | vtkParallelAMRUtilities.cxx | 144 vtkAMRUtilities::BlankGridsAtLevel(amr, i, info->GetChildrenAtLevel(i), processorMap); in BlankCells()
|
/dports/math/vtk6/VTK-6.2.0/Filters/AMR/ |
H A D | vtkParallelAMRUtilities.cxx | 145 vtkAMRUtilities::BlankGridsAtLevel(amr, i, info->GetChildrenAtLevel(i),processorMap); in BlankCells()
|