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