123 #ifndef vtkContourWidget_h
124 #define vtkContourWidget_h
126 #include "vtkInteractionWidgetsModule.h"
162 {this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));}
191 vtkGetMacro(WidgetState,
int);
199 void SetAllowNodePicking(
int );
200 vtkGetMacro( AllowNodePicking,
int );
213 vtkGetMacro( FollowCursor,
int );
229 vtkGetMacro( ContinuousDraw,
int );
242 virtual
void Initialize()
243 {this->Initialize(NULL);}
255 int AllowNodePicking;
258 int ContinuousActive;
263 static
void AddFinalPointAction(vtkAbstractWidget*);
264 static
void MoveAction(vtkAbstractWidget*);
265 static
void EndSelectAction(vtkAbstractWidget*);
266 static
void DeleteAction(vtkAbstractWidget*);
267 static
void TranslateContourAction(vtkAbstractWidget*);
268 static
void ScaleContourAction(vtkAbstractWidget*);
269 static
void ResetAction(vtkAbstractWidget*);
concrete dataset represents vertices, lines, polygons, and triangle strips
represent the vtkContourWidget
a simple class to control print indentation
list of point or cell ids
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...