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

Method ShallowCopyEdgePoints

Common/DataModel/vtkGraph.cxx:1100–1103  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1098
1099//------------------------------------------------------------------------------
1100void vtkGraph::ShallowCopyEdgePoints(vtkGraph* g)
1101{
1102 this->SetEdgePoints(g->EdgePoints);
1103}
1104
1105//------------------------------------------------------------------------------
1106void vtkGraph::DeepCopyEdgePoints(vtkGraph* g)

Callers 1

CopyInternalMethod · 0.95

Calls 1

SetEdgePointsMethod · 0.95

Tested by

no test coverage detected