|
ParaView
|
#include <vtkSIDoubleVectorProperty.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 vtkSIDoubleVectorProperty * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIDoubleVectorProperty * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSIDoubleVectorProperty () | |
| ~vtkSIDoubleVectorProperty () | |
Vector property that manage double value to be set through a method on a vtkObject.
Definition at line 28 of file vtkSIDoubleVectorProperty.h.
| vtkSIDoubleVectorProperty::vtkSIDoubleVectorProperty | ( | ) | [protected] |
| vtkSIDoubleVectorProperty::~vtkSIDoubleVectorProperty | ( | ) | [protected] |
| static vtkSIDoubleVectorProperty* vtkSIDoubleVectorProperty::New | ( | ) | [static] |
Reimplemented from vtkSIProperty.
| virtual const char* vtkSIDoubleVectorProperty::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIVectorProperty.
| static int vtkSIDoubleVectorProperty::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIVectorProperty.
| virtual int vtkSIDoubleVectorProperty::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIVectorProperty.
| static vtkSIDoubleVectorProperty* vtkSIDoubleVectorProperty::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIVectorProperty.
| void vtkSIDoubleVectorProperty::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIVectorProperty.
1.7.5.1