21 #ifndef vtkSIVectorPropertyTemplate_h 22 #define vtkSIVectorPropertyTemplate_h 24 #include "vtkPVServerImplementationCoreModule.h" 27 template <
class T,
class force_
idtype =
int>
32 void PrintSelf(ostream& os, vtkIndent indent);
47 vtkGetMacro(ArgumentIsArray,
bool);
72 bool Push(T* values,
int number_of_elements);
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.
vtkSIVectorProperty Superclass
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
virtual bool Pull(vtkSMMessage *)
Pull the current state of the underneath implementation.