13 #ifndef vtkSMProxyIterator_h 14 #define vtkSMProxyIterator_h 19 struct vtkSMProxyIteratorInternals;
51 void Begin(
const char* groupName);
66 const char* GetGroup();
85 vtkSetMacro(Mode,
int);
86 vtkGetMacro(Mode,
int);
96 vtkSetMacro(SkipPrototypes,
bool);
97 vtkGetMacro(SkipPrototypes,
bool);
98 vtkBooleanMacro(SkipPrototypes,
bool);
117 vtkSMProxyIteratorInternals* Internals;
#define VTKREMOTINGSERVERMANAGER_EXPORT
vtkSMSession is the default ParaView session.
void SetModeToGroupsOnly()
The traversal mode for the iterator.
void SetModeToAll()
The traversal mode for the iterator.
superclass for most server manager classes
The vtkSMSessionProxyManager is esponsible for creating and managing proxies for a given session...
static vtkSMObject * New()
proxy for a VTK object(s) on a server
void SetModeToOneGroup()
The traversal mode for the iterator.
iterates over all registered proxies (and groups)
void PrintSelf(ostream &os, vtkIndent indent) override