#include "vtkExtensionsPaletteConfigure.h"
#include "vtkExtensionsTypes.h"
#include "vtkExtensionsObject.h"
#include "vtkStringOps.h"
Include dependency graph for vtkPaletteElement.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | vtkPaletteElement |
Abstract base element for palette objects. More... | |
Defines | |
#define | VTK_PALETTE_NONE 0x00000000 |
#define | VTK_PALETTE_COMPOSITE 0x00000001 |
#define | VTK_PALETTE_AMBIENT 0x00000002 |
#define | VTK_PALETTE_DIFFUSE 0x00000004 |
#define | VTK_PALETTE_SPECULAR 0x00000008 |
#define | VTK_PALETTE_MATERIAL ( VTK_PALETTE_AMBIENT | VTK_PALETTE_DIFFUSE | VTK_PALETTE_SPECULAR ) |
#define | VTK_PALETTE_PALETTE ( VTK_PALETTE_COMPOSITE | VTK_PALETTE_MATERIAL ) |
#define | VTK_PALETTE_USER 0x00000010 |
#define | MAX2(_a, _b) ((_a)>(_b) ? (_a) : (_b)) |
#define | MAX3(_v) MAX2(MAX2((_v)[0],(_v)[1]), MAX2((_v)[0],(_v)[2])) |
|
Definition at line 424 of file vtkPaletteElement.h. |
|
Definition at line 425 of file vtkPaletteElement.h. Referenced by vtkPaletteElement::ConvertMaterial(). |
|
Definition at line 26 of file vtkPaletteElement.h. Referenced by vtkPaletteAmbientColor::GetType(). |
|
Definition at line 25 of file vtkPaletteElement.h. Referenced by vtkPaletteColor::GetType(). |
|
Definition at line 27 of file vtkPaletteElement.h. Referenced by vtkPaletteDiffuseColor::GetType(). |
|
Definition at line 29 of file vtkPaletteElement.h. |
|
Definition at line 24 of file vtkPaletteElement.h. Referenced by vtkPaletteElement::GetType(). |
|
Definition at line 30 of file vtkPaletteElement.h. |
|
Definition at line 28 of file vtkPaletteElement.h. Referenced by vtkPaletteSpecularColor::GetType(). |
|
Definition at line 31 of file vtkPaletteElement.h. |