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

Method vtkMutableDirectedGraph

Common/DataModel/vtkMutableDirectedGraph.cxx:18–21  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

testMethod · 0.80

Calls 1

NewFunction · 0.50

Tested by 1

testMethod · 0.64