#include <vtkObjectHashMap.h>
Inheritance diagram for vtkObjectHashMap:


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