#include <vtkObjectStack.h>
Inheritance diagram for vtkObjectStack:
Calls Register
when objects are pushed onto the stack and UnRegister
when the object is popped.
Definition at line 36 of file vtkObjectStack.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectStack, vtkObjectBaseStack) | |
virtual vtkObject * | Top (void) const |
Get a pointer to the object at the first element of the stack. | |
virtual int | Push (vtkObject *object) |
Add an object pointer to the top of the stack. | |
vtkObjectStackIterator * | CreateIterator (void) |
Create an iterator. | |
Static Public Member Functions | |
vtkObjectStack * | New (void) |
Protected Member Functions | |
vtkObjectStack (void) | |
~vtkObjectStack () |
|
Definition at line 68 of file vtkObjectStack.h. |
|
Definition at line 69 of file vtkObjectStack.h. |
|
Create an iterator.
Reimplemented from vtkObjectBaseStack. Reimplemented in vtkExtensionsObjectStack. |
|
Reimplemented from vtkObjectBaseStack. Reimplemented in vtkExtensionsObjectStack, vtkPaletteElementStack, and vtkPaletteStack. |
|
Add an object pointer to the top of the stack.
Definition at line 61 of file vtkObjectStack.h. |
|
Get a pointer to the object at the first element of the stack.
Reimplemented from vtkObjectBaseStack. Reimplemented in vtkExtensionsObjectStack, vtkPaletteElementStack, and vtkPaletteStack. Definition at line 49 of file vtkObjectStack.h. |
|
|