ParaView
Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions
vtkSIStringVectorProperty Class Reference

#include <vtkSIStringVectorProperty.h>

Inheritance diagram for vtkSIStringVectorProperty:
Inheritance graph
[legend]
Collaboration diagram for vtkSIStringVectorProperty:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static vtkSIStringVectorPropertyNew ()
static int IsTypeOf (const char *type)
static vtkSIStringVectorPropertySafeDownCast (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)

Detailed Description

ServerImplementation Property to deal with String array as method arguments.

Definition at line 25 of file vtkSIStringVectorProperty.h.


Member Enumeration Documentation

Enumerator:
INT 
DOUBLE 
STRING 

Definition at line 38 of file vtkSIStringVectorProperty.h.


Constructor & Destructor Documentation

vtkSIStringVectorProperty::vtkSIStringVectorProperty ( ) [protected]
vtkSIStringVectorProperty::~vtkSIStringVectorProperty ( ) [protected]

Member Function Documentation

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.


The documentation for this class was generated from the following file: