95 #ifndef vtkWidgetSet_h 96 #define vtkWidgetSet_h 98 #include "vtkInteractionWidgetsModule.h" 107 template <
class TW
idget>
126 void PrintSelf(ostream& os,
vtkIndent indent)
override;
150 unsigned int GetNumberOfWidgets();
169 template <
class TW
idget>
174 for (WidgetIteratorType it = this->Widget.begin(); it != this->Widget.end(); ++it)
176 TWidget* w =
static_cast<TWidget*
>(*it);
179 ((*w).*(action))(caller);
186 for (WidgetIteratorType it = this->Widget.begin(); it != this->Widget.end(); ++it)
188 TWidget* w =
static_cast<TWidget*
>(*it);
190 ((*w).*(action))(caller);
void(TWidget::* TActionFunctionPointer)(TWidget *dispatcher)
abstract base class for most VTK objects
a simple class to control print indentation