| 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 | /** |
nothing calls this directly
no test coverage detected