17 #ifndef vtkPVAxesWidget_h 18 #define vtkPVAxesWidget_h 24 class vtkKWApplication;
39 static const int RendererLayer = 1;
78 void SetVisibility(
bool val);
87 void SetOutlineColor(
double r,
double g,
double b);
88 double* GetOutlineColor();
95 void SetAxisLabelColor(
double r,
double g,
double b);
96 double* GetAxisLabelColor();
103 void SetViewport(
double minX,
double minY,
double maxX,
double maxY);
104 double* GetViewport();
111 void SetXAxisColor(
double r,
double g,
double b);
112 void SetYAxisColor(
double r,
double g,
double b);
113 void SetZAxisColor(
double r,
double g,
double b);
115 void SetXAxisVisibility(
bool vis);
116 void SetYAxisVisibility(
bool vis);
117 void SetZAxisVisibility(
bool vis);
119 void SetXAxisLabelText(
const char* text);
120 void SetYAxisLabelText(
const char* text);
121 void SetZAxisLabelText(
const char* text);
136 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
142 void UpdateCameraFromParentRenderer();
146 int StartPosition[2];
148 void UpdateCursorIcon();
149 void SetMouseCursor(
int cursorState);
161 void OnButtonPress();
163 void OnButtonRelease();
165 void ResizeTopLeft();
166 void ResizeTopRight();
167 void ResizeBottomLeft();
168 void ResizeBottomRight();
169 void SquareRenderer();
virtual void SetInteractor(vtkRenderWindowInteractor *iren)
#define VTKREMOTINGVIEWS_EXPORT
static void ProcessEvents(vtkObject *object, unsigned long event, void *clientdata, void *calldata)
virtual void SetEnabled(int)
void PrintSelf(ostream &os, vtkIndent indent)
void operator=(const vtkObjectBase &)