77 #ifndef vtkAngleWidget_h
78 #define vtkAngleWidget_h
80 #include "vtkInteractionWidgetsModule.h"
85 class vtkAngleWidgetCallback;
117 {this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));}
148 enum {Start=0,Define,Manipulate};
161 virtual void SetWidgetStateToStart();
162 virtual void SetWidgetStateToManipulate();
169 {
return this->WidgetState;}
195 void StartAngleInteraction(
int handleNum);
196 void AngleInteraction(
int handleNum);
197 void EndAngleInteraction(
int handleNum);
199 friend class vtkAngleWidgetCallback;
a simple class to control print indentation
represent the vtkAngleWidget
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...