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


Definition at line 31 of file vtkObjectHashMap.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkObjectHashMap, vtkObjectBaseHashMap) | |
| void | PrintSelf (ostream &, vtkIndent) |
| virtual int | Swap (vtkObjectHashMap *container) |
| Swaps items of this container with those of the specified container. | |
| virtual int | Copy (vtkObjectHashMap *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. | |
| vtkObjectHashMapIterator * | 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 | |
| vtkObjectHashMap * | New (void) |
Protected Member Functions | |
| vtkObjectHashMap (void) | |
| ~vtkObjectHashMap () | |
|
|
|
|
|
|
|
||||||||||||
|
Gets the last key - item association in the map.
Definition at line 153 of file vtkObjectHashMap.h. |
|
|
Returns the last item in the container, or
Reimplemented from vtkObjectBaseHashMap. Definition at line 95 of file vtkObjectHashMap.h. |
|
|
Copy all items from the specified container into this container.
Definition at line 50 of file vtkObjectHashMap.h. |
|
|
Create an iterator.
Reimplemented from vtkObjectBaseHashMap. |
|
|
Find the item in the table with the given key string.
Reimplemented from vtkObjectBaseHashMap. Definition at line 60 of file vtkObjectHashMap.h. |
|
||||||||||||
|
Gets the first key - item association in the map.
Definition at line 143 of file vtkObjectHashMap.h. |
|
|
Returns the first item in the container, or
Reimplemented from vtkObjectBaseHashMap. Definition at line 81 of file vtkObjectHashMap.h. |
|
||||||||||||
|
Insert an item into the table paired with a
Definition at line 71 of file vtkObjectHashMap.h. |
|
|
Reimplemented from vtkObjectBaseHashMap. |
|
||||||||||||
|
Reimplemented from vtkObjectBaseHashMap. |
|
|
Swaps items of this container with those of the specified container.
Definition at line 43 of file vtkObjectHashMap.h. |
|
||||||||||||
|
|
1.3.6