Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

vtkPaletteElement.h File Reference

#include "vtkExtensionsPaletteConfigure.h"
#include "vtkExtensionsTypes.h"
#include "vtkExtensionsObject.h"
#include "vtkStringOps.h"

Include dependency graph for vtkPaletteElement.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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]))


Define Documentation

#define MAX2 _a,
_b   )     ((_a)>(_b) ? (_a) : (_b))
 

Definition at line 424 of file vtkPaletteElement.h.

#define MAX3 _v   )     MAX2(MAX2((_v)[0],(_v)[1]), MAX2((_v)[0],(_v)[2]))
 

Definition at line 425 of file vtkPaletteElement.h.

Referenced by vtkPaletteElement::ConvertMaterial().

#define VTK_PALETTE_AMBIENT   0x00000002
 

Definition at line 26 of file vtkPaletteElement.h.

Referenced by vtkPaletteAmbientColor::GetType().

#define VTK_PALETTE_COMPOSITE   0x00000001
 

Definition at line 25 of file vtkPaletteElement.h.

Referenced by vtkPaletteColor::GetType().

#define VTK_PALETTE_DIFFUSE   0x00000004
 

Definition at line 27 of file vtkPaletteElement.h.

Referenced by vtkPaletteDiffuseColor::GetType().

#define VTK_PALETTE_MATERIAL   ( VTK_PALETTE_AMBIENT | VTK_PALETTE_DIFFUSE | VTK_PALETTE_SPECULAR )
 

Definition at line 29 of file vtkPaletteElement.h.

#define VTK_PALETTE_NONE   0x00000000
 

Definition at line 24 of file vtkPaletteElement.h.

Referenced by vtkPaletteElement::GetType().

#define VTK_PALETTE_PALETTE   ( VTK_PALETTE_COMPOSITE | VTK_PALETTE_MATERIAL )
 

Definition at line 30 of file vtkPaletteElement.h.

#define VTK_PALETTE_SPECULAR   0x00000008
 

Definition at line 28 of file vtkPaletteElement.h.

Referenced by vtkPaletteSpecularColor::GetType().

#define VTK_PALETTE_USER   0x00000010
 

Definition at line 31 of file vtkPaletteElement.h.


Generated on Tue Aug 10 03:40:59 2004 for vtkExtensions by doxygen 1.3.7