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


vtkObjectBaseStack subclasses.
Definition at line 31 of file vtkObjectBaseStackIterator.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkObjectBaseStackIterator, vtkIterator) | |
Data Access Methods | |
| vtkObjectBase * | GetObject (void) const |
| Retrieve the data from the iterator. | |
| int | SetObject (vtkObjectBase *object) |
| Set the data at the iterator's position. | |
Traversal Methods | |
| int | InitTraversal (void) |
| Initialize traversal of the container. | |
| int | Increment (void) |
| Increment the iterator to the next location. | |
| int | Decrement (void) |
| Decrement the iterator to the previous location. | |
Static Public Member Functions | |
| vtkObjectBaseStackIterator * | New (void) |
Protected Member Functions | |
| vtkObjectBaseStackIterator (void) | |
| ~vtkObjectBaseStackIterator () | |
|
|
|
|
|
|
|
|
Decrement the iterator to the previous location.
Implements vtkIterator. |
|
|
Retrieve the data from the iterator.
Reimplemented from vtkIterator. Reimplemented in vtkExtensionsObjectStackIterator, and vtkObjectStackIterator. |
|
|
Increment the iterator to the next location.
Implements vtkIterator. |
|
|
Initialize traversal of the container. Sets the iterator to the "beginning" of the container.
Implements vtkIterator. |
|
|
Reimplemented from vtkExtensionsObject. Reimplemented in vtkExtensionsObjectStackIterator, and vtkObjectStackIterator. |
|
|
Set the data at the iterator's position.
Implements vtkIterator. |
|
||||||||||||
|
|
1.3.7