|
ParaView
|
#include <vtkPVLineChartView.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkPVLineChartView * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVLineChartView * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVLineChartView () | |
| ~vtkPVLineChartView () | |
Subclass for vtkPVXYChartView that calls vtkPVXYChartView::SetChartType("Line") in the constructor.
Definition at line 26 of file vtkPVLineChartView.h.
| vtkPVLineChartView::vtkPVLineChartView | ( | ) | [protected] |
| vtkPVLineChartView::~vtkPVLineChartView | ( | ) | [protected] |
| static vtkPVLineChartView* vtkPVLineChartView::New | ( | ) | [static] |
Reimplemented from vtkPVXYChartView.
| virtual const char* vtkPVLineChartView::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVXYChartView.
| static int vtkPVLineChartView::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVXYChartView.
| virtual int vtkPVLineChartView::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVXYChartView.
| static vtkPVLineChartView* vtkPVLineChartView::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVXYChartView.
| void vtkPVLineChartView::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVXYChartView.
1.7.5.1