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

Method ReadMetaData

IO/CellGrid/vtkCompositeCellGridReader.cxx:83–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83int vtkCompositeCellGridReader::ReadMetaData(vtkInformation* metadata)
84{
85 vtkLogScopeF(TRACE, "ReadMetaData");
86
87 // Read block and array info if needed.
88 this->UpdateMetadata();
89
90 metadata->Set(vtkAlgorithm::CAN_HANDLE_PIECE_REQUEST(), 1);
91 return 1;
92}
93
94int vtkCompositeCellGridReader::ReadMesh(
95 int piece, int npieces, int nghosts, int timestep, vtkDataObject* output)

Callers

nothing calls this directly

Calls 2

UpdateMetadataMethod · 0.95
SetMethod · 0.45

Tested by

no test coverage detected