#include <vtkExtensionsObjectMap.h>
Inheritance diagram for vtkExtensionsObjectMap:
Calls Register
when objects are inserted into the map and UnRegister
when the object is removed.
Definition at line 36 of file vtkExtensionsObjectMap.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkExtensionsObjectMap, vtkObjectMap) | |
virtual int | Swap (vtkExtensionsObjectMap *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. | |
vtkExtensionsObjectMapIterator * | 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 | |
vtkExtensionsObjectMap * | New (void) |
Protected Member Functions | |
vtkExtensionsObjectMap (void) | |
~vtkExtensionsObjectMap () |
|
Definition at line 124 of file vtkExtensionsObjectMap.h. |
|
Definition at line 125 of file vtkExtensionsObjectMap.h. |
|
Gets the last
Definition at line 165 of file vtkExtensionsObjectMap.h. |
|
Get a read/write pointer to the last object in the container.
Reimplemented from vtkObjectMap. Reimplemented in vtkPaletteElementMap, and vtkPaletteMap. Definition at line 108 of file vtkExtensionsObjectMap.h. |
|
Create an iterator.
Reimplemented from vtkObjectMap. Reimplemented in vtkPaletteElementMap, and vtkPaletteMap. |
|
Find the entry in the table with the given
Reimplemented from vtkObjectMap. Reimplemented in vtkPaletteElementMap, and vtkPaletteMap. Definition at line 59 of file vtkExtensionsObjectMap.h. |
|
Find the first key in the map associated with an
Definition at line 82 of file vtkExtensionsObjectMap.h. |
|
Gets the first
Definition at line 155 of file vtkExtensionsObjectMap.h. |
|
Get a read/write pointer to the first object in the container.
Reimplemented from vtkObjectMap. Reimplemented in vtkPaletteElementMap, and vtkPaletteMap. Definition at line 92 of file vtkExtensionsObjectMap.h. |
|
Insert an
Definition at line 74 of file vtkExtensionsObjectMap.h. |
|
Reimplemented from vtkObjectMap. Reimplemented in vtkPaletteElementMap, and vtkPaletteMap. |
|
Swaps elements of this object with those of the specified container.
Definition at line 47 of file vtkExtensionsObjectMap.h. References Swap(). |
|
Reimplemented from vtkExtensionsObject. |