128 #ifndef __vtkContourWidget_h
129 #define __vtkContourWidget_h
131 #include "vtkInteractionWidgetsModule.h"
147 void PrintSelf(ostream& os, vtkIndent indent);
160 {this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));}
177 vtkSetMacro(WidgetState,
int);
182 vtkGetMacro(WidgetState,
int);
189 void SetAllowNodePicking(
int );
190 vtkGetMacro( AllowNodePicking,
int );
191 vtkBooleanMacro( AllowNodePicking,
int );
200 vtkSetMacro( FollowCursor,
int );
201 vtkGetMacro( FollowCursor,
int );
202 vtkBooleanMacro( FollowCursor,
int );
214 vtkSetMacro( ContinuousDraw,
int );
215 vtkGetMacro( ContinuousDraw,
int );
216 vtkBooleanMacro( ContinuousDraw,
int );
225 virtual void Initialize(
vtkPolyData * poly,
int state = 1, vtkIdList *idList = NULL );
227 {this->Initialize(NULL);}
concrete dataset represents vertices, lines, polygons, and triangle strips
represent the vtkContourWidget