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

Function GetTotalNumberOfBlocks

Common/DataModel/vtkAMRMetaData.h:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 */
87 VTK_DEPRECATED_IN_9_6_0("Use GetNumberOfBlocks instead")
88 virtual unsigned int GetTotalNumberOfBlocks() { return this->GetNumberOfBlocks(); }
89
90 /**
91 * Returns the absolute block index from a level and a relative block index

Callers

nothing calls this directly

Calls 1

GetNumberOfBlocksMethod · 0.45

Tested by

no test coverage detected