Go to the documentation of this file.
54 #ifndef vtkCoordinate_h
55 #define vtkCoordinate_h
62 #define VTK_NORMALIZED_DISPLAY 1
63 #define VTK_VIEWPORT 2
64 #define VTK_NORMALIZED_VIEWPORT 3
67 #define VTK_USERDEFINED 6
94 { this->SetCoordinateSystem(
VTK_VIEW); }
107 { this->SetValue(
a,
b, 0.0); }
150 {
return this->Value; }
161 double ComputedWorldValue[3];
162 int ComputedDisplayValue[2];
163 int ComputedViewportValue[2];
166 double ComputedDoubleDisplayValue[2];
167 double ComputedDoubleViewportValue[2];
168 double ComputedUserDefinedValue[3];
#define vtkGetObjectMacro(name, type)
static vtkCoordinate * New()
GLboolean GLboolean GLboolean b
void PrintSelf(ostream &os, vtkIndent indent)
void SetValue(double a, double b)
virtual void SetReferenceCoordinate(vtkCoordinate *)
#define vtkSetVector3Macro(name, type)
#define VTK_NORMALIZED_VIEWPORT
void SetCoordinateSystemToNormalizedViewport()
void SetCoordinateSystemToDisplay()
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
const char * GetCoordinateSystemAsString()
vtkCoordinate * ReferenceCoordinate
double * GetComputedWorldValue(vtkViewport *)
void SetCoordinateSystemToWorld()
double * GetComputedValue(vtkViewport *)
#define vtkGetVector3Macro(name, type)
int * GetComputedLocalDisplayValue(vtkViewport *)
a simple class to control print indentation
#define VTK_NORMALIZED_DISPLAY
void SetCoordinateSystemToViewport()
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
virtual double * GetComputedUserDefinedValue(vtkViewport *)
#define vtkGetMacro(name, type)
GLboolean GLboolean GLboolean GLboolean a
abstract specification for Viewports
void SetViewport(vtkViewport *viewport)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetCoordinateSystemToNormalizedDisplay()
int * GetComputedDisplayValue(vtkViewport *)
int * GetComputedViewportValue(vtkViewport *)
void SetCoordinateSystemToView()
double * GetComputedDoubleDisplayValue(vtkViewport *)
#define VTKRENDERINGCORE_EXPORT
double * GetComputedDoubleViewportValue(vtkViewport *)