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