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