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

Function GetNumberOfDataSets

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

Source from the content-addressed store, hash-verified

135 */
136 VTK_DEPRECATED_IN_9_6_0("Use GetNumberOfBlocks(level) instead")
137 unsigned int GetNumberOfDataSets(unsigned int level) { return this->GetNumberOfBlocks(level); }
138
139 ///@{
140 /**

Callers

nothing calls this directly

Calls 1

GetNumberOfBlocksMethod · 0.45

Tested by

no test coverage detected