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

Method vtkMutableUndirectedGraph

Common/DataModel/vtkMutableUndirectedGraph.cxx:19–22  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

testMethod · 0.80

Calls 1

NewFunction · 0.50

Tested by 1

testMethod · 0.64