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

Method SetGraphFromInputConnection

Views/Infovis/vtkTreeAreaView.cxx:80–84  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

78
79//------------------------------------------------------------------------------
80vtkDataRepresentation* vtkTreeAreaView::SetGraphFromInputConnection(vtkAlgorithmOutput* conn)
81{
82 this->GetTreeAreaRepresentation()->SetInputConnection(1, conn);
83 return this->GetTreeAreaRepresentation();
84}
85
86//------------------------------------------------------------------------------
87vtkDataRepresentation* vtkTreeAreaView::SetGraphFromInput(vtkGraph* input)

Callers 4

TestNetworkViewsFunction · 0.45
TestTreeMapViewFunction · 0.45
TestTreeRingViewFunction · 0.45

Calls 2

SetInputConnectionMethod · 0.45

Tested by 4

TestNetworkViewsFunction · 0.36
TestTreeMapViewFunction · 0.36
TestTreeRingViewFunction · 0.36