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

Function GetCompositeIndex

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

Source from the content-addressed store, hash-verified

189 */
190 VTK_DEPRECATED_IN_9_6_0("This function is deprecated, use GetAbsoluteBlockIndex() instead")
191 int GetCompositeIndex(unsigned int level, unsigned int index)
192 {
193 return this->GetAbsoluteBlockIndex(level, index);
194 }
195
196 /**
197 * Returns the an index pair (level, relative index) given a absolute block index

Callers

nothing calls this directly

Calls 1

GetAbsoluteBlockIndexMethod · 0.45

Tested by

no test coverage detected