28 #ifndef vtkImageProperty_h
29 #define vtkImageProperty_h
32 #include "vtkRenderingCoreModule.h"
34 VTK_ABI_NAMESPACE_BEGIN
57 vtkSetMacro(ColorWindow,
double);
58 vtkGetMacro(ColorWindow,
double);
65 vtkSetMacro(ColorLevel,
double);
66 vtkGetMacro(ColorLevel,
double);
97 vtkSetClampMacro(Opacity,
double, 0.0, 1.0);
98 vtkGetMacro(Opacity,
double);
105 vtkSetClampMacro(Ambient,
double, 0.0, 1.0);
106 vtkGetMacro(Ambient,
double);
113 vtkSetClampMacro(Diffuse,
double, 0.0, 1.0);
114 vtkGetMacro(Diffuse,
double);
122 vtkGetMacro(InterpolationType,
int);
134 vtkSetMacro(LayerNumber,
int);
152 vtkSetVector2Macro(CheckerboardSpacing,
double);
153 vtkGetVector2Macro(CheckerboardSpacing,
double);
161 vtkSetVector2Macro(CheckerboardOffset,
double);
162 vtkGetVector2Macro(CheckerboardOffset,
double);
181 vtkSetVector3Macro(BackingColor,
double);
182 vtkGetVector3Macro(BackingColor,
double);
205 double CheckerboardSpacing[2];
206 double CheckerboardOffset[2];
208 double BackingColor[3];
215 VTK_ABI_NAMESPACE_END
void DeepCopy(vtkImageProperty *p)
Assign one property to another.
virtual const char * GetInterpolationTypeAsString()
The interpolation type (default: VTK_LINEAR_INTERPOLATION).
static vtkImageProperty * New()
Construct a property with no lookup table.
virtual void SetLookupTable(vtkScalarsToColors *lut)
Specify a lookup table for the data.
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
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