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


Definition at line 32 of file vtkPaletteColor.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkPaletteColor, vtkPaletteColorBase) | |
| void | PrintSelf (ostream &, vtkIndent) |
| int | GetType (void) const |
| Get an enumeration of the element type. | |
| const vtkXMLChType * | GetTagName (void) const |
| Get the XML tag name for marshalling / unmarshalling. | |
| virtual double | GetOpacity () |
| Get the opacity attribute of this palette color. | |
| virtual void | SetOpacity (double) |
| Get the opacity attribute of this palette color. | |
Static Public Member Functions | |
| vtkPaletteColor * | New (void) |
Static Public Attributes | |
| const vtkXMLChType *const | colorString |
| const vtkXMLChType *const | opacityString |
Protected Member Functions | |
| vtkPaletteColor (void) | |
| ~vtkPaletteColor () | |
| void | MarshalAttributes (ostream &target) |
| void | UnmarshalAttribute (const vtkXMLChType *const &attr, const vtkXMLChType *const &value) |
Protected Attributes | |
| double | Opacity |
|
|
|
|
|
Definition at line 62 of file vtkPaletteColor.h. |
|
|
Get the opacity attribute of this palette color.
Reimplemented from vtkAbstractPaletteColor. |
|
|
Get the XML tag name for marshalling / unmarshalling.
Implements vtkPaletteElement. Definition at line 92 of file vtkPaletteColor.h. References colorString. |
|
|
Get an enumeration of the element type.
Reimplemented from vtkPaletteElement. Definition at line 86 of file vtkPaletteColor.h. References VTK_PALETTE_COMPOSITE. |
|
|
Reimplemented from vtkAbstractPaletteMaterial. |
|
|
Reimplemented from vtkExtensionsObject. |
|
||||||||||||
|
Reimplemented from vtkPaletteColorBase. |
|
|
Get the opacity attribute of this palette color.
Reimplemented from vtkAbstractPaletteColor. |
|
||||||||||||
|
Reimplemented from vtkAbstractPaletteMaterial. |
|
||||||||||||
|
|
|
|
Definition at line 55 of file vtkPaletteColor.h. Referenced by GetTagName(). |
|
|
Definition at line 70 of file vtkPaletteColor.h. |
|
|
Definition at line 57 of file vtkPaletteColor.h. |
1.3.7