------------------------------------------------------------------------------
| 200 | |
| 201 | //------------------------------------------------------------------------------ |
| 202 | void vtkAMRBaseReader::InitializeArraySelections() |
| 203 | { |
| 204 | if (this->InitialRequest) |
| 205 | { |
| 206 | this->PointDataArraySelection->DisableAllArrays(); |
| 207 | this->CellDataArraySelection->DisableAllArrays(); |
| 208 | this->InitialRequest = false; |
| 209 | } |
| 210 | } |
| 211 | |
| 212 | //------------------------------------------------------------------------------ |
| 213 | bool vtkAMRBaseReader::IsParallel() |
no test coverage detected