osg::ref_ptr< osg::Texture > getOsgTexture() const
Returns the osg::Texture1D.
Definition: OsgTexture.h:44
Base class defining the interface for a 1D Graphics Texture.
Definition: Texture1d.h:30
OsgTexture1d()
Constructor.
Definition: OsgTexture1d.cpp:20
virtual void getSize(int *width) const
Gets the size of the texture.
Definition: OsgTexture1d.cpp:29
Base class for OSG implementations of Graphics Textures.
Definition: OsgTexture.h:32
virtual void setSize(int width)
Sets the size of the texture.
Definition: OsgTexture1d.cpp:24
OSG implementation of a 1D Texture.
Definition: OsgTexture1d.h:38
osg::ref_ptr< osg::Texture1D > getOsgTexture1d() const
Returns the osg::Texture1D.
Definition: OsgTexture1d.h:55