DI-Guy C++ SDK Reference
13.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
diguyOsgGraphicsTexture.h
Go to the documentation of this file.
1
#ifndef diguyOsgGraphicsTexture_h__
2
#define diguyOsgGraphicsTexture_h__
3
4
5
/*********************************************************************
6
**
7
*2 diguyOsgGraphicsTexture
8
**
9
*/
10
11
#include <
diguyGraphicsTexture.h
>
12
13
#include <osg/Texture2D>
14
#include <osg/StateSet>
15
16
17
/**********************************************************************
18
**
19
** Class declaration. diguyOsgGraphicsTexture publicly inherits
20
** diguyGraphicsTexture. Virtual functions are declared for some of the
21
** virtual functions in the base class.
22
*/
23
class
diguyOsgGraphicsTexture
:
public
diguyGraphicsTexture
24
{
25
26
public
:
27
28
diguyOsgGraphicsTexture
(
void
* internal_data);
29
30
virtual
void
build
();
31
virtual
void
unbuild
();
32
33
osg::Texture2D*
get_texture
() {
return
m_texture
.get();}
34
35
protected
:
36
37
osg::ref_ptr<osg::Texture2D>
m_texture
;
38
};
39
44
diguyGraphicsTexture
*
diguyOsgGraphicsTexture_create_func
(
void
* internal_data);
45
#endif // diguyOsgGraphicsTexture_h__
46
diguy
programming_examples
diguy_graphics_api
osg_2_examples
common
diguyOsgGraphicsTexture.h
Generated on Wed Jul 9 2014 21:35:58 for DI-Guy C++ SDK Reference by
1.8.3.1