| 1535 | } |
| 1536 | |
| 1537 | int vtkMultiBlockPLOT3DReader::ReadMetaData(vtkInformation* metadata) |
| 1538 | { |
| 1539 | // This is what performs the auto-detection check. |
| 1540 | // It's called here in case no q file name is set. |
| 1541 | this->GetTimeValue(std::string()); |
| 1542 | |
| 1543 | return this->vtkParallelReader::ReadMetaData(metadata); |
| 1544 | } |
| 1545 | |
| 1546 | int vtkMultiBlockPLOT3DReader::ReadMesh( |
| 1547 | int piece, int npieces, int nghosts, int, vtkDataObject* output) |
nothing calls this directly
no test coverage detected