anatomist
5.1.2
3D neuroimaging data viewer
glcomponent_internals.h
Go to the documentation of this file.
1
/* This software and supporting documentation are distributed by
2
* Institut Federatif de Recherche 49
3
* CEA/NeuroSpin, Batiment 145,
4
* 91191 Gif-sur-Yvette cedex
5
* France
6
*
7
* This software is governed by the CeCILL-B license under
8
* French law and abiding by the rules of distribution of free software.
9
* You can use, modify and/or redistribute the software under the
10
* terms of the CeCILL-B license as circulated by CEA, CNRS
11
* and INRIA at the following URL "http://www.cecill.info".
12
*
13
* As a counterpart to the access to the source code and rights to copy,
14
* modify and redistribute granted by the license, users are provided only
15
* with a limited warranty and the software's author, the holder of the
16
* economic rights, and the successive licensors have only limited
17
* liability.
18
*
19
* In this respect, the user's attention is drawn to the risks associated
20
* with loading, using, modifying and/or developing or reproducing the
21
* software by the user in light of its specific status of free software,
22
* that may mean that it is complicated to manipulate, and that also
23
* therefore means that it is reserved for developers and experienced
24
* professionals having in-depth computer knowledge. Users are therefore
25
* encouraged to load and test the software's suitability as regards their
26
* requirements in conditions enabling the security of their systems and/or
27
* data to be ensured and, more generally, to use and operate it in the
28
* same conditions as regards security.
29
*
30
* The fact that you are presently reading this means that you have had
31
* knowledge of the CeCILL-B license and that you accept its terms.
32
*/
33
34
#ifndef ANA_SURFACE_GLCOMPONENT_INTERNALS_H
35
#define ANA_SURFACE_GLCOMPONENT_INTERNALS_H
36
37
#include <
anatomist/surface/glcomponent.h
>
38
39
namespace
anatomist
40
{
41
43
struct
GLComponent::TexInfo
44
{
45
TexInfo
();
46
47
glTextureMode
mode
;
48
glTextureFiltering
filter
;
49
glAutoTexturingMode
automode
;
50
float
rate
;
51
bool
changed
;
52
bool
envchanged
;
53
std::map<std::string, RefGLItem>
name
;
54
std::map<std::string, RefGLItem>
texenv
;
55
TexExtrema
extrema
;
56
bool
rgbinterp
;
57
float
texgenparams_object
[3][4];
58
float
texgenparams_eye
[3][4];
59
GLfloat
texscale
[3];
60
GLfloat
texoffset
[3];
61
};
62
63
}
64
65
#endif
66
anatomist::GLComponent::glTextureFiltering
glTextureFiltering
Definition:
glcomponent.h:100
anatomist::GLComponent::glTextureMode
glTextureMode
Definition:
glcomponent.h:70
anatomist::GLComponent::glAutoTexturingMode
glAutoTexturingMode
Definition:
glcomponent.h:158
glcomponent.h
anatomist
Definition:
anatomistinfo.h:40
anatomist::GLComponent::TexExtrema
Definition:
glcomponent.h:170
anatomist::GLComponent::TexInfo
Semi-private structure.
Definition:
glcomponent_internals.h:44
anatomist::GLComponent::TexInfo::rate
float rate
Definition:
glcomponent_internals.h:50
anatomist::GLComponent::TexInfo::mode
glTextureMode mode
Definition:
glcomponent_internals.h:47
anatomist::GLComponent::TexInfo::automode
glAutoTexturingMode automode
Definition:
glcomponent_internals.h:49
anatomist::GLComponent::TexInfo::texoffset
GLfloat texoffset[3]
Definition:
glcomponent_internals.h:60
anatomist::GLComponent::TexInfo::texgenparams_object
float texgenparams_object[3][4]
Definition:
glcomponent_internals.h:57
anatomist::GLComponent::TexInfo::extrema
TexExtrema extrema
Definition:
glcomponent_internals.h:55
anatomist::GLComponent::TexInfo::envchanged
bool envchanged
Definition:
glcomponent_internals.h:52
anatomist::GLComponent::TexInfo::name
std::map< std::string, RefGLItem > name
Definition:
glcomponent_internals.h:53
anatomist::GLComponent::TexInfo::changed
bool changed
Definition:
glcomponent_internals.h:51
anatomist::GLComponent::TexInfo::rgbinterp
bool rgbinterp
Definition:
glcomponent_internals.h:56
anatomist::GLComponent::TexInfo::filter
glTextureFiltering filter
Definition:
glcomponent_internals.h:48
anatomist::GLComponent::TexInfo::texscale
GLfloat texscale[3]
Definition:
glcomponent_internals.h:59
anatomist::GLComponent::TexInfo::texenv
std::map< std::string, RefGLItem > texenv
Definition:
glcomponent_internals.h:54
anatomist::GLComponent::TexInfo::TexInfo
TexInfo()
anatomist::GLComponent::TexInfo::texgenparams_eye
float texgenparams_eye[3][4]
Definition:
glcomponent_internals.h:58
anatomist
surface
glcomponent_internals.h
Generated by
1.9.1