65 #define VTK_TEXTURE_QUALITY_DEFAULT 0
66 #define VTK_TEXTURE_QUALITY_16BIT 16
67 #define VTK_TEXTURE_QUALITY_32BIT 32
98 vtkGetMacro(Repeat,
int);
99 vtkSetMacro(Repeat,
int);
100 vtkBooleanMacro(Repeat,
int);
107 vtkGetMacro(EdgeClamp,
int);
108 vtkSetMacro(EdgeClamp,
int);
109 vtkBooleanMacro(EdgeClamp,
int);
114 vtkGetMacro(Interpolate,
int);
115 vtkSetMacro(Interpolate,
int);
116 vtkBooleanMacro(Interpolate,
int);
122 vtkSetMacro(Quality,
int);
123 vtkGetMacro(Quality,
int);
139 vtkGetMacro(MapColorScalarsThroughLookupTable,
int);
140 vtkSetMacro(MapColorScalarsThroughLookupTable,
int);
141 vtkBooleanMacro(MapColorScalarsThroughLookupTable,
int);
164 unsigned char* MapScalarsToColors(
vtkDataArray* scalars);
179 VTK_TEXTURE_BLENDING_MODE_NONE = 0,
185 VTK_TEXTURE_BLENDING_MODE_SUBTRACT
193 vtkGetMacro(BlendingMode,
int);
194 vtkSetMacro(BlendingMode,
int);
200 vtkGetMacro(PremultipliedAlpha,
bool);
201 vtkSetMacro(PremultipliedAlpha,
bool);
202 vtkBooleanMacro(PremultipliedAlpha,
bool);
211 vtkGetMacro(RestrictPowerOf2ImageSmaller,
int);
212 vtkSetMacro(RestrictPowerOf2ImageSmaller,
int);
213 vtkBooleanMacro(RestrictPowerOf2ImageSmaller,
int);
219 virtual int IsTranslucent();
virtual void PostRender(vtkRenderer *)
#define VTK_TEXTURE_QUALITY_16BIT
record modification and/or execution time
vtkScalarsToColors * LookupTable
virtual void ExecuteData(vtkDataObject *)
int TranslucentCachedResult
virtual void ReleaseGraphicsResources(vtkWindow *)
vtkDataObject * GetInput()
abstract specification for renderers
virtual void Load(vtkRenderer *)
#define VTK_TEXTURE_QUALITY_DEFAULT
Superclass for mapping scalar values to colors.
window superclass for vtkRenderWindow
int MapColorScalarsThroughLookupTable
a simple class to control print indentation
topologically and geometrically regular array of data
vtkTimeStamp TranslucentComputationTime
abstract superclass for arrays of numeric data
handles properties associated with a texture map
void SetQualityToDefault()
vtkUnsignedCharArray * MappedScalars
dynamic, self-adjusting array of unsigned char
virtual int GetTextureUnit()
int SelfAdjustingTableRange
#define VTKRENDERINGCORE_EXPORT
int RestrictPowerOf2ImageSmaller
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
#define VTK_TEXTURE_QUALITY_32BIT
general representation of visualization data