#include <vtkPaletteElementStack.h>
Inheritance diagram for vtkPaletteElementStack:
Calls Register
when elements are pushed onto the stack and UnRegister
when the element is popped.
Definition at line 37 of file vtkPaletteElementStack.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkPaletteElementStack, vtkExtensionsObjectStack) | |
virtual vtkPaletteElement * | Top (void) const |
Get a pointer to the element at the first element of the stack. | |
virtual int | Push (vtkPaletteElement *element) |
Add an element pointer to the top of the stack. | |
Static Public Member Functions | |
vtkPaletteElementStack * | New (void) |
Protected Member Functions | |
vtkPaletteElementStack (void) | |
~vtkPaletteElementStack () |
|
Definition at line 66 of file vtkPaletteElementStack.h. |
|
Definition at line 67 of file vtkPaletteElementStack.h. |
|
Reimplemented from vtkExtensionsObjectStack. Reimplemented in vtkPaletteStack. |
|
Add an element pointer to the top of the stack.
Definition at line 62 of file vtkPaletteElementStack.h. |
|
Get a pointer to the element at the first element of the stack.
Reimplemented from vtkExtensionsObjectStack. Reimplemented in vtkPaletteStack. Definition at line 50 of file vtkPaletteElementStack.h. |
|
|