| 86 | */ |
| 87 | VTK_DEPRECATED_IN_9_6_0("Use GetNumberOfBlocks instead") |
| 88 | virtual unsigned int GetTotalNumberOfBlocks() { return this->GetNumberOfBlocks(); } |
| 89 | |
| 90 | /** |
| 91 | * Returns the absolute block index from a level and a relative block index |
nothing calls this directly
no test coverage detected