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

Method GetRoot

Common/DataModel/vtkXMLDataElement.cxx:489–496  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

487
488//------------------------------------------------------------------------------
489vtkXMLDataElement* vtkXMLDataElement::GetRoot()
490{
491 if (!this->Parent)
492 {
493 return this;
494 }
495 return this->Parent->GetRoot();
496}
497
498//------------------------------------------------------------------------------
499int vtkXMLDataElement::GetNumberOfNestedElements()

Callers 15

WriteDataMethod · 0.45
ReadNewickTreeMethod · 0.45
ReadXMLDataMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45
CompareDataFunction · 0.45
WriteDataMethod · 0.45
OpenMethod · 0.45
WriteDataMethod · 0.45
AppendExternalBlockMethod · 0.45
AppendAssemblyMethod · 0.45

Calls

no outgoing calls

Tested by 4

CompareDataFunction · 0.36
TestTreeDFSIteratorFunction · 0.36
TestTreeBFSIteratorFunction · 0.36