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

Method GetDataSet

Common/DataModel/vtkAMRDataObject.cxx:401–404  ·  view source on GitHub ↗

VTK_DEPRECATED_IN_9_6_0 ------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

399// VTK_DEPRECATED_IN_9_6_0
400//------------------------------------------------------------------------------
401vtkUniformGrid* vtkAMRDataObject::GetDataSet(unsigned int level, unsigned int idx)
402{
403 return vtkUniformGrid::SafeDownCast(this->GetDataSetAsCartesianGrid(level, idx));
404}
405
406VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected