|
ParaView
|
provides information about array for a chart. More...
#include <vtkSIContextArraysProperty.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 vtkSIContextArraysProperty * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIContextArraysProperty * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSIContextArraysProperty () | |
| ~vtkSIContextArraysProperty () | |
| virtual bool | Pull (vtkSMMessage *) |
provides information about array for a chart.
This class iterates through a vtkTable and fills the supplied property with column names matching their current column index.
Definition at line 28 of file vtkSIContextArraysProperty.h.
| vtkSIContextArraysProperty::vtkSIContextArraysProperty | ( | ) | [protected] |
| vtkSIContextArraysProperty::~vtkSIContextArraysProperty | ( | ) | [protected] |
| static vtkSIContextArraysProperty* vtkSIContextArraysProperty::New | ( | ) | [static] |
Reimplemented from vtkSIProperty.
| virtual const char* vtkSIContextArraysProperty::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIProperty.
| static int vtkSIContextArraysProperty::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIProperty.
| virtual int vtkSIContextArraysProperty::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIProperty.
| static vtkSIContextArraysProperty* vtkSIContextArraysProperty::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIProperty.
| void vtkSIContextArraysProperty::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIProperty.
| virtual bool vtkSIContextArraysProperty::Pull | ( | vtkSMMessage * | ) | [protected, virtual] |
Pull the current state of the underneath implementation
Reimplemented from vtkSIProperty.
1.7.5.1