OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
gl_helper.hh File Reference
#include <ost/geom/vec3.hh>
#include "glext_include.hh"
#include <ost/log.hh>

Go to the source code of this file.

Functions

void check_gl_error ()
void glVertex3v (double *v)
void glVertex3v (const double *v)
void glVertex3v (float *v)
void glVertex3v (const float *v)
void glVertex3 (const geom::Vec3 &v)
void glMultMatrix (float *v)
void glMultMatrix (double *v)
void glNormal3v (double *v)
void glNormal3v (float *v)
void glTexCoord2v (float *v)
void glTexCoord2v (double *v)
void glGetv (GLenum pname, double *v)
void glGetv (GLenum pname, float *v)
void glLoadMatrix (float *arr)
void glLoadMatrix (double *arr)

Function Documentation

void check_gl_error ( )
inline

Definition at line 42 of file gl_helper.hh.

void glGetv ( GLenum  pname,
double *  v 
)
inline

Definition at line 97 of file gl_helper.hh.

void glGetv ( GLenum  pname,
float *  v 
)
inline

Definition at line 101 of file gl_helper.hh.

void glLoadMatrix ( float *  arr)
inline

Definition at line 106 of file gl_helper.hh.

void glLoadMatrix ( double *  arr)
inline

Definition at line 110 of file gl_helper.hh.

void glMultMatrix ( float *  v)
inline

Definition at line 72 of file gl_helper.hh.

void glMultMatrix ( double *  v)
inline

Definition at line 76 of file gl_helper.hh.

void glNormal3v ( double *  v)
inline

Definition at line 80 of file gl_helper.hh.

void glNormal3v ( float *  v)
inline

Definition at line 84 of file gl_helper.hh.

void glTexCoord2v ( float *  v)
inline

Definition at line 88 of file gl_helper.hh.

void glTexCoord2v ( double *  v)
inline

Definition at line 92 of file gl_helper.hh.

void glVertex3 ( const geom::Vec3 v)
inline

Definition at line 67 of file gl_helper.hh.

void glVertex3v ( double *  v)
inline

Definition at line 50 of file gl_helper.hh.

void glVertex3v ( const double *  v)
inline

Definition at line 54 of file gl_helper.hh.

void glVertex3v ( float *  v)
inline

Definition at line 58 of file gl_helper.hh.

void glVertex3v ( const float *  v)
inline

Definition at line 63 of file gl_helper.hh.