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

Method SetInteractor

Interaction/Widgets/vtkMultiLineWidget.cxx:76–83  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

74
75//------------------------------------------------------------------------------
76void vtkMultiLineWidget::SetInteractor(vtkRenderWindowInteractor* interactor)
77{
78 this->Superclass::SetInteractor(interactor);
79 for (vtkLineWidget2* lineWidget : this->LineWidgetVector)
80 {
81 lineWidget->SetInteractor(interactor);
82 }
83}
84
85//------------------------------------------------------------------------------
86void vtkMultiLineWidget::SetEnabled(int enabling)

Callers 1

SetLineCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected