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

Method SetupOutputData

IO/XML/vtkXMLPHyperTreeGridReader.cxx:98–102  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

96
97//------------------------------------------------------------------------------
98void vtkXMLPHyperTreeGridReader::SetupOutputData()
99{
100 this->Superclass::SetupOutputData();
101 this->GetCurrentOutput()->Initialize();
102}
103
104//------------------------------------------------------------------------------
105int vtkXMLPHyperTreeGridReader::ReadPieceData(int index)

Callers

nothing calls this directly

Calls 2

GetCurrentOutputMethod · 0.80
InitializeMethod · 0.45

Tested by

no test coverage detected