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


Calls Register when objects are inserted into the map and UnRegister when the object is removed.
Definition at line 36 of file vtkAbstractMap.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkAbstractMap, vtkContainer) | |
| void | PrintSelf (ostream &, vtkIndent) |
| virtual int | Swap (vtkAbstractMap *container)=0 |
| Swaps elements of this object with those of the specified container. | |
| virtual vtkIdType | GetCapacity (void) const |
| Returns the total number of elements that the map can hold before needing to allocate more memory. | |
| virtual vtkObjectBase * | Find (const char *key) const |
Find the entry in the table with the given key string. | |
| virtual int | Insert (const char *key, vtkObjectBase *object)=0 |
Insert an object into the table paired with a key string. | |
| virtual int | Erase (const char *key)=0 |
| Erase the entry matching a given key string. | |
| virtual const char * | FindKey (const vtkObjectBase *object)=0 |
Find the first key in the map associated with an object pointer. | |
| virtual const char * | FindNextKey (void)=0 |
Find the next key in the map associated with the object pointer specified in a previous call to FindKey. | |
| virtual vtkAbstractMapIterator * | CreateIterator (void)=0 |
| Create an iterator. | |
| virtual int | GetCheckUnique (void) const |
| Toggle enforcement of uniqueness among string entries (default: true). | |
| virtual void | SetCheckUnique (int a) |
| Toggle enforcement of uniqueness among string entries (default: true). | |
| virtual void | CheckUniqueOn () |
| Toggle enforcement of uniqueness among string entries (default: true). | |
| virtual void | CheckUniqueOff () |
| Toggle enforcement of uniqueness among string entries (default: true). | |
| virtual int | GetCheckCase (void) const |
| Toggle matching of upper/lower case characters in keys (default: true). | |
| virtual void | SetCheckCase (int a) |
| Toggle matching of upper/lower case characters in keys (default: true). | |
| virtual void | CheckCaseOn () |
| Toggle matching of upper/lower case characters in keys (default: true). | |
| virtual void | CheckCaseOff () |
| Toggle matching of upper/lower case characters in keys (default: true). | |
Data Access Methods | |
| virtual int | Front (const char *&key, vtkObjectBase *&object) const |
| Gets the first key - object association in the map. | |
| virtual int | Back (const char *&key, vtkObjectBase *&object) const |
| Gets the last key - object association in the map. | |
Protected Member Functions | |
| vtkAbstractMap (void) | |
| ~vtkAbstractMap () | |
|
|
Definition at line 144 of file vtkAbstractMap.h. |
|
|
Definition at line 145 of file vtkAbstractMap.h. |
|
||||||||||||
|
Gets the last key - object association in the map.
Reimplemented in vtkObjectBaseHashMap, and vtkObjectBaseMap. |
|
|
Toggle matching of upper/lower case characters in keys (default: true).
|
|
|
Toggle matching of upper/lower case characters in keys (default: true).
|
|
|
Toggle enforcement of uniqueness among string entries (default: true).
|
|
|
Toggle enforcement of uniqueness among string entries (default: true).
|
|
|
Create an iterator.
Implements vtkContainer. Implemented in vtkExtensionsObjectHashMap, vtkExtensionsObjectMap, vtkObjectBaseHashMap, vtkObjectBaseMap, vtkObjectHashMap, vtkObjectMap, vtkPaletteElementHashMap, vtkPaletteElementMap, vtkPaletteHashMap, and vtkPaletteMap. |
|
|
Erase the entry matching a given key string.
Implemented in vtkObjectBaseHashMap, and vtkObjectBaseMap. |
|
|
Find the entry in the table with the given
Reimplemented in vtkDataSetMap, vtkExtensionsObjectHashMap, vtkExtensionsObjectMap, vtkObjectBaseHashMap, vtkObjectBaseMap, vtkObjectHashMap, vtkObjectMap, vtkPolyDataMap, vtkPaletteElementHashMap, vtkPaletteElementMap, vtkPaletteHashMap, and vtkPaletteMap. |
|
|
Find the first key in the map associated with an
Implemented in vtkObjectBaseHashMap, and vtkObjectBaseMap. |
|
|
Find the next
Implemented in vtkObjectBaseHashMap, and vtkObjectBaseMap. |
|
||||||||||||
|
Gets the first key - object association in the map.
Reimplemented in vtkObjectBaseHashMap, and vtkObjectBaseMap. |
|
|
Returns the total number of elements that the map can hold before needing to allocate more memory.
Reimplemented in vtkObjectBaseHashMap, and vtkObjectBaseMap. |
|
|
Toggle matching of upper/lower case characters in keys (default: true).
Reimplemented in vtkObjectBaseHashMap. |
|
|
Toggle enforcement of uniqueness among string entries (default: true).
Reimplemented in vtkObjectBaseHashMap. |
|
||||||||||||
|
Insert an
Implemented in vtkObjectBaseHashMap, and vtkObjectBaseMap. |
|
||||||||||||
|
Reimplemented from vtkContainer. |
|
|
Toggle matching of upper/lower case characters in keys (default: true).
Reimplemented in vtkObjectBaseHashMap. |
|
|
Toggle enforcement of uniqueness among string entries (default: true).
Reimplemented in vtkObjectBaseHashMap. |
|
|
Swaps elements of this object with those of the specified container.
|
|
||||||||||||
|
|
1.3.7