------------------------------------------------------------------------------
| 16 | vtkStandardNewMacro(vtkMutableDirectedGraph); |
| 17 | //------------------------------------------------------------------------------ |
| 18 | vtkMutableDirectedGraph::vtkMutableDirectedGraph() |
| 19 | { |
| 20 | this->GraphEdge = vtkGraphEdge::New(); |
| 21 | } |
| 22 | |
| 23 | //------------------------------------------------------------------------------ |
| 24 | vtkMutableDirectedGraph::~vtkMutableDirectedGraph() |