74 #ifndef vtkAngleWidget_h 75 #define vtkAngleWidget_h 77 #include "vtkInteractionWidgetsModule.h" 82 class vtkAngleWidgetCallback;
114 {this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));}
145 enum {Start=0,Define,Manipulate};
158 virtual void SetWidgetStateToStart();
159 virtual void SetWidgetStateToManipulate();
166 {
return this->WidgetState;}
192 void StartAngleInteraction(
int handleNum);
193 void AngleInteraction(
int handleNum);
194 void EndAngleInteraction(
int handleNum);
196 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...