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

Method SetInputConnection

Rendering/Annotation/vtkCubeAxesActor2D.cxx:175–178  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

173
174//------------------------------------------------------------------------------
175void vtkCubeAxesActor2D::SetInputConnection(vtkAlgorithmOutput* ao)
176{
177 this->ConnectionHolder->SetInputConnection(ao);
178}
179
180//------------------------------------------------------------------------------
181void vtkCubeAxesActor2D::SetInputData(vtkDataSet* ds)

Callers 2

ShallowCopyMethod · 0.95
SetInputDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected