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

Method SetInputConnection

Rendering/Annotation/vtkSpiderPlotActor.cxx:181–184  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

179
180//------------------------------------------------------------------------------
181void vtkSpiderPlotActor::SetInputConnection(vtkAlgorithmOutput* ao)
182{
183 this->ConnectionHolder->SetInputConnection(ao);
184}
185
186//------------------------------------------------------------------------------
187void vtkSpiderPlotActor::SetInputData(vtkDataObject* dobj)

Callers 1

SetInputDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected