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

Method UpdateInput

Interaction/Widgets/vtk3DWidget.cxx:56–63  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

54
55//------------------------------------------------------------------------------
56void vtk3DWidget::UpdateInput()
57{
58 vtkAlgorithm* inpAlg = this->ConnectionHolder->GetInputAlgorithm();
59 if (inpAlg)
60 {
61 inpAlg->Update();
62 }
63}
64
65//------------------------------------------------------------------------------
66void vtk3DWidget::PlaceWidget()

Callers 1

PlaceWidgetMethod · 0.80

Calls 2

GetInputAlgorithmMethod · 0.45
UpdateMethod · 0.45

Tested by

no test coverage detected