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


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