------------------------------------------------------------------------------
| 247 | |
| 248 | //------------------------------------------------------------------------------ |
| 249 | int vtkAMReXGridReader::GetNumberOfLevels() |
| 250 | { |
| 251 | return this->Internal->headersAreRead ? this->Internal->Header->finestLevel : -1; |
| 252 | } |
| 253 | |
| 254 | //------------------------------------------------------------------------------ |
| 255 | int vtkAMReXGridReader::GetNumberOfBlocks() |
no outgoing calls
no test coverage detected