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