#include <vtkObjectStackIterator.h>
Inheritance diagram for vtkObjectStackIterator:
vtkObjectStack
subclasses.
Definition at line 30 of file vtkObjectStackIterator.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectStackIterator, vtkObjectBaseStackIterator) | |
Data Access Methods | |
vtkObject * | GetObject (void) const |
Retrieve the data from the iterator. | |
virtual int | SetObject (vtkObject *object) |
Set the data at the iterator's position. | |
Static Public Member Functions | |
vtkObjectStackIterator * | New (void) |
Protected Member Functions | |
vtkObjectStackIterator (void) | |
~vtkObjectStackIterator () |
|
Definition at line 58 of file vtkObjectStackIterator.h. |
|
Definition at line 59 of file vtkObjectStackIterator.h. |
|
Retrieve the data from the iterator.
Reimplemented from vtkObjectBaseStackIterator. Reimplemented in vtkExtensionsObjectStackIterator. Definition at line 46 of file vtkObjectStackIterator.h. |
|
Reimplemented from vtkObjectBaseStackIterator. Reimplemented in vtkExtensionsObjectStackIterator. |
|
Set the data at the iterator's position.
Definition at line 53 of file vtkObjectStackIterator.h. |
|
|