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

Function GetLevelAndIndex

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

Source from the content-addressed store, hash-verified

206 */
207 VTK_DEPRECATED_IN_9_6_0("This function is deprecated, use ComputeIndexPair() instead")
208 void GetLevelAndIndex(unsigned int compositeIdx, unsigned int& level, unsigned int& idx)
209 {
210 this->ComputeIndexPair(compositeIdx, level, idx);
211 }
212
213 ///@{
214 /**

Callers

nothing calls this directly

Calls 1

ComputeIndexPairMethod · 0.45

Tested by

no test coverage detected