#include <vtkObjectStack.h>
Inheritance diagram for vtkObjectStack:
Definition at line 30 of file vtkObjectStack.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectStack, vtkObjectBaseStack) | |
void | PrintSelf (ostream &, vtkIndent) |
virtual int | Swap (vtkObjectStack *container) |
Swaps items of this container with those of the specified container. | |
virtual int | Copy (vtkObjectStack *container) |
Copy all items from the specified container into this container. | |
virtual int | Push (vtkObject *item) |
Add an item to the top of this stack. | |
vtkObject * | Top (void) const |
Returns the first item in this stack on success, NULL otherwise. | |
vtkObject * | At (vtkIdType position) const |
Provides access by index to the objects contained in this stack. | |
Static Public Member Functions | |
vtkObjectStack * | New (void) |
Protected Member Functions | |
vtkObjectStack (void) | |
~vtkObjectStack () |
|
|
|
|
|
Provides access by index to the objects contained in this stack.
Reimplemented from vtkObjectBaseStack. Definition at line 71 of file vtkObjectStack.h. |
|
Copy all items from the specified container into this container.
Definition at line 49 of file vtkObjectStack.h. |
|
Reimplemented from vtkObjectBaseStack. |
|
Reimplemented from vtkObjectBaseStack. |
|
Add an item to the top of this stack.
Definition at line 58 of file vtkObjectStack.h. |
|
Swaps items of this container with those of the specified container.
Definition at line 42 of file vtkObjectStack.h. |
|
Returns the first item in this stack on success,
Reimplemented from vtkObjectBaseStack. Definition at line 62 of file vtkObjectStack.h. |
|
|