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

Method GetRootElement

IO/XMLParser/vtkXMLDataParser.cxx:840–843  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

838
839//------------------------------------------------------------------------------
840vtkXMLDataElement* vtkXMLDataParser::GetRootElement()
841{
842 return this->RootElement;
843}
844
845//------------------------------------------------------------------------------
846size_t vtkXMLDataParser::ReadBinaryData(

Callers 6

ReadXMLDataMethod · 0.80
ParseXMLMethod · 0.80
ReadPrimaryElementMethod · 0.80
ReadXMLInformationMethod · 0.80
ReadXMLDataMethod · 0.80
ReadElementFromStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected