13 #ifndef vtkSMPropertyIterator_h 14 #define vtkSMPropertyIterator_h 19 struct vtkSMPropertyIteratorInternals;
51 virtual int IsAtEnd();
61 virtual const char* GetKey();
67 virtual const char* GetPropertyLabel();
79 vtkSetMacro(TraverseSubProxies,
int);
80 vtkGetMacro(TraverseSubProxies,
int);
92 vtkSMPropertyIteratorInternals* Internals;
#define VTKREMOTINGSERVERMANAGER_EXPORT
superclass for all SM properties
superclass for most server manager classes
static vtkSMObject * New()
proxy for a VTK object(s) on a server
iterates over the properties of a proxy
void PrintSelf(ostream &os, vtkIndent indent) override