|
ParaView
|
#include <vtkSIStringVectorProperty.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 vtkSIStringVectorProperty * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIStringVectorProperty * | SafeDownCast (vtkObject *o) |
Protected Types | |
| enum | ElementTypes { INT, DOUBLE, STRING } |
Protected Member Functions | |
| vtkSIStringVectorProperty () | |
| ~vtkSIStringVectorProperty () | |
| virtual bool | Push (vtkSMMessage *, int) |
| virtual bool | Pull (vtkSMMessage *) |
| virtual bool | ReadXMLAttributes (vtkSIProxy *proxyhelper, vtkPVXMLElement *element) |
ServerImplementation Property to deal with String array as method arguments.
Definition at line 25 of file vtkSIStringVectorProperty.h.
enum vtkSIStringVectorProperty::ElementTypes [protected] |
Definition at line 38 of file vtkSIStringVectorProperty.h.
| vtkSIStringVectorProperty::vtkSIStringVectorProperty | ( | ) | [protected] |
| vtkSIStringVectorProperty::~vtkSIStringVectorProperty | ( | ) | [protected] |
| static vtkSIStringVectorProperty* vtkSIStringVectorProperty::New | ( | ) | [static] |
Reimplemented from vtkSIProperty.
| virtual const char* vtkSIStringVectorProperty::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIVectorProperty.
| static int vtkSIStringVectorProperty::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIVectorProperty.
| virtual int vtkSIStringVectorProperty::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIVectorProperty.
| static vtkSIStringVectorProperty* vtkSIStringVectorProperty::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIVectorProperty.
| void vtkSIStringVectorProperty::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIVectorProperty.
| virtual bool vtkSIStringVectorProperty::Push | ( | vtkSMMessage * | , |
| int | |||
| ) | [protected, virtual] |
Push a new state to the underneath implementation
Reimplemented from vtkSIProperty.
| virtual bool vtkSIStringVectorProperty::Pull | ( | vtkSMMessage * | ) | [protected, virtual] |
Pull the current state of the underneath implementation
Reimplemented from vtkSIProperty.
| virtual bool vtkSIStringVectorProperty::ReadXMLAttributes | ( | vtkSIProxy * | proxyhelper, |
| vtkPVXMLElement * | element | ||
| ) | [protected, virtual] |
Parse the xml for the property.
Reimplemented from vtkSIVectorProperty.
1.7.5.1