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