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

Method SetEnabled

Interaction/Widgets/vtkWidgetSet.cxx:24–30  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

22
23//------------------------------------------------------------------------------
24void vtkWidgetSet::SetEnabled(vtkTypeBool enabling)
25{
26 for (WidgetIteratorType it = this->Widget.begin(); it != this->Widget.end(); ++it)
27 {
28 (*it)->SetEnabled(enabling);
29 }
30}
31
32//------------------------------------------------------------------------------
33void vtkWidgetSet::AddWidget(vtkAbstractWidget* w)

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 15

TestResliceCursorWidget2Function · 0.36
TestImplicitPlaneWidget3Function · 0.36
TestImplicitConeWidgetFunction · 0.36
ExecuteMethod · 0.36
TestUnMappedFunction · 0.36