60 #ifndef vtkCoordinate_h 
   61 #define vtkCoordinate_h 
   64 #include "vtkRenderingCoreModule.h"  
   68 #define VTK_NORMALIZED_DISPLAY 1 
   69 #define VTK_VIEWPORT 2 
   70 #define VTK_NORMALIZED_VIEWPORT 3 
   74 #define VTK_USERDEFINED 7 
   94   vtkSetMacro(CoordinateSystem, 
int);
 
   95   vtkGetMacro(CoordinateSystem, 
int);
 
  111   const char* GetCoordinateSystemAsString();
 
  118   vtkSetVector3Macro(Value, 
double);
 
  119   vtkGetVector3Macro(Value, 
double);
 
  183   double ComputedWorldValue[3];
 
  184   int ComputedDisplayValue[2];
 
  185   int ComputedViewportValue[2];
 
  188   double ComputedDoubleDisplayValue[2];
 
  189   double ComputedDoubleViewportValue[2];
 
  190   double ComputedUserDefinedValue[3];