| 123 | */ |
| 124 | VTK_DEPRECATED_IN_9_6_0("Use GetNumberOfBlocks instead") |
| 125 | virtual unsigned int GetTotalNumberOfBlocks() { return this->GetNumberOfBlocks(); } |
| 126 | |
| 127 | /** |
| 128 | * Get the number of block at the given level plus this AMR current level |
nothing calls this directly
no test coverage detected