MeVisLab Toolbox Reference
SoMLSampler3D.h
Go to the documentation of this file.
1 /*************************************************************************************
2 **
3 ** Copyright 2007, MeVis Medical Solutions AG
4 **
5 ** The user may use this file in accordance with the license agreement provided with
6 ** the Software or, alternatively, in accordance with the terms contained in a
7 ** written agreement between the user and MeVis Medical Solutions AG.
8 **
9 ** For further information use the contact form at https://www.mevislab.de/contact
10 **
11 **************************************************************************************/
12 
13 #ifndef SO_MLSAMPLER3_D_H
14 #define SO_MLSAMPLER3_D_H
15 
16 
18 
19 #include "SoShaderSystem.h"
21 #include <Inventor/SbLinear.h>
22 #include <mlGLResources.h>
23 
25 class INVENTOR_SHADER_API SoMLSampler3D : public SoMLSampler
26 {
27  typedef SoMLSampler inherited;
28 
29  SO_NODE_HEADER(SoMLSampler3D);
30 
31  public:
32 
34  SoSFEnum wrapT;
35 
37  SoSFEnum wrapR;
38 
41 
42  SoINTERNAL public:
43 
45  static void initClass();
46 
47  protected:
48 
50  ~SoMLSampler3D() override;
51 
54 
56  void setGLTexImage(GLenum target, const XVImageSize &textureSize, GLint internalFormat, GLint format, GLenum textureDataType, const GLvoid *textureData) override;
57 
59  void calcSubImgProps(XVImageSize &subImgPosition, XVImageSize &subImgSize) override;
60 
61 };
62 
63 #endif // _SO_ML_SAMPLER_3D_
Sampler node that uses a 3D ML subimage to define a 3D sampler.
Definition: SoMLSampler3D.h:26
static void initClass()
Initialize class with runtime type system.
void updateTextureWrappingParameters() override
Sets parameters for texture wrapping in OpenGL.
void setGLTexImage(GLenum target, const XVImageSize &textureSize, GLint internalFormat, GLint format, GLenum textureDataType, const GLvoid *textureData) override
Set the OpenGL texture.
SoMLSampler3D()
Constructor.
SoSFEnum wrapT
Wrapping mode. Default is REPEAT.
Definition: SoMLSampler3D.h:34
void calcSubImgProps(XVImageSize &subImgPosition, XVImageSize &subImgSize) override
Calculate position and size of used sub image by evaluation of fields.
SoSFEnum wrapR
Wrapping mode. Default is REPEAT.
Definition: SoMLSampler3D.h:37
~SoMLSampler3D() override
Destructor.
Abstract base class for sampler nodes that handle ML images.
Definition: SoMLSampler.h:27
Abstract Open Inventor base class for sampler nodes.
Definition: SoSampler.h:30
SoSFMLImage - field interface to ML images and related classes.
Definition: SoSFMLImage.h:32
boost::graph_traits< ml_graph_ptr >::vertex_descriptor target(graph_traits< ml_graph_ptr >::edge_descriptor e, const ml_graph_ptr)
Returns the vertex descriptor for v of the edge (u,v) represented by e.