128 #ifndef __vtkContourWidget_h
129 #define __vtkContourWidget_h
158 {this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));}
175 vtkSetMacro(WidgetState,
int);
180 vtkGetMacro(WidgetState,
int);
187 void SetAllowNodePicking(
int );
188 vtkGetMacro( AllowNodePicking,
int );
189 vtkBooleanMacro( AllowNodePicking,
int );
198 vtkSetMacro( FollowCursor,
int );
199 vtkGetMacro( FollowCursor,
int );
200 vtkBooleanMacro( FollowCursor,
int );
212 vtkSetMacro( ContinuousDraw,
int );
213 vtkGetMacro( ContinuousDraw,
int );
214 vtkBooleanMacro( ContinuousDraw,
int );
223 virtual void Initialize(
vtkPolyData * poly,
int state = 1 );
225 {this->Initialize(NULL);}
concrete dataset represents vertices, lines, polygons, and triangle strips
represent the vtkContourWidget
a simple class to control print indentation