65 #ifndef vtkCoordinate_h
66 #define vtkCoordinate_h
68 #include "vtkRenderingCoreModule.h"
73 #define VTK_NORMALIZED_DISPLAY 1
74 #define VTK_VIEWPORT 2
75 #define VTK_NORMALIZED_VIEWPORT 3
79 #define VTK_USERDEFINED 7
99 vtkSetMacro(CoordinateSystem,
int);
100 vtkGetMacro(CoordinateSystem,
int);
110 { this->SetCoordinateSystem(
VTK_VIEW); }
112 { this->SetCoordinateSystem(
VTK_POSE); }
114 { this->SetCoordinateSystem(
VTK_WORLD); }
117 const char *GetCoordinateSystemAsString ();
124 vtkSetVector3Macro(Value,
double);
125 vtkGetVector3Macro(Value,
double);
127 { this->SetValue(a, b, 0.0); }
181 {
return this->Value; }
191 double ComputedWorldValue[3];
192 int ComputedDisplayValue[2];
193 int ComputedViewportValue[2];
196 double ComputedDoubleDisplayValue[2];
197 double ComputedDoubleViewportValue[2];
198 double ComputedUserDefinedValue[3];