#include <vtkPaletteElementParser.h>
Inheritance diagram for vtkPaletteElementParser:
Definition at line 35 of file vtkPaletteElementParser.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkPaletteElementParser, vtkNestingExpatBase) | |
void | PrintSelf (ostream &, vtkIndent) |
vtkPaletteElementParser * | GetChild (void) const |
Get/Set the current child parser used by this object. | |
virtual vtkPaletteElementParser * | GetCurrentChild () |
virtual void | SetCurrentChild (vtkPaletteElementParser *) |
virtual vtkPaletteElement * | GetElement () |
Get/Set the element held by this object. | |
virtual void | SetElement (vtkPaletteElement *element) |
Get/Set the element held by this object. | |
Protected Member Functions | |
vtkPaletteElementParser (void) | |
~vtkPaletteElementParser () | |
vtkPaletteElementParser (vtkPaletteElementParser *parent) | |
void | SetupHandlers (void) |
Set the handlers used by expat callbacks. | |
void | SetChild (vtkPaletteElementParser *a) |
Invoked as a callback from a child constructor or when we pass in a parent pointer. | |
Protected Attributes | |
vtkPaletteElement * | Element |
vtkPaletteElementParser * | CurrentChild |
|
|
|
|
|
|
|
Get/Set the current child parser used by this object.
Reimplemented from vtkNestingExpatBase. Definition at line 146 of file vtkPaletteElementParser.h. |
|
|
|
Get/Set the
|
|
Reimplemented from vtkNestingExpatBase. Reimplemented in vtkPaletteColorBaseParser. |
|
Invoked as a callback from a child constructor or when we pass in a parent pointer.
OR used from Definition at line 124 of file vtkPaletteElementParser.h. |
|
|
|
Get/Set the
|
|
Set the handlers used by expat callbacks.
Reimplemented from vtkNestingExpatBase. Reimplemented in vtkPaletteColorBaseParser. |
|
|
|
Definition at line 115 of file vtkPaletteElementParser.h. |
|
Definition at line 114 of file vtkPaletteElementParser.h. |