#include <vtkPaletteDiffuseColor.h>
Inheritance diagram for vtkPaletteDiffuseColor:
Definition at line 32 of file vtkPaletteDiffuseColor.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkPaletteDiffuseColor, 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 vtkAbstractPaletteMaterial * | GetParent (void) const |
Get the parent of this color. | |
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 | |
vtkPaletteDiffuseColor * | New (void) |
Static Public Attributes | |
const vtkXMLChType *const | diffuseString |
const vtkXMLChType *const | opacityString |
Protected Member Functions | |
vtkPaletteDiffuseColor (void) | |
~vtkPaletteDiffuseColor () | |
void | MarshalAttributes (ostream &target) |
void | UnmarshalAttribute (const vtkXMLChType *const &attr, const vtkXMLChType *const &value) |
virtual void | SetParent (vtkAbstractPaletteMaterial *a) |
Protected Attributes | |
double | Opacity |
|
|
|
Definition at line 65 of file vtkPaletteDiffuseColor.h. |
|
Get the opacity attribute of this palette color.
Reimplemented from vtkAbstractPaletteColor. |
|
Get the parent of this color.
Reimplemented from vtkPaletteElement. Definition at line 96 of file vtkPaletteDiffuseColor.h. |
|
Get the XML tag name for marshalling / unmarshalling.
Implements vtkPaletteElement. Definition at line 110 of file vtkPaletteDiffuseColor.h. References diffuseString. |
|
Get an enumeration of the element type.
Reimplemented from vtkPaletteElement. Definition at line 104 of file vtkPaletteDiffuseColor.h. References VTK_PALETTE_DIFFUSE. |
|
Reimplemented from vtkAbstractPaletteMaterial. |
|
Reimplemented from vtkExtensionsObject. |
|
Reimplemented from vtkPaletteColorBase. |
|
Get the opacity attribute of this palette color.
Reimplemented from vtkAbstractPaletteColor. |
|
Definition at line 76 of file vtkPaletteDiffuseColor.h. |
|
Reimplemented from vtkAbstractPaletteMaterial. |
|
|
|
Definition at line 58 of file vtkPaletteDiffuseColor.h. Referenced by GetTagName(). |
|
Definition at line 73 of file vtkPaletteDiffuseColor.h. |
|
Definition at line 60 of file vtkPaletteDiffuseColor.h. |