|
ParaView
|
#include <vtkSIVectorPropertyTemplate.h>


Public Types | |
| typedef vtkSIVectorProperty | Superclass |
Public Member Functions | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual bool | GetArgumentIsArray () |
Protected Member Functions | |
| vtkSIVectorPropertyTemplate () | |
| ~vtkSIVectorPropertyTemplate () | |
| virtual bool | Push (vtkSMMessage *, int) |
| virtual bool | Pull (vtkSMMessage *) |
| virtual bool | ReadXMLAttributes (vtkSIProxy *proxyhelper, vtkPVXMLElement *element) |
| bool | Push (T *values, int number_of_elements) |
Protected Attributes | |
| bool | ArgumentIsArray |
Definition at line 26 of file vtkSIVectorPropertyTemplate.h.
| typedef vtkSIVectorProperty vtkSIVectorPropertyTemplate< T, force_idtype >::Superclass |
Reimplemented from vtkObject.
Definition at line 29 of file vtkSIVectorPropertyTemplate.h.
| vtkSIVectorPropertyTemplate< T, force_idtype >::vtkSIVectorPropertyTemplate | ( | ) | [protected] |
| vtkSIVectorPropertyTemplate< T, force_idtype >::~vtkSIVectorPropertyTemplate | ( | ) | [protected] |
| void vtkSIVectorPropertyTemplate< T, force_idtype >::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIVectorProperty.
| virtual bool vtkSIVectorPropertyTemplate< T, force_idtype >::GetArgumentIsArray | ( | ) | [virtual] |
If ArgumentIsArray is true, multiple elements are passed in as array arguments. For example, For example, if RepeatCommand is true, NumberOfElementsPerCommand is 2, the command is SetFoo and the values are 1 2 3 4 5 6, the resulting stream will have:
* Invoke
obj SetFoo array(1, 2) * Invoke obj SetFoo array(3, 4) * Invoke obj
SetFoo array(5, 6) | virtual bool vtkSIVectorPropertyTemplate< T, force_idtype >::Push | ( | vtkSMMessage * | , |
| int | |||
| ) | [protected, virtual] |
Push a new state to the underneath implementation
Reimplemented from vtkSIProperty.
| virtual bool vtkSIVectorPropertyTemplate< T, force_idtype >::Pull | ( | vtkSMMessage * | ) | [protected, virtual] |
Pull the current state of the underneath implementation
Reimplemented from vtkSIProperty.
| virtual bool vtkSIVectorPropertyTemplate< T, force_idtype >::ReadXMLAttributes | ( | vtkSIProxy * | proxyhelper, |
| vtkPVXMLElement * | element | ||
| ) | [protected, virtual] |
Parse the xml for the property.
Reimplemented from vtkSIVectorProperty.
| bool vtkSIVectorPropertyTemplate< T, force_idtype >::Push | ( | T * | values, |
| int | number_of_elements | ||
| ) | [protected] |
Implements the actual push.
bool vtkSIVectorPropertyTemplate< T, force_idtype >::ArgumentIsArray [protected] |
Definition at line 59 of file vtkSIVectorPropertyTemplate.h.
1.7.5.1