#include <vtkPaletteColorBase.h>
Inheritance diagram for vtkPaletteColorBase:
Definition at line 32 of file vtkPaletteColorBase.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkPaletteColorBase, vtkAbstractPaletteColor) | |
void | PrintSelf (ostream &, vtkIndent) |
void | UnmarshalContent (const vtkXMLChType *const &content) |
Unmarshal (read) XML element content into this object. | |
void | GetColor (double &a0, double &a1, double &a2) |
Get/Set the data of this palette color. | |
void | SetColor (double a0, double a1, double a2) |
Get/Set the data of this palette color. | |
Protected Member Functions | |
vtkPaletteColorBase (void) | |
~vtkPaletteColorBase () | |
void | MarshalContent (ostream &, vtkIndent) |
Protected Attributes | |
double | Color [3] |
|
|
|
Definition at line 52 of file vtkPaletteColorBase.h. |
|
Get/Set the data of this palette color.
Implements vtkAbstractPaletteMaterial. Definition at line 73 of file vtkPaletteColorBase.h. References Color, and GetColor(). Referenced by GetColor(). |
|
Reimplemented from vtkPaletteElement. |
|
Reimplemented from vtkPaletteElement. Reimplemented in vtkPaletteColor, vtkPaletteDiffuseColor, and vtkPaletteSpecularColor. |
|
Get/Set the data of this palette color.
Implements vtkAbstractPaletteMaterial. Definition at line 83 of file vtkPaletteColorBase.h. References Color, vtkObject::Modified(), and SetColor(). Referenced by SetColor(). |
|
Unmarshal (read) XML element content into this object.
Reimplemented from vtkPaletteElement. |
|
|
|
Definition at line 57 of file vtkPaletteColorBase.h. Referenced by GetColor(), and SetColor(). |