#include <vtkDataSetMap.h>
Inheritance diagram for vtkDataSetMap:
Calls Register
when vtkDataSet objects are inserted into the map and UnRegister
when the vtkDataSet object is erased.
Definition at line 37 of file vtkDataSetMap.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkDataSetMap, vtkObjectMap) | |
virtual int | Swap (vtkDataSetMap *container) |
Swaps elements of this object with those of the specified container. | |
virtual vtkDataSet * | Find (const char *key) const |
Get a pointer to a vtkDataSet object associated with a key . | |
virtual int | Insert (const char *key, vtkDataSet *dataSet) |
Insert a pointer to dataSet associated with a key . | |
virtual const char * | FindKey (const vtkDataSet *dataSet) |
Find the first key in the map associated with a dataSet pointer. | |
Data Access Methods | |
vtkDataSet * | Front (void) const |
Get a read/write pointer to the first object in the container. | |
virtual int | Front (const char *&key, vtkDataSet *&dataSet) const |
Gets the first key - dataSet association in the map. | |
vtkDataSet * | Back (void) const |
Get a read/write pointer to the last object in the container. | |
virtual int | Back (const char *&key, vtkDataSet *&dataSet) const |
Gets the last key - dataSet association in the map. | |
Static Public Member Functions | |
vtkDataSetMap * | New (void) |
Protected Member Functions | |
vtkDataSetMap (void) | |
~vtkDataSetMap () |
|
Definition at line 111 of file vtkDataSetMap.h. |
|
Definition at line 112 of file vtkDataSetMap.h. |
|
Gets the last
Definition at line 154 of file vtkDataSetMap.h. |
|
Get a read/write pointer to the last object in the container.
Reimplemented from vtkObjectMap. Reimplemented in vtkPolyDataMap. Definition at line 98 of file vtkDataSetMap.h. |
|
Get a pointer to a vtkDataSet object associated with a
Reimplemented from vtkObjectMap. Reimplemented in vtkPolyDataMap. Definition at line 57 of file vtkDataSetMap.h. |
|
Find the first key in the map associated with a
Definition at line 72 of file vtkDataSetMap.h. |
|
Gets the first
Definition at line 144 of file vtkDataSetMap.h. |
|
Get a read/write pointer to the first object in the container.
Reimplemented from vtkObjectMap. Reimplemented in vtkPolyDataMap. Definition at line 82 of file vtkDataSetMap.h. |
|
Insert a pointer to
Definition at line 64 of file vtkDataSetMap.h. |
|
Reimplemented from vtkObjectMap. Reimplemented in vtkPolyDataMap. |
|
Swaps elements of this object with those of the specified container.
Definition at line 48 of file vtkDataSetMap.h. References Swap(). |
|
|