#include <vtkObjectMap.h>
Inheritance diagram for vtkObjectMap:
Definition at line 31 of file vtkObjectMap.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectMap, vtkObjectBaseMap) | |
void | PrintSelf (ostream &, vtkIndent) |
virtual int | Swap (vtkObjectMap *container) |
Swaps items of this container with those of the specified container. | |
virtual int | Copy (vtkObjectMap *container) |
Copy all items from the specified container into this container. | |
vtkObject * | Find (const char *key) const |
Find the item in the table with the given key string. | |
virtual int | Insert (const char *key, vtkObject *item) |
Insert an item into the table paired with a key string. | |
vtkObjectMapIterator * | CreateIterator (void) |
Create an iterator. | |
Data Access Methods | |
vtkObject * | Front (void) const |
Returns the first item in the container, or null if the container is empty. | |
virtual int | Front (const char *&key, vtkObject *&item) const |
Gets the first key - item association in the map. | |
vtkObject * | Back (void) const |
Returns the last item in the container, or null if the container is empty. | |
virtual int | Back (const char *&key, vtkObject *&item) const |
Gets the last key - item association in the map. | |
Static Public Member Functions | |
vtkObjectMap * | New (void) |
Protected Member Functions | |
vtkObjectMap (void) | |
~vtkObjectMap () |
|
|
|
|
|
Gets the last key - item association in the map.
Definition at line 153 of file vtkObjectMap.h. |
|
Returns the last item in the container, or
Reimplemented from vtkObjectBaseMap. Definition at line 95 of file vtkObjectMap.h. |
|
Copy all items from the specified container into this container.
Definition at line 50 of file vtkObjectMap.h. |
|
Create an iterator.
Reimplemented from vtkObjectBaseMap. |
|
Find the item in the table with the given key string.
Reimplemented from vtkObjectBaseMap. Definition at line 60 of file vtkObjectMap.h. |
|
Gets the first key - item association in the map.
Definition at line 143 of file vtkObjectMap.h. |
|
Returns the first item in the container, or
Reimplemented from vtkObjectBaseMap. Definition at line 81 of file vtkObjectMap.h. |
|
Insert an item into the table paired with a
Definition at line 71 of file vtkObjectMap.h. |
|
Reimplemented from vtkObjectBaseMap. |
|
Reimplemented from vtkObjectBaseMap. |
|
Swaps items of this container with those of the specified container.
Definition at line 43 of file vtkObjectMap.h. |
|
|