43#ifndef vtkTextureObject_h
44#define vtkTextureObject_h
47#include "vtkRenderingOpenGL2Module.h"
73 NumberOfDepthTextureCompareFunctions
78#ifndef GL_ES_VERSION_3_0
79 enum { ClampToEdge = 0, Repeat, MirroredRepeat,
ClampToBorder, NumberOfWrapModes };
99 NumberOfMinificationModes
138 vtkGetMacro(Width,
unsigned int);
139 vtkGetMacro(Height,
unsigned int);
140 vtkGetMacro(Depth,
unsigned int);
141 vtkGetMacro(Samples,
unsigned int);
142 vtkGetMacro(Components,
int);
143 unsigned int GetTuples() {
return this->Width * this->Height * this->Depth; }
146 vtkGetMacro(NumberOfDimensions,
int);
149 vtkSetMacro(Samples,
unsigned int);
155 vtkGetMacro(Target,
unsigned int);
162 vtkGetMacro(Handle,
unsigned int);
213 vtkSetMacro(AutoParameters,
int);
214 vtkGetMacro(AutoParameters,
int);
215 vtkBooleanMacro(AutoParameters,
int);
223 unsigned int width,
unsigned int height,
int numComps,
int dataType,
void* data);
231 unsigned int width,
unsigned int height,
int internalFormat,
int rawType,
void* raw);
246 unsigned int width,
unsigned int height,
int numComps,
int dataType,
void* data[6]);
272 bool shaderSupportsTextureInt);
280 bool Create3D(
unsigned int width,
unsigned int height,
unsigned int depth,
int numComps,
287 bool Create3DFromRaw(
unsigned int width,
unsigned int height,
unsigned int depth,
int numComps,
288 int dataType,
void* data);
297 unsigned int const depth,
int const numComps,
int const dataType);
318 bool AllocateDepth(
unsigned int width,
unsigned int height,
int internalFormat);
329 bool Allocate1D(
unsigned int width,
int numComps,
int vtkType);
336 unsigned int width,
unsigned int height,
int numComps,
int vtkType,
int level = 0);
343 unsigned int width,
unsigned int height,
unsigned int depth,
int numComps,
int vtkType);
349 bool Create2D(
unsigned int width,
unsigned int height,
int numComps,
int vtktype,
bool)
351 return this->Allocate2D(width, height, numComps, vtktype);
354 unsigned int width,
unsigned int height,
unsigned int depth,
int numComps,
int vtktype,
bool)
356 return this->Allocate3D(width, height, depth, numComps, vtktype);
391 unsigned int GetFormat(
int vtktype,
int numComps,
bool shaderSupportsTextureInt);
419 vtkSetMacro(RequireDepthBufferFloat,
bool);
420 vtkGetMacro(RequireDepthBufferFloat,
bool);
421 vtkGetMacro(SupportsDepthBufferFloat,
bool);
431 vtkSetMacro(RequireTextureFloat,
bool);
432 vtkGetMacro(RequireTextureFloat,
bool);
433 vtkGetMacro(SupportsTextureFloat,
bool);
443 vtkSetMacro(RequireTextureInteger,
bool);
444 vtkGetMacro(RequireTextureInteger,
bool);
445 vtkGetMacro(SupportsTextureInteger,
bool);
459 vtkGetMacro(WrapS,
int);
460 vtkSetMacro(WrapS,
int);
474 vtkGetMacro(WrapT,
int);
475 vtkSetMacro(WrapT,
int);
489 vtkGetMacro(WrapR,
int);
490 vtkSetMacro(WrapR,
int);
507 vtkGetMacro(MinificationFilter,
int);
508 vtkSetMacro(MinificationFilter,
int);
519 vtkGetMacro(MagnificationFilter,
int);
520 vtkSetMacro(MagnificationFilter,
int);
537 vtkSetVector4Macro(BorderColor,
float);
538 vtkGetVector4Macro(BorderColor,
float);
546 vtkSetMacro(MinLOD,
float);
547 vtkGetMacro(MinLOD,
float);
555 vtkSetMacro(MaxLOD,
float);
556 vtkGetMacro(MaxLOD,
float);
565 vtkSetMacro(BaseLevel,
int);
566 vtkGetMacro(BaseLevel,
int);
575 vtkSetMacro(MaxLevel,
int);
576 vtkGetMacro(MaxLevel,
int);
590 vtkGetMacro(DepthTextureCompare,
bool);
591 vtkSetMacro(DepthTextureCompare,
bool);
615 vtkGetMacro(DepthTextureCompareFunction,
int);
616 vtkSetMacro(DepthTextureCompareFunction,
int);
625 vtkGetMacro(GenerateMipmap,
bool);
626 vtkSetMacro(GenerateMipmap,
bool);
635 vtkSetMacro(MaximumAnisotropicFiltering,
float);
636 vtkGetMacro(MaximumAnisotropicFiltering,
float);
685 int dstYmin,
int dstXmax,
int dstYmax,
int dstSizeX,
int dstSizeY,
vtkShaderProgram* program,
708 int srcXmin,
int srcYmin,
int dstXmin,
int dstYmin,
int width,
int height);
726 void Resize(
unsigned int width,
unsigned int height);
735 vtkGetMacro(UseSRGBColorSpace,
bool);
736 vtkSetMacro(UseSRGBColorSpace,
bool);
737 vtkBooleanMacro(UseSRGBColorSpace,
bool);
801 float BorderColor[4];
a simple class to control print indentation
abstract base class for most VTK objects
The VertexArrayObject class uses, or emulates, vertex array objects.
abstracts an OpenGL pixel buffer object.
The ShaderProgram uses one or more Shader objects.
abstracts an OpenGL texture object.
unsigned int InternalFormat
bool AllocateDepth(unsigned int width, unsigned int height, int internalFormat)
Create a 2D depth texture but does not initialize its values.
static bool IsSupported(vtkOpenGLRenderWindow *, bool, bool, bool)
Returns if the context supports the required extensions.
void SetContext(vtkOpenGLRenderWindow *)
Get/Set the context.
bool AllocateDepthStencil(unsigned int width, unsigned int height)
Create a 2D septh stencil texture but does not initialize its values.
float MaximumAnisotropicFiltering
bool Create2DFromRaw(unsigned int width, unsigned int height, int numComps, int dataType, void *data)
Create a 2D texture from client memory numComps must be in [1-4].
vtkOpenGLRenderWindow * GetContext()
Get/Set the context.
vtkOpenGLHelper * ShaderProgram
bool IsBound()
Tells if the texture object is bound to the active texture image unit.
void SetInternalFormat(unsigned int glInternalFormat)
Get/Set internal format (OpenGL internal format) that should be used.
int GetDefaultDataType(int vtk_scalar_type)
Get the data type for the texture as GLenum type.
void Resize(unsigned int width, unsigned int height)
bool Allocate1D(unsigned int width, int numComps, int vtkType)
Create a 1D color texture but does not initialize its values.
virtual void Activate()
Activate and Bind the texture.
unsigned int GetWrapTMode(int vtktype)
bool Create1D(int numComps, vtkPixelBufferObject *pbo, bool shaderSupportsTextureInt)
Create a 1D texture using the PBO.
void CopyToFrameBuffer(vtkShaderProgram *program, vtkOpenGLVertexArrayObject *vao)
Copy the texture (src) in the current framebuffer.
void CopyToFrameBuffer(int srcXmin, int srcYmin, int srcXmax, int srcYmax, int dstXmin, int dstYmin, int dstXmax, int dstYmax, int dstSizeX, int dstSizeY, vtkShaderProgram *program, vtkOpenGLVertexArrayObject *vao)
Copy the texture (src) in the current framebuffer.
int GetVTKDataType()
Get the data type for the texture as a vtk type int i.e.
void GetShiftAndScale(float &shift, float &scale)
Get the shift and scale required in the shader to return the texture values to their original range.
unsigned int GetFormat(int vtktype, int numComps, bool shaderSupportsTextureInt)
Get/Set format (OpenGL internal format) that should be used.
void DestroyTexture()
Destroy the texture.
void SetLinearMagnification(bool val)
Tells if the magnification mode is linear (true) or nearest (false).
bool AllocateProxyTexture3D(unsigned int const width, unsigned int const height, unsigned int const depth, int const numComps, int const dataType)
Create a 3D texture using the GL_PROXY_TEXTURE_3D target.
bool SupportsTextureInteger
vtkTimeStamp SendParametersTime
unsigned int GetMinificationFilterMode(int vtktype)
int GetTextureUnit()
Return the texture unit used for this texture.
void ResetFormatAndType()
Reset format, internal format, and type of the texture.
bool CreateTextureBuffer(unsigned int numValues, int numComps, int dataType, vtkOpenGLBufferObject *bo)
Create a texture buffer basically a 1D texture that can be very large for passing data into the fragm...
vtkGenericOpenGLResourceFreeCallback * ResourceCallback
void AssignToExistingTexture(unsigned int handle, unsigned int target)
Assign the TextureObject to a externally provided Handle and Target.
void CreateTexture()
Creates a texture handle if not already created.
static int GetMaximumTextureSize(vtkOpenGLRenderWindow *context)
Query and return maximum texture size (dimension) supported by the OpenGL driver for a particular con...
vtkOpenGLBufferObject * BufferObject
unsigned int GetWrapRMode(int vtktype)
bool SupportsDepthBufferFloat
bool Create3D(unsigned int width, unsigned int height, unsigned int depth, int numComps, int vtktype, bool)
Create texture without uploading any data.
bool CreateCubeFromRaw(unsigned int width, unsigned int height, int numComps, int dataType, void *data[6])
Create a cube texture from 6 buffers from client memory.
bool RequireTextureInteger
unsigned int GetWrapSMode(int vtktype)
void CopyToFrameBuffer(float *tcoords, float *verts, vtkShaderProgram *program, vtkOpenGLVertexArrayObject *vao)
Copy the texture (src) in the current framebuffer.
bool Create3D(unsigned int width, unsigned int height, unsigned int depth, int numComps, vtkPixelBufferObject *pbo, bool shaderSupportsTextureInt)
Create a 3D texture using the PBO.
bool Create2D(unsigned int width, unsigned int height, int numComps, int vtktype, bool)
Create texture without uploading any data.
virtual void ReleaseGraphicsResources(vtkWindow *win)
Deactivate and UnBind the texture.
void SetDataType(unsigned int glType)
Get the data type for the texture as GLenum type.
void Deactivate()
Deactivate and UnBind the texture.
vtkWeakPointer< vtkOpenGLRenderWindow > Context
bool CreateDepthFromRaw(unsigned int width, unsigned int height, int internalFormat, int rawType, void *raw)
Create a 2D depth texture using a raw pointer.
void SetFormat(unsigned int glFormat)
Get/Set format (OpenGL internal format) that should be used.
~vtkTextureObject() override
unsigned int GetInternalFormat(int vtktype, int numComps, bool shaderSupportsTextureInt)
Get/Set internal format (OpenGL internal format) that should be used.
static bool IsSupported(vtkOpenGLRenderWindow *)
Check for feature support, without any optional features.
unsigned int GetTuples()
Get the texture dimensions.
bool SupportsTextureFloat
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
unsigned int GetMagnificationFilterMode(int vtktype)
bool Create3DFromRaw(unsigned int width, unsigned int height, unsigned int depth, int numComps, int dataType, void *data)
Create a 3D texture from client memory numComps must be in [1-4].
bool Create2D(unsigned int width, unsigned int height, int numComps, vtkPixelBufferObject *pbo, bool shaderSupportsTextureInt)
Create a 2D texture using the PBO.
int DepthTextureCompareFunction
int GetDataType(int vtk_scalar_type)
Get the data type for the texture as GLenum type.
bool Allocate3D(unsigned int width, unsigned int height, unsigned int depth, int numComps, int vtkType)
Create a 3D color texture but does not initialize its values.
unsigned int GetDefaultFormat(int vtktype, int numComps, bool shaderSupportsTextureInt)
Get/Set format (OpenGL internal format) that should be used.
static int GetMaximumTextureSize3D(vtkOpenGLRenderWindow *context)
Query and return maximum texture size (dimension) supported by the OpenGL driver for a particular con...
bool CreateDepth(unsigned int width, unsigned int height, int internalFormat, vtkPixelBufferObject *pbo)
Create a 2D depth texture using a PBO.
bool Allocate2D(unsigned int width, unsigned int height, int numComps, int vtkType, int level=0)
Create a 2D color texture but does not initialize its values.
static vtkTextureObject * New()
void CopyFromFrameBuffer(int srcXmin, int srcYmin, int dstXmin, int dstYmin, int width, int height)
Copy a sub-part of a logical buffer of the framebuffer (color or depth) to the texture object.
bool GetLinearMagnification()
int GetMaximumTextureSize3D()
Overload which uses the internal context to query the maximum 3D texture size.
unsigned int GetDefaultInternalFormat(int vtktype, int numComps, bool shaderSupportsTextureInt)
Get/Set internal format (OpenGL internal format) that should be used.
void SendParameters()
Send all the texture object parameters to the hardware if not done yet.
void Bind()
Bind the texture, must have been created using Create().
bool Create1DFromRaw(unsigned int width, int numComps, int dataType, void *data)
Create 1D texture from client memory.
void CopyToFrameBuffer(int srcXmin, int srcYmin, int srcXmax, int srcYmax, int dstXmin, int dstYmin, int dstSizeX, int dstSizeY, vtkShaderProgram *program, vtkOpenGLVertexArrayObject *vao)
Copy the texture (src) in the current framebuffer.
vtkPixelBufferObject * Download()
This is used to download raw data from the texture into a pixel buffer.
vtkPixelBufferObject * Download(unsigned int target, unsigned int level)
bool RequireDepthBufferFloat
record modification and/or execution time
a weak reference to a vtkObject.
window superclass for vtkRenderWindow
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)