#include <vtkSMSimpleStringInformationHelper.h>
Inheritance diagram for vtkSMSimpleStringInformationHelper:
Public Member Functions | |
vtkTypeRevisionMacro (vtkSMSimpleStringInformationHelper, vtkSMInformationHelper) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | UpdateProperty (int serverIds, vtkClientServerID objectId, vtkSMProperty *prop) |
Static Public Member Functions | |
vtkSMSimpleStringInformationHelper * | New () |
Protected Member Functions | |
vtkSMSimpleStringInformationHelper () | |
~vtkSMSimpleStringInformationHelper () |
vtkSMSimpleStringInformationHelper only work with vtkSMStringVectorProperties. It calls the property's Command on the root node of the associated server and populates the property using the values returned.
Definition at line 34 of file vtkSMSimpleStringInformationHelper.h.
|
|
|
|
|
Reimplemented from vtkSMObject. |
|
|
|
Reimplemented from vtkSMInformationHelper. |
|
Updates the property using value obtained for server. Calls property's Command on the root node of the server and uses the return value. Implements vtkSMInformationHelper. |