30 #ifndef __vtkOrientedGlyphContourRepresentation_h
31 #define __vtkOrientedGlyphContourRepresentation_h
66 void SetActiveCursorShape(
vtkPolyData *activeShape);
116 vtkSetMacro( AlwaysOnTop,
int );
117 vtkGetMacro( AlwaysOnTop,
int );
118 vtkBooleanMacro( AlwaysOnTop,
int );
123 void SetLineColor(
double r,
double g,
double b);
156 void CreateSelectedNodesRepresentation();
163 double LastPickPosition[3];
164 double LastEventPosition[2];
168 void Scale(
double eventPos[2]);
169 void ShiftContour(
double eventPos[2]);
170 void ScaleContour(
double eventPos[2]);
172 void ComputeCentroid(
double* ioCentroid);
179 void CreateDefaultProperties();
184 double InteractionOffset[2];