53 #include "vtkRenderingCoreModule.h"
64 #define VTK_TEXTURE_QUALITY_DEFAULT 0
65 #define VTK_TEXTURE_QUALITY_16BIT 16
66 #define VTK_TEXTURE_QUALITY_32BIT 32
115 vtkGetMacro(Mipmap,
bool);
116 vtkSetMacro(Mipmap,
bool);
117 vtkBooleanMacro(Mipmap,
bool);
127 vtkSetMacro(MaximumAnisotropicFiltering,
float);
128 vtkGetMacro(MaximumAnisotropicFiltering,
float);
136 vtkSetMacro(Quality,
int);
137 vtkGetMacro(Quality,
int);
154 vtkSetMacro(ColorMode,
int);
155 vtkGetMacro(ColorMode,
int);
185 unsigned char* MapScalarsToColors(
vtkDataArray* scalars);
202 VTK_TEXTURE_BLENDING_MODE_NONE = 0,
208 VTK_TEXTURE_BLENDING_MODE_SUBTRACT
216 vtkGetMacro(BlendingMode,
int);
217 vtkSetMacro(BlendingMode,
int);
225 vtkGetMacro(PremultipliedAlpha,
bool);
226 vtkSetMacro(PremultipliedAlpha,
bool);
227 vtkBooleanMacro(PremultipliedAlpha,
bool);
238 vtkGetMacro(RestrictPowerOf2ImageSmaller,
vtkTypeBool);
239 vtkSetMacro(RestrictPowerOf2ImageSmaller,
vtkTypeBool);
240 vtkBooleanMacro(RestrictPowerOf2ImageSmaller,
vtkTypeBool);
249 virtual int IsTranslucent();
263 vtkGetMacro(CubeMap,
bool);
264 vtkBooleanMacro(CubeMap,
bool);
265 void SetCubeMap(
bool val);
275 vtkGetMacro(UseSRGBColorSpace,
bool);
276 vtkSetMacro(UseSRGBColorSpace,
bool);
277 vtkBooleanMacro(UseSRGBColorSpace,
bool);
289 vtkSetVector4Macro(BorderColor,
float);
290 vtkGetVector4Macro(BorderColor,
float);
316 vtkGetMacro(Wrap,
int);
317 vtkSetClampMacro(Wrap,
int, ClampToEdge, ClampToBorder);
348 float BorderColor[4];
float MaximumAnisotropicFiltering
#define VTK_COLOR_MODE_DIRECT_SCALARS
virtual void PostRender(vtkRenderer *)
Cleans up after the texture rendering to restore the state of the graphics context.
VTKTextureBlendingMode
Used to specify how the texture will blend its RGB and Alpha values with other textures and the fragm...
#define VTK_TEXTURE_QUALITY_16BIT
void SetQualityTo16Bit()
Force texture quality to 16-bit or 32-bit.
void SetColorModeToDirectScalars()
Default: ColorModeToDefault.
virtual void SetRepeat(vtkTypeBool r)
Convenience functions to maintain backwards compatibility.
virtual void EdgeClampOff()
Convenience functions to maintain backwards compatibility.
record modification and/or execution time
vtkScalarsToColors * LookupTable
int TranslucentCachedResult
virtual void ReleaseGraphicsResources(vtkWindow *)
Release any graphics resources that are being consumed by this texture.
vtkDataObject * GetInput()
Get a data object for one of the input port connections.
abstract specification for renderers
virtual void RepeatOn()
Convenience functions to maintain backwards compatibility.
virtual void EdgeClampOn()
Convenience functions to maintain backwards compatibility.
virtual void SetEdgeClamp(vtkTypeBool)
Convenience functions to maintain backwards compatibility.
virtual void Load(vtkRenderer *)
Abstract interface to renderer.
#define VTK_TEXTURE_QUALITY_DEFAULT
Superclass for mapping scalar values to colors.
window superclass for vtkRenderWindow
virtual void RepeatOff()
Convenience functions to maintain backwards compatibility.
#define VTK_COLOR_MODE_MAP_SCALARS
virtual vtkTypeBool GetEdgeClamp()
Convenience functions to maintain backwards compatibility.
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()
Force texture quality to 16-bit or 32-bit.
#define VTK_COLOR_MODE_DEFAULT
void SetColorModeToMapScalars()
Default: ColorModeToDefault.
vtkUnsignedCharArray * MappedScalars
dynamic, self-adjusting array of unsigned char
virtual int GetTextureUnit()
Return the texture unit used for this texture.
int SelfAdjustingTableRange
void SetQualityTo32Bit()
Force texture quality to 16-bit or 32-bit.
void ExecuteData(vtkDataObject *) override
This method is the old style execute method, provided for the sake of backwards compatibility with ol...
vtkTypeBool RestrictPowerOf2ImageSmaller
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
#define VTK_TEXTURE_QUALITY_32BIT
general representation of visualization data
virtual vtkTypeBool GetRepeat()
Convenience functions to maintain backwards compatibility.
void SetColorModeToDefault()
Default: ColorModeToDefault.