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

Method GetNumberOfBlocks

Common/DataModel/vtkAMRDataObject.cxx:154–162  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

152
153//------------------------------------------------------------------------------
154unsigned int vtkAMRDataObject::GetNumberOfBlocks() const
155{
156 unsigned int nblocks = 0;
157 if (this->AMRMetaData)
158 {
159 nblocks = this->AMRMetaData->GetNumberOfBlocks();
160 }
161 return nblocks;
162}
163
164//------------------------------------------------------------------------------
165unsigned int vtkAMRDataObject::GetNumberOfBlocks(unsigned int level) 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