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

Function GetTotalNumberOfBlocks

Common/DataModel/vtkAMRDataObject.h:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 */
124 VTK_DEPRECATED_IN_9_6_0("Use GetNumberOfBlocks instead")
125 virtual unsigned int GetTotalNumberOfBlocks() { return this->GetNumberOfBlocks(); }
126
127 /**
128 * Get the number of block at the given level plus this AMR current level

Callers

nothing calls this directly

Calls 1

GetNumberOfBlocksMethod · 0.45

Tested by

no test coverage detected