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

Method SetTreeFromInput

Views/Infovis/vtkTreeAreaView.cxx:73–77  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

71
72//------------------------------------------------------------------------------
73vtkDataRepresentation* vtkTreeAreaView::SetTreeFromInput(vtkTree* input)
74{
75 this->GetTreeAreaRepresentation()->SetInputData(input);
76 return this->GetTreeAreaRepresentation();
77}
78
79//------------------------------------------------------------------------------
80vtkDataRepresentation* vtkTreeAreaView::SetGraphFromInputConnection(vtkAlgorithmOutput* conn)

Callers

nothing calls this directly

Calls 2

SetInputDataMethod · 0.45

Tested by

no test coverage detected