46 #ifndef __vtkAffineRepresentation2D_h
47 #define __vtkAffineRepresentation2D_h
82 vtkGetMacro(BoxWidth,
int);
84 vtkGetMacro(CircleWidth,
int);
86 vtkGetMacro(AxesWidth,
int);
94 void SetOrigin(
double ox,
double oy,
double oz);
95 vtkGetVector3Macro(Origin,
double);
121 vtkSetMacro(DisplayText,
int);
122 vtkGetMacro(DisplayText,
int);
123 vtkBooleanMacro(DisplayText,
int);
154 void Scale(
double eventPos[2]);
155 void Rotate(
double eventPos[2]);
156 void Shear(
double eventPos[2]);
158 void UpdateText(
const char *text,
double eventPos[2]);
178 double DisplayOrigin[3];
179 double CurrentTranslation[3];
180 double StartWorldPosition[4];
183 double CurrentScale[2];
184 double CurrentShear[2];
192 void CreateDefaultProperties();
197 double LastEventPosition[2];
abstract superclass for all actors, volumes and annotations
vtkPolyDataMapper2D * HCircleMapper
vtkTransform * CurrentTransform
abstract class for representing affine transformation widgets
abstract specification for Viewports
virtual void ShallowCopy(vtkProp *prop)
vtkTransform * TotalTransform
vtkLeaderActor2D * HXAxis
a actor that draws 2D data
vtkPoints * HCirclePoints
vtkCellArray * HBoxCellArray
virtual void GetTransform(vtkTransform *t)=0
vtkLeaderActor2D * HYAxis
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkProperty2D * SelectedProperty
window superclass for vtkRenderWindow
void PrintSelf(ostream &os, vtkIndent indent)
vtkCellArray * HCircleCellArray
vtkTextMapper * TextMapper
a simple class to control print indentation
vtkCellArray * BoxCellArray
create a leader with optional label and arrows
vtkTextProperty * TextProperty
vtkTransform * TempTransform
vtkActor2D * HCircleActor
void SetOrigin(double o[3])
represent 2D affine transformations
vtkPolyDataMapper2D * BoxMapper
represent text properties.
vtkPolyDataMapper2D * CircleMapper
object to represent cell connectivity
vtkCellArray * CircleCellArray
represent surface properties of a 2D image
#define VTK_LARGE_INTEGER
vtkPolyDataMapper2D * HBoxMapper
draw vtkPolyData onto the image plane
represent and manipulate 3D points