Go to the documentation of this file.
71 #ifndef vtkAngleWidget_h
72 #define vtkAngleWidget_h
74 #include "vtkInteractionWidgetsModule.h"
79 class vtkAngleWidgetCallback;
111 {this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));}
122 {
return reinterpret_cast<vtkAngleRepresentation*>(this->WidgetRep);}
142 enum {Start=0,Define,Manipulate};
155 virtual void SetWidgetStateToStart();
156 virtual void SetWidgetStateToManipulate();
163 {
return this->WidgetState;}
189 void StartAngleInteraction(
int handleNum);
190 void AngleInteraction(
int handleNum);
191 void EndAngleInteraction(
int handleNum);
193 friend class vtkAngleWidgetCallback;
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
a simple class to control print indentation
represent the vtkAngleWidget