![]() |
anatomist
5.0.5
3D neuroimaging data viewer
|
Semi-private structure. More...
#include <anatomist/surface/glcomponent_internals.h>
Public Member Functions | |
TexInfo () | |
Public Attributes | |
glTextureMode | mode |
glTextureFiltering | filter |
glAutoTexturingMode | automode |
float | rate |
bool | changed |
bool | envchanged |
std::map< std::string, RefGLItem > | name |
std::map< std::string, RefGLItem > | texenv |
TexExtrema | extrema |
bool | rgbinterp |
float | texgenparams_object [3][4] |
float | texgenparams_eye [3][4] |
GLfloat | texscale [3] |
GLfloat | texoffset [3] |
Semi-private structure.
Don't use it yourself...
Definition at line 43 of file glcomponent_internals.h.
anatomist::GLComponent::TexInfo::TexInfo | ( | ) |
glAutoTexturingMode anatomist::GLComponent::TexInfo::automode |
Definition at line 49 of file glcomponent_internals.h.
bool anatomist::GLComponent::TexInfo::changed |
Definition at line 51 of file glcomponent_internals.h.
bool anatomist::GLComponent::TexInfo::envchanged |
Definition at line 52 of file glcomponent_internals.h.
TexExtrema anatomist::GLComponent::TexInfo::extrema |
Definition at line 55 of file glcomponent_internals.h.
glTextureFiltering anatomist::GLComponent::TexInfo::filter |
Definition at line 48 of file glcomponent_internals.h.
glTextureMode anatomist::GLComponent::TexInfo::mode |
Definition at line 47 of file glcomponent_internals.h.
std::map<std::string, RefGLItem> anatomist::GLComponent::TexInfo::name |
Definition at line 53 of file glcomponent_internals.h.
float anatomist::GLComponent::TexInfo::rate |
Definition at line 50 of file glcomponent_internals.h.
bool anatomist::GLComponent::TexInfo::rgbinterp |
Definition at line 56 of file glcomponent_internals.h.
std::map<std::string, RefGLItem> anatomist::GLComponent::TexInfo::texenv |
Definition at line 54 of file glcomponent_internals.h.
float anatomist::GLComponent::TexInfo::texgenparams_eye[3][4] |
Definition at line 58 of file glcomponent_internals.h.
float anatomist::GLComponent::TexInfo::texgenparams_object[3][4] |
Definition at line 57 of file glcomponent_internals.h.
GLfloat anatomist::GLComponent::TexInfo::texoffset[3] |
Definition at line 60 of file glcomponent_internals.h.
GLfloat anatomist::GLComponent::TexInfo::texscale[3] |
Definition at line 59 of file glcomponent_internals.h.