takes care of drawing a "time" marker in the plot.
More...
#include <vtkPVPlotTime.h>
Inherits vtkPlot.
takes care of drawing a "time" marker in the plot.
vtkPVPlotTime is used to add a "current-time" marker to the plot when on of the axes in the plots is time. Currently only X-axis as time is supported.
Definition at line 29 of file vtkPVPlotTime.h.
§ Superclass
§ anonymous enum
§ vtkPVPlotTime()
vtkPVPlotTime::vtkPVPlotTime |
( |
| ) |
|
|
protected |
§ ~vtkPVPlotTime()
vtkPVPlotTime::~vtkPVPlotTime |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkPVPlotTime::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkPVPlotTime::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkPVPlotTime::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
static vtkPVPlotTime* vtkPVPlotTime::SafeDownCast |
( |
vtkObject * |
o | ) |
|
|
static |
§ PrintSelf()
void vtkPVPlotTime::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ SetTimeAxisMode()
virtual void vtkPVPlotTime::SetTimeAxisMode |
( |
int |
| ) |
|
|
virtual |
§ GetTimeAxisMode()
virtual int vtkPVPlotTime::GetTimeAxisMode |
( |
| ) |
|
|
virtual |
§ SetTime()
virtual void vtkPVPlotTime::SetTime |
( |
double |
| ) |
|
|
virtual |
§ GetTime()
virtual double vtkPVPlotTime::GetTime |
( |
| ) |
|
|
virtual |
§ Paint()
virtual bool vtkPVPlotTime::Paint |
( |
vtkContext2D * |
painter | ) |
|
|
virtual |
Paint event for the axis, called whenever the axis needs to be drawn.
§ GetBounds()
virtual void vtkPVPlotTime::GetBounds |
( |
double |
bounds[4] | ) |
|
|
inlinevirtual |
Get the bounds for this plot as (Xmin, Xmax, Ymin, Ymax).
Definition at line 67 of file vtkPVPlotTime.h.
§ Time
double vtkPVPlotTime::Time |
|
protected |
§ TimeAxisMode
int vtkPVPlotTime::TimeAxisMode |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ParaView-v5.2.0/ParaViewCore/VTKExtensions/Rendering/vtkPVPlotTime.h