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

Method IsSameStructure

Common/DataModel/vtkGraph.cxx:1712–1715  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1710
1711//------------------------------------------------------------------------------
1712bool vtkGraph::IsSameStructure(vtkGraph* other)
1713{
1714 return (this->Internals == other->Internals);
1715}
1716
1717//------------------------------------------------------------------------------
1718vtkGraphInternals* vtkGraph::GetGraphInternals(bool modifying)

Callers 2

TestGraphFunction · 0.80
TestGraphAttributesFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestGraphFunction · 0.64
TestGraphAttributesFunction · 0.64