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


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