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

Method SetTreeFromInputConnection

Views/Infovis/vtkTreeAreaView.cxx:66–70  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

64
65//------------------------------------------------------------------------------
66vtkDataRepresentation* vtkTreeAreaView::SetTreeFromInputConnection(vtkAlgorithmOutput* conn)
67{
68 this->GetTreeAreaRepresentation()->SetInputConnection(conn);
69 return this->GetTreeAreaRepresentation();
70}
71
72//------------------------------------------------------------------------------
73vtkDataRepresentation* vtkTreeAreaView::SetTreeFromInput(vtkTree* input)

Callers 5

TestNetworkViewsFunction · 0.80
TestTreeMapViewFunction · 0.80
TestIcicleViewFunction · 0.80
TestTreeRingViewFunction · 0.80
TestQtTreeRingLabelerFunction · 0.80

Calls 2

SetInputConnectionMethod · 0.45

Tested by 5

TestNetworkViewsFunction · 0.64
TestTreeMapViewFunction · 0.64
TestIcicleViewFunction · 0.64
TestTreeRingViewFunction · 0.64
TestQtTreeRingLabelerFunction · 0.64