40#ifndef vtkImageProperty_h
41#define vtkImageProperty_h
44#include "vtkRenderingCoreModule.h"
68 vtkSetMacro(ColorWindow,
double);
69 vtkGetMacro(ColorWindow,
double);
76 vtkSetMacro(ColorLevel,
double);
77 vtkGetMacro(ColorLevel,
double);
108 vtkSetClampMacro(Opacity,
double, 0.0, 1.0);
109 vtkGetMacro(Opacity,
double);
116 vtkSetClampMacro(Ambient,
double, 0.0, 1.0);
117 vtkGetMacro(Ambient,
double);
124 vtkSetClampMacro(Diffuse,
double, 0.0, 1.0);
125 vtkGetMacro(Diffuse,
double);
133 vtkGetMacro(InterpolationType,
int);
145 vtkSetMacro(LayerNumber,
int);
163 vtkSetVector2Macro(CheckerboardSpacing,
double);
164 vtkGetVector2Macro(CheckerboardSpacing,
double);
172 vtkSetVector2Macro(CheckerboardOffset,
double);
173 vtkGetVector2Macro(CheckerboardOffset,
double);
192 vtkSetVector3Macro(BackingColor,
double);
193 vtkGetVector3Macro(BackingColor,
double);
216 double CheckerboardSpacing[2];
217 double CheckerboardOffset[2];
219 double BackingColor[3];
void DeepCopy(vtkImageProperty *p)
Assign one property to another.
virtual void SetLookupTable(vtkScalarsToColors *lut)
Specify a lookup table for the data.
virtual const char * GetInterpolationTypeAsString()
The interpolation type (default: VTK_LINEAR_INTERPOLATION).
void SetInterpolationTypeToLinear()
The interpolation type (default: VTK_LINEAR_INTERPOLATION).
vtkScalarsToColors * LookupTable
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int GetLayerNumber()
Set the layer number.
~vtkImageProperty() override
static vtkImageProperty * New()
Construct a property with no lookup table.
vtkTypeBool UseLookupTableScalarRange
vtkMTimeType GetMTime() override
Get the MTime for this property.
void SetInterpolationTypeToCubic()
The interpolation type (default: VTK_LINEAR_INTERPOLATION).
void SetInterpolationTypeToNearest()
The interpolation type (default: VTK_LINEAR_INTERPOLATION).
a simple class to control print indentation
abstract base class for most VTK objects
Superclass for mapping scalar values to colors.
#define VTK_CUBIC_INTERPOLATION
#define VTK_NEAREST_INTERPOLATION
#define VTK_LINEAR_INTERPOLATION
vtkTypeUInt32 vtkMTimeType