23 #ifndef vtkPVPlotTime_h 24 #define vtkPVPlotTime_h 26 #include "vtkPVVTKExtensionsRenderingModule.h" 34 void PrintSelf(ostream& os, vtkIndent indent);
47 vtkSetClampMacro(TimeAxisMode,
int, NONE, Y_AXIS);
48 vtkGetMacro(TimeAxisMode,
int);
55 vtkSetMacro(Time,
double);
56 vtkGetMacro(Time,
double);
62 virtual bool Paint(vtkContext2D* painter);
69 bounds[0] = bounds[2] = 1.0;
70 bounds[1] = bounds[3] = -1.0;
virtual void GetBounds(double bounds[4])
Get the bounds for this plot as (Xmin, Xmax, Ymin, Ymax).
takes care of drawing a "time" marker in the plot.