MCPcopy Create free account
hub / github.com/Kitware/VTK / GetDataSetAsRectilinearGrid

Method GetDataSetAsRectilinearGrid

Common/DataModel/vtkAMRDataObject.cxx:62–66  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

60
61//------------------------------------------------------------------------------
62vtkRectilinearGrid* vtkAMRDataObject::GetDataSetAsRectilinearGrid(
63 unsigned int level, unsigned int idx)
64{
65 return vtkRectilinearGrid::SafeDownCast(this->GetDataSetAsCartesianGrid(level, idx));
66};
67
68//------------------------------------------------------------------------------
69vtkCompositeDataIterator* vtkAMRDataObject::NewIterator()

Callers 1

Calls 1

Tested by 1