#include <vtkPaletteHashMap.h>
Inheritance diagram for vtkPaletteHashMap:
Calls Register
when palettes are inserted into the map and UnRegister
when the palette is removed.
Definition at line 36 of file vtkPaletteHashMap.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkPaletteHashMap, vtkPaletteElementHashMap) | |
virtual int | Swap (vtkPaletteHashMap *container) |
Swaps elements of this object with those of the specified container. | |
vtkPalette * | Find (const char *key) const |
Find the entry in the table with the given key string. | |
virtual int | Insert (const char *key, vtkPalette *palette) |
Insert a palette into the table paired with a key string. | |
virtual const char * | FindKey (const vtkPalette *palette) |
Find the first key in the map associated with a palette pointer. | |
vtkPaletteHashMapIterator * | CreateIterator (void) |
Create an iterator. | |
Data Access Methods | |
vtkPalette * | Front (void) const |
Get a read/write pointer to the first palette in the map. | |
virtual int | Front (const char *&key, vtkPalette *&palette) const |
Gets the first key - palette association in the map. | |
vtkPalette * | Back (void) const |
Get a read/write pointer to the last palette in the map. | |
virtual int | Back (const char *&key, vtkPalette *&palette) const |
Gets the last key - palette association in the map. | |
Static Public Member Functions | |
vtkPaletteHashMap * | New (void) |
Protected Member Functions | |
vtkPaletteHashMap (void) | |
~vtkPaletteHashMap () |
|
Definition at line 124 of file vtkPaletteHashMap.h. |
|
Definition at line 125 of file vtkPaletteHashMap.h. |
|
Gets the last
Definition at line 167 of file vtkPaletteHashMap.h. |
|
Get a read/write pointer to the last palette in the map.
Reimplemented from vtkPaletteElementHashMap. Definition at line 108 of file vtkPaletteHashMap.h. |
|
Create an iterator.
Reimplemented from vtkPaletteElementHashMap. |
|
Find the entry in the table with the given
Reimplemented from vtkPaletteElementHashMap. Definition at line 59 of file vtkPaletteHashMap.h. |
|
Find the first key in the map associated with a
Definition at line 82 of file vtkPaletteHashMap.h. |
|
Gets the first
Definition at line 157 of file vtkPaletteHashMap.h. |
|
Get a read/write pointer to the first palette in the map.
Reimplemented from vtkPaletteElementHashMap. Definition at line 92 of file vtkPaletteHashMap.h. |
|
Insert a
Definition at line 74 of file vtkPaletteHashMap.h. |
|
Reimplemented from vtkPaletteElementHashMap. |
|
Swaps elements of this object with those of the specified container.
Definition at line 47 of file vtkPaletteHashMap.h. References Swap(). |
|
|