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

Method GetNumberOfLevels

Common/DataModel/vtkAMRDataObject.cxx:143–151  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

141
142//------------------------------------------------------------------------------
143unsigned int vtkAMRDataObject::GetNumberOfLevels() const
144{
145 unsigned int nlev = 0;
146 if (this->AMRMetaData)
147 {
148 nlev = this->AMRMetaData->GetNumberOfLevels();
149 }
150 return nlev;
151}
152
153//------------------------------------------------------------------------------
154unsigned int vtkAMRDataObject::GetNumberOfBlocks() const

Callers 5

SetDataSetMethod · 0.95
GetAbsoluteBlockIndexMethod · 0.95
InitializeMethod · 0.45
InitializeInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected