#include <vtkSMArraySelectionInformationHelper.h>
Inheritance diagram for vtkSMArraySelectionInformationHelper:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkSMArraySelectionInformationHelper, vtkSMInformationHelper) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | UpdateProperty (int serverIds, vtkClientServerID objectId, vtkSMProperty *prop) |
Static Public Member Functions | |
| vtkSMArraySelectionInformationHelper * | New () |
Protected Member Functions | |
| vtkSMArraySelectionInformationHelper () | |
| ~vtkSMArraySelectionInformationHelper () | |
| virtual void | SetAttributeName (const char *) |
| virtual char * | GetAttributeName () |
| int | ReadXMLAttributes (vtkSMProperty *prop, vtkPVXMLElement *element) |
Protected Attributes | |
| char * | AttributeName |
vtkSMArraySelectionInformationHelper only works with vtkSMStringVectorProperties. It populates the property using the server side helper object. Each array is represented by two components: name, state (on/off)
Definition at line 34 of file vtkSMArraySelectionInformationHelper.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkSMObject. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkSMInformationHelper. |
|
||||||||||||||||
|
Updates the property using value obtained for server. It creates an instance of the server helper class vtkPVServerArraySelection and passes the objectId (which the helper class gets as a pointer) and populates the property using the values returned. Each array is represented by two components: name, state (on/off) Implements vtkSMInformationHelper. |
|
|
|
|
|
|
|
||||||||||||
|
Set the appropriate ivars from the xml element. Should be overwritten by subclass if adding ivars. Reimplemented from vtkSMInformationHelper. |
|
|
Definition at line 57 of file vtkSMArraySelectionInformationHelper.h. |
1.3.5