------------------------------------------------------------------------------
| 325 | |
| 326 | //------------------------------------------------------------------------------ |
| 327 | void vtkAMReXGridReader::GetAMRGridPointData( |
| 328 | const int blockIdx, vtkUniformGrid* block, const char* field) |
| 329 | { |
| 330 | if (this->Internal->extraMultiFabHeadersAreRead) |
| 331 | { |
| 332 | this->Internal->GetExtraMultiFabBlockAttribute(field, blockIdx, block); |
| 333 | } |
| 334 | } |
| 335 | //------------------------------------------------------------------------------ |
| 336 | void vtkAMReXGridReader::SetUpDataArraySelections() |
| 337 | { |
no test coverage detected