140 #ifndef vtkImageProperty_h
141 #define vtkImageProperty_h
144 #include "vtkRenderingCoreModule.h"
168 vtkSetMacro(ColorWindow,
double);
169 vtkGetMacro(ColorWindow,
double);
176 vtkSetMacro(ColorLevel,
double);
177 vtkGetMacro(ColorLevel,
double);
208 vtkSetClampMacro(Opacity,
double, 0.0, 1.0);
209 vtkGetMacro(Opacity,
double);
216 vtkSetClampMacro(Ambient,
double, 0.0, 1.0);
217 vtkGetMacro(Ambient,
double);
224 vtkSetClampMacro(Diffuse,
double, 0.0, 1.0);
225 vtkGetMacro(Diffuse,
double);
233 vtkGetMacro(InterpolationType,
int);
245 vtkSetMacro(LayerNumber,
int);
263 vtkSetVector2Macro(CheckerboardSpacing,
double);
264 vtkGetVector2Macro(CheckerboardSpacing,
double);
272 vtkSetVector2Macro(CheckerboardOffset,
double);
273 vtkGetVector2Macro(CheckerboardOffset,
double);
292 vtkSetVector3Macro(BackingColor,
double);
293 vtkGetVector3Macro(BackingColor,
double);
316 double CheckerboardSpacing[2];
317 double CheckerboardOffset[2];
319 double BackingColor[3];
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