#include <vtkPaletteElementMapIterator.h>
Inheritance diagram for vtkPaletteElementMapIterator:
vtkPaletteElementMap
subclasses.
Definition at line 29 of file vtkPaletteElementMapIterator.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkPaletteElementMapIterator, vtkExtensionsObjectMapIterator) | |
Data Access Methods | |
vtkPaletteElement * | GetObject (void) const |
Retrieve the data from the iterator. | |
virtual int | SetObject (vtkPaletteElement *element) |
Set the data at the iterator's position. | |
Static Public Member Functions | |
vtkPaletteElementMapIterator * | New (void) |
Protected Member Functions | |
vtkPaletteElementMapIterator (void) | |
~vtkPaletteElementMapIterator () |
|
Definition at line 55 of file vtkPaletteElementMapIterator.h. |
|
Definition at line 56 of file vtkPaletteElementMapIterator.h. |
|
Retrieve the data from the iterator.
Reimplemented from vtkExtensionsObjectMapIterator. Reimplemented in vtkPaletteMapIterator. Definition at line 43 of file vtkPaletteElementMapIterator.h. |
|
Reimplemented from vtkExtensionsObjectMapIterator. Reimplemented in vtkPaletteMapIterator. |
|
Set the data at the iterator's position.
Definition at line 50 of file vtkPaletteElementMapIterator.h. |
|
|