79 #ifndef __vtkAngleWidget_h
80 #define __vtkAngleWidget_h
82 #include "vtkInteractionWidgetsModule.h"
87 class vtkAngleWidgetCallback;
99 void PrintSelf(ostream& os, vtkIndent indent);
112 {this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));}
137 enum {Start=0,Define,Manipulate};
150 virtual void SetWidgetStateToStart();
151 virtual void SetWidgetStateToManipulate();
157 {
return this->WidgetState;}
184 void StartAngleInteraction(
int handleNum);
185 void AngleInteraction(
int handleNum);
186 void EndAngleInteraction(
int handleNum);
189 friend class vtkAngleWidgetCallback;
represent the vtkAngleWidget