28 #ifndef vtkImageProperty_h 29 #define vtkImageProperty_h 31 #include "vtkRenderingCoreModule.h" 56 vtkSetMacro(ColorWindow,
double);
57 vtkGetMacro(ColorWindow,
double);
64 vtkSetMacro(ColorLevel,
double);
65 vtkGetMacro(ColorLevel,
double);
84 vtkSetMacro(UseLookupTableScalarRange,
vtkTypeBool);
85 vtkGetMacro(UseLookupTableScalarRange,
vtkTypeBool);
86 vtkBooleanMacro(UseLookupTableScalarRange,
vtkTypeBool);
96 vtkSetClampMacro(Opacity,
double, 0.0, 1.0);
97 vtkGetMacro(Opacity,
double);
104 vtkSetClampMacro(Ambient,
double, 0.0, 1.0);
105 vtkGetMacro(Ambient,
double);
112 vtkSetClampMacro(Diffuse,
double, 0.0, 1.0);
113 vtkGetMacro(Diffuse,
double);
120 vtkSetClampMacro(InterpolationType,
int,
122 vtkGetMacro(InterpolationType,
int);
129 virtual const char *GetInterpolationTypeAsString();
137 vtkSetMacro(LayerNumber,
int);
139 {
return this->LayerNumber; }
156 vtkSetVector2Macro(CheckerboardSpacing,
double);
157 vtkGetVector2Macro(CheckerboardSpacing,
double);
165 vtkSetVector2Macro(CheckerboardOffset,
double);
166 vtkGetVector2Macro(CheckerboardOffset,
double);
185 vtkSetVector3Macro(BackingColor,
double);
186 vtkGetVector3Macro(BackingColor,
double);
209 double CheckerboardSpacing[2];
210 double CheckerboardOffset[2];
212 double BackingColor[3];
vtkScalarsToColors * LookupTable
int GetLayerNumber()
Set the layer number.
abstract base class for most VTK objects
void SetInterpolationTypeToCubic()
The interpolation type (default: nearest neighbor).
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: nearest neighbor).
void SetInterpolationTypeToNearest()
The interpolation type (default: nearest neighbor).
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
#define VTK_NEAREST_INTERPOLATION