------------------------------------------------------------------------------
| 173 | |
| 174 | //------------------------------------------------------------------------------ |
| 175 | bool vtkMPIMultiBlockPLOT3DReader::CanUseMPIIO() |
| 176 | { |
| 177 | return (this->UseMPIIO && this->BinaryFile && this->Internal->Settings.NumberOfDimensions == 3 && |
| 178 | vtkMPIController::SafeDownCast(this->Controller) != nullptr); |
| 179 | } |
| 180 | |
| 181 | //------------------------------------------------------------------------------ |
| 182 | int vtkMPIMultiBlockPLOT3DReader::OpenFileForDataRead(void*& vfp, const char* fname) |
no outgoing calls
no test coverage detected