94 #ifndef vtkWidgetSet_h 
   95 #define vtkWidgetSet_h 
   97 #include "vtkInteractionWidgetsModule.h"  
  131   virtual void SetEnabled(
int);
 
  148   unsigned int GetNumberOfWidgets();
 
  167   template < 
class TW
idget >
 
  172     for (WidgetIteratorType it  = this->Widget.begin();
 
  173                             it != this->Widget.end()  ; ++it)
 
  175       TWidget *w = 
static_cast<TWidget *
>(*it);
 
  178         ((*w).*(action))(caller);
 
  185     for (WidgetIteratorType it  = this->Widget.begin();
 
  186                             it != this->Widget.end()  ; ++it)
 
  188       TWidget *w = 
static_cast<TWidget *
>(*it);
 
  189       if (caller != w) ((*w).*(action))(caller);
 
  199   void operator=(const 
vtkWidgetSet&) VTK_DELETE_FUNCTION;
 
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 
 
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...