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

Method GetGraphInternals

Common/DataModel/vtkGraph.cxx:1718–1725  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1716
1717//------------------------------------------------------------------------------
1718vtkGraphInternals* vtkGraph::GetGraphInternals(bool modifying)
1719{
1720 if (modifying)
1721 {
1722 this->ForceOwnership();
1723 }
1724 return this->Internals;
1725}
1726
1727//------------------------------------------------------------------------------
1728void vtkGraph::ForceOwnership()

Callers 2

Serialize_vtkGraphFunction · 0.80
Deserialize_vtkGraphFunction · 0.80

Calls 1

ForceOwnershipMethod · 0.95

Tested by

no test coverage detected