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

Method SetGraphFromInput

Views/Infovis/vtkTreeAreaView.cxx:87–91  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

85
86//------------------------------------------------------------------------------
87vtkDataRepresentation* vtkTreeAreaView::SetGraphFromInput(vtkGraph* input)
88{
89 this->GetTreeAreaRepresentation()->SetInputData(1, input);
90 return this->GetTreeAreaRepresentation();
91}
92
93//------------------------------------------------------------------------------
94void vtkTreeAreaView::SetAreaLabelArrayName(const char* name)

Callers

nothing calls this directly

Calls 2

SetInputDataMethod · 0.45

Tested by

no test coverage detected