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

Method SetParent

Common/DataModel/vtkXMLDataElement.cxx:477–480  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

475
476//------------------------------------------------------------------------------
477void vtkXMLDataElement::SetParent(vtkXMLDataElement* parent)
478{
479 this->Parent = parent;
480}
481
482//------------------------------------------------------------------------------
483vtkXMLDataElement* vtkXMLDataElement::GetParent()

Calls

no outgoing calls

Tested by

no test coverage detected