MCPcopy Create free account
hub / github.com/Kitware/VTK / ReadMetaData

Method ReadMetaData

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:1537–1544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1535}
1536
1537int 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
1546int vtkMultiBlockPLOT3DReader::ReadMesh(
1547 int piece, int npieces, int nghosts, int, vtkDataObject* output)

Callers

nothing calls this directly

Calls 2

GetTimeValueMethod · 0.95
stringClass · 0.50

Tested by

no test coverage detected