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