Go to the documentation of this file.
33 #ifndef vtkImageProperty_h
34 #define vtkImageProperty_h
120 {
return this->LayerNumber; }
178 double CheckerboardSpacing[2];
179 double CheckerboardOffset[2];
181 double BackingColor[3];
#define vtkGetObjectMacro(name, type)
#define vtkSetVector2Macro(name, type)
#define vtkGetVector2Macro(name, type)
#define vtkSetVector3Macro(name, type)
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
int UseLookupTableScalarRange
#define VTK_CUBIC_INTERPOLATION
void DeepCopy(vtkImageProperty *p)
#define VTK_NEAREST_INTERPOLATION
#define vtkSetClampMacro(name, type, min, max)
#define vtkGetVector3Macro(name, type)
void SetInterpolationTypeToLinear()
virtual void SetLookupTable(vtkScalarsToColors *lut)
void SetInterpolationTypeToNearest()
void SetInterpolationTypeToCubic()
a simple class to control print indentation
vtkScalarsToColors * LookupTable
#define VTK_LINEAR_INTERPOLATION
#define vtkGetMacro(name, type)
Superclass for mapping scalar values to colors.
static vtkImageProperty * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKRENDERINGCORE_EXPORT
virtual const char * GetInterpolationTypeAsString()