|
ParaView
|
#include <vtkPVBarChartView.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 vtkPVBarChartView * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVBarChartView * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVBarChartView () | |
| ~vtkPVBarChartView () | |
Subclass for vtkPVXYChartView that calls vtkPVXYChartView::SetChartType("Bar") in the constructor.
Definition at line 26 of file vtkPVBarChartView.h.
| vtkPVBarChartView::vtkPVBarChartView | ( | ) | [protected] |
| vtkPVBarChartView::~vtkPVBarChartView | ( | ) | [protected] |
| static vtkPVBarChartView* vtkPVBarChartView::New | ( | ) | [static] |
Reimplemented from vtkPVXYChartView.
| virtual const char* vtkPVBarChartView::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVXYChartView.
| static int vtkPVBarChartView::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVXYChartView.
| virtual int vtkPVBarChartView::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVXYChartView.
| static vtkPVBarChartView* vtkPVBarChartView::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVXYChartView.
| void vtkPVBarChartView::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVXYChartView.
1.7.5.1