|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   95 #ifndef vtkWidgetSet_h 
   96 #define vtkWidgetSet_h 
   98 #include "vtkInteractionWidgetsModule.h"  
  107 template <
class TW
idget>
 
  150   unsigned int GetNumberOfWidgets();
 
  169   template <
class TW
idget>
 
  176       TWidget* w = 
static_cast<TWidget*
>(*it);
 
  179         ((*w).*(action))(caller);
 
  188       TWidget* w = 
static_cast<TWidget*
>(*it);
 
  190         ((*w).*(action))(caller);
 
  
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract base class for most VTK objects
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void(TWidget::* TActionFunctionPointer)(TWidget *dispatcher)