31 #ifndef vtkImageProperty_h
32 #define vtkImageProperty_h
35 #include "vtkRenderingCoreModule.h"
59 vtkSetMacro(ColorWindow,
double);
60 vtkGetMacro(ColorWindow,
double);
67 vtkSetMacro(ColorLevel,
double);
68 vtkGetMacro(ColorLevel,
double);
87 vtkSetMacro(UseLookupTableScalarRange,
vtkTypeBool);
88 vtkGetMacro(UseLookupTableScalarRange,
vtkTypeBool);
89 vtkBooleanMacro(UseLookupTableScalarRange,
vtkTypeBool);
99 vtkSetClampMacro(Opacity,
double, 0.0, 1.0);
100 vtkGetMacro(Opacity,
double);
107 vtkSetClampMacro(Ambient,
double, 0.0, 1.0);
108 vtkGetMacro(Ambient,
double);
115 vtkSetClampMacro(Diffuse,
double, 0.0, 1.0);
116 vtkGetMacro(Diffuse,
double);
124 vtkGetMacro(InterpolationType,
int);
128 virtual const char* GetInterpolationTypeAsString();
136 vtkSetMacro(LayerNumber,
int);
154 vtkSetVector2Macro(CheckerboardSpacing,
double);
155 vtkGetVector2Macro(CheckerboardSpacing,
double);
163 vtkSetVector2Macro(CheckerboardOffset,
double);
164 vtkGetVector2Macro(CheckerboardOffset,
double);
183 vtkSetVector3Macro(BackingColor,
double);
184 vtkGetVector3Macro(BackingColor,
double);
207 double CheckerboardSpacing[2];
208 double CheckerboardOffset[2];
210 double BackingColor[3];
vtkScalarsToColors * LookupTable
int GetLayerNumber()
Set the layer number.
abstract base class for most VTK objects
void SetInterpolationTypeToCubic()
The interpolation type (default: VTK_LINEAR_INTERPOLATION).
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt32 vtkMTimeType
#define VTK_LINEAR_INTERPOLATION
#define VTK_CUBIC_INTERPOLATION
Superclass for mapping scalar values to colors.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkTypeBool UseLookupTableScalarRange
void SetInterpolationTypeToLinear()
The interpolation type (default: VTK_LINEAR_INTERPOLATION).
void SetInterpolationTypeToNearest()
The interpolation type (default: VTK_LINEAR_INTERPOLATION).
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
#define VTK_NEAREST_INTERPOLATION