VTK
|
represent XY plot for vtkXYPlotWidget More...
#include <vtkXYPlotRepresentation.h>
represent XY plot for vtkXYPlotWidget
This class represents a XY plot for a vtkXYPlotWidget. This class provides support for interactively placing a XY plot on the 2D overlay plane. The XY plot is defined by an instance of vtkXYPlotActor.
Definition at line 40 of file vtkXYPlotRepresentation.h.
Define standard methods.
Reimplemented from vtkBorderRepresentation.
Definition at line 43 of file vtkXYPlotRepresentation.h.
vtkXYPlotRepresentation::vtkXYPlotRepresentation | ( | ) | [protected] |
vtkXYPlotRepresentation::~vtkXYPlotRepresentation | ( | ) | [protected] |
static int vtkXYPlotRepresentation::IsTypeOf | ( | const char * | type | ) | [static] |
Define standard methods.
Reimplemented from vtkBorderRepresentation.
virtual int vtkXYPlotRepresentation::IsA | ( | const char * | type | ) | [virtual] |
Define standard methods.
Reimplemented from vtkBorderRepresentation.
static vtkXYPlotRepresentation* vtkXYPlotRepresentation::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Define standard methods.
Reimplemented from vtkBorderRepresentation.
virtual vtkObjectBase* vtkXYPlotRepresentation::NewInstanceInternal | ( | ) | const [protected, virtual] |
Define standard methods.
Reimplemented from vtkBorderRepresentation.
Define standard methods.
Reimplemented from vtkBorderRepresentation.
virtual void vtkXYPlotRepresentation::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Define standard methods.
Reimplemented from vtkBorderRepresentation.
static vtkXYPlotRepresentation* vtkXYPlotRepresentation::New | ( | ) | [static] |
Instantiate this class.
Reimplemented from vtkBorderRepresentation.
virtual vtkXYPlotActor* vtkXYPlotRepresentation::GetXYPlotActor | ( | ) | [virtual] |
The prop that is placed in the renderer.
virtual void vtkXYPlotRepresentation::SetXYPlotActor | ( | vtkXYPlotActor * | ) | [virtual] |
The prop that is placed in the renderer.
virtual void vtkXYPlotRepresentation::BuildRepresentation | ( | ) | [virtual] |
Satisfy the superclass' API.
Reimplemented from vtkBorderRepresentation.
virtual void vtkXYPlotRepresentation::WidgetInteraction | ( | double | eventPos[2] | ) | [virtual] |
Satisfy the superclass' API.
Reimplemented from vtkBorderRepresentation.
virtual void vtkXYPlotRepresentation::GetSize | ( | double | size[2] | ) | [inline, virtual] |
Satisfy the superclass' API.
Reimplemented from vtkBorderRepresentation.
Definition at line 57 of file vtkXYPlotRepresentation.h.
virtual int vtkXYPlotRepresentation::GetVisibility | ( | ) | [virtual] |
virtual void vtkXYPlotRepresentation::SetVisibility | ( | int | ) | [virtual] |
virtual void vtkXYPlotRepresentation::GetActors2D | ( | vtkPropCollection * | collection | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual void vtkXYPlotRepresentation::ReleaseGraphicsResources | ( | vtkWindow * | window | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkXYPlotRepresentation::RenderOverlay | ( | vtkViewport * | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkXYPlotRepresentation::RenderOpaqueGeometry | ( | vtkViewport * | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkXYPlotRepresentation::RenderTranslucentPolygonalGeometry | ( | vtkViewport * | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkXYPlotRepresentation::HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
void vtkXYPlotRepresentation::SetGlyphSize | ( | double | x | ) |
Set glyph properties
void vtkXYPlotRepresentation::SetPlotGlyphType | ( | int | curve, |
int | glyph | ||
) |
Set glyph properties
void vtkXYPlotRepresentation::SetTitle | ( | const char * | title | ) |
Set title properties
void vtkXYPlotRepresentation::SetTitleColor | ( | double | r, |
double | g, | ||
double | b | ||
) |
Set title properties
Set title properties
void vtkXYPlotRepresentation::SetTitleBold | ( | int | x | ) |
Set title properties
void vtkXYPlotRepresentation::SetTitleItalic | ( | int | x | ) |
Set title properties
void vtkXYPlotRepresentation::SetTitleShadow | ( | int | x | ) |
Set title properties
void vtkXYPlotRepresentation::SetTitleFontSize | ( | int | x | ) |
Set title properties
Set title properties
Set title properties
Set title properties
void vtkXYPlotRepresentation::SetTitlePosition | ( | double | x, |
double | y | ||
) |
Set title properties
void vtkXYPlotRepresentation::SetXAxisColor | ( | double | r, |
double | g, | ||
double | b | ||
) |
Set/Get axis properties
void vtkXYPlotRepresentation::SetYAxisColor | ( | double | r, |
double | g, | ||
double | b | ||
) |
Set/Get axis properties
void vtkXYPlotRepresentation::SetXTitle | ( | const char * | ytitle | ) |
Set/Get axis properties
char* vtkXYPlotRepresentation::GetXTitle | ( | ) |
Set/Get axis properties
void vtkXYPlotRepresentation::SetXRange | ( | double | min, |
double | max | ||
) |
Set/Get axis properties
void vtkXYPlotRepresentation::SetYTitle | ( | const char * | ytitle | ) |
Set/Get axis properties
char* vtkXYPlotRepresentation::GetYTitle | ( | ) |
Set/Get axis properties
void vtkXYPlotRepresentation::SetYRange | ( | double | min, |
double | max | ||
) |
Set/Get axis properties
void vtkXYPlotRepresentation::SetYTitlePosition | ( | int | pos | ) |
Set/Get axis properties
Set/Get axis properties
void vtkXYPlotRepresentation::SetXValues | ( | int | x | ) |
Set/Get axis properties
void vtkXYPlotRepresentation::SetAxisTitleColor | ( | double | r, |
double | g, | ||
double | b | ||
) |
Set axis title properties
Set axis title properties
void vtkXYPlotRepresentation::SetAxisTitleBold | ( | int | x | ) |
Set axis title properties
Set axis title properties
Set axis title properties
Set axis title properties
Set axis title properties
Set axis title properties
void vtkXYPlotRepresentation::SetAxisLabelColor | ( | double | r, |
double | g, | ||
double | b | ||
) |
Set axis label properties
Set axis label properties
void vtkXYPlotRepresentation::SetAxisLabelBold | ( | int | x | ) |
Set axis label properties
Set axis label properties
Set axis label properties
Set axis label properties
Set axis label properties
Set axis label properties
void vtkXYPlotRepresentation::SetXLabelFormat | ( | const char * | _arg | ) |
Set axis label properties
void vtkXYPlotRepresentation::SetYLabelFormat | ( | const char * | _arg | ) |
Set axis label properties
void vtkXYPlotRepresentation::SetBorder | ( | int | x | ) |
Set various properties
Set various properties
void vtkXYPlotRepresentation::AddUserCurvesPoint | ( | double | c, |
double | x, | ||
double | y | ||
) |
Set various properties
void vtkXYPlotRepresentation::SetLegend | ( | int | x | ) |
Set various properties
void vtkXYPlotRepresentation::SetLegendBorder | ( | int | b | ) |
Set various properties
void vtkXYPlotRepresentation::SetLegendBox | ( | int | b | ) |
Set various properties
void vtkXYPlotRepresentation::SetLegendBoxColor | ( | double | r, |
double | g, | ||
double | b | ||
) |
Set various properties
void vtkXYPlotRepresentation::SetLegendPosition | ( | double | x, |
double | y | ||
) |
Set various properties
void vtkXYPlotRepresentation::SetLegendPosition2 | ( | double | x, |
double | y | ||
) |
Set various properties
void vtkXYPlotRepresentation::SetLineWidth | ( | double | w | ) |
Set various properties
void vtkXYPlotRepresentation::SetPlotColor | ( | int | i, |
int | r, | ||
int | g, | ||
int | b | ||
) |
Set various properties
void vtkXYPlotRepresentation::SetPlotLines | ( | int | i | ) |
Set various properties
void vtkXYPlotRepresentation::SetPlotPoints | ( | int | i | ) |
Set various properties
void vtkXYPlotRepresentation::SetPlotLabel | ( | int | i, |
const char * | label | ||
) |
Set various properties
vtkXYPlotActor* vtkXYPlotRepresentation::XYPlotActor [protected] |
Definition at line 158 of file vtkXYPlotRepresentation.h.