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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkSMSubPropertyIterator, vtkSMObject) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetProperty (vtkSMProperty *property) |
| void | Begin () |
| int | IsAtEnd () |
| void | Next () |
| const char * | GetKey () |
| vtkSMProperty * | GetSubProperty () |
| virtual vtkSMProperty * | GetProperty () |
Static Public Member Functions | |
| vtkSMSubPropertyIterator * | New () |
Protected Member Functions | |
| vtkSMSubPropertyIterator () | |
| ~vtkSMSubPropertyIterator () | |
| virtual void | SaveState (const char *, ostream *, vtkIndent) |
Protected Attributes | |
| vtkSMProperty * | Property |
vtkSMSubPropertyIterator iterates over the sub-properties of a property
Definition at line 33 of file vtkSMSubPropertyIterator.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkSMObject. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkSMObject. |
|
|
Set the property to be used. |
|
|
Return the property. |
|
|
Go to the first property. |
|
|
Returns true if iterator points past the end of the collection. |
|
|
Move to the next property. |
|
|
Returns the key (name) at the current iterator position. |
|
|
Returns the property at the current iterator position. |
|
||||||||||||||||
|
Saves the state of the object in XML format. Should be overwritten by proxies and properties. Reimplemented from vtkSMObject. Definition at line 69 of file vtkSMSubPropertyIterator.h. |
|
|
Definition at line 67 of file vtkSMSubPropertyIterator.h. |
1.3.5