29 #ifndef vtkPVAxesWidget_h 30 #define vtkPVAxesWidget_h 36 class vtkKWApplication;
51 static const int RendererLayer = 1;
90 void SetVisibility(
bool val);
99 void SetOutlineColor(
double r,
double g,
double b);
100 double* GetOutlineColor();
107 void SetAxisLabelColor(
double r,
double g,
double b);
108 double* GetAxisLabelColor();
115 void SetViewport(
double minX,
double minY,
double maxX,
double maxY);
116 double* GetViewport();
123 void SetXAxisColor(
double r,
double g,
double b);
124 void SetYAxisColor(
double r,
double g,
double b);
125 void SetZAxisColor(
double r,
double g,
double b);
127 void SetXAxisVisibility(
bool vis);
128 void SetYAxisVisibility(
bool vis);
129 void SetZAxisVisibility(
bool vis);
131 void SetXAxisLabelText(
const char* text);
132 void SetYAxisLabelText(
const char* text);
133 void SetZAxisLabelText(
const char* text);
148 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
154 void UpdateCameraFromParentRenderer();
158 int StartPosition[2];
160 void UpdateCursorIcon();
161 void SetMouseCursor(
int cursorState);
173 void OnButtonPress();
175 void OnButtonRelease();
177 void ResizeTopLeft();
178 void ResizeTopRight();
179 void ResizeBottomLeft();
180 void ResizeBottomRight();
181 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 &)