83 #ifndef vtkWidgetSet_h
84 #define vtkWidgetSet_h
86 #include "vtkInteractionWidgetsModule.h"
90 VTK_ABI_NAMESPACE_BEGIN
96 template <
class TW
idget>
139 unsigned int GetNumberOfWidgets();
158 template <
class TW
idget>
163 for (WidgetIteratorType it = this->Widget.begin(); it != this->Widget.end(); ++it)
165 TWidget* w =
static_cast<TWidget*
>(*it);
168 ((*w).*(action))(caller);
175 for (WidgetIteratorType it = this->Widget.begin(); it != this->Widget.end(); ++it)
177 TWidget* w =
static_cast<TWidget*
>(*it);
179 ((*w).*(action))(caller);
192 VTK_ABI_NAMESPACE_END
void(TWidget::* TActionFunctionPointer)(TWidget *dispatcher)
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...