21 #ifndef vtkSIStringVectorProperty_h 22 #define vtkSIStringVectorProperty_h 24 #include "vtkPVServerImplementationCoreModule.h" 32 void PrintSelf(ostream& os, vtkIndent indent);
64 class vtkVectorOfStrings;
65 class vtkVectorOfInts;
67 bool Push(
const vtkVectorOfStrings& values);
static vtkSIProperty * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual bool Push(vtkSMMessage *, int)
Push a new state to the underneath implementation.
virtual bool ReadXMLAttributes(vtkSIProxy *proxyhelper, vtkPVXMLElement *element)
Set the appropriate ivars from the xml element.
vtkSIProxy is the server-implementation for a vtkSMProxy that helps the vtkSMProxy with managing/upda...
Header class that setup every thing in order to use Protobuf messages in a transparent manner...
Abstract class for SIProperty that hold an array of values.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
ServerImplementation Property to deal with String array as method arguments.
virtual bool Pull(vtkSMMessage *)
Pull the current state of the underneath implementation.