g2o
Loading...
Searching...
No Matches
Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
g2o::opengl::GLUWrapper Class Reference

handle the GLU quadratic More...

Static Public Member Functions

static GLUquadricObj * getQuadradic ()
 

Protected Member Functions

 GLUWrapper ()
 
 ~GLUWrapper ()
 

Protected Attributes

GLUquadricObj * _quadratic
 

Detailed Description

handle the GLU quadratic

Definition at line 36 of file opengl_primitives.cpp.

Constructor & Destructor Documentation

◆ GLUWrapper()

g2o::opengl::GLUWrapper::GLUWrapper ( )
inlineprotected

Definition at line 44 of file opengl_primitives.cpp.

44 {
46 gluNewQuadric(); // Create A Pointer To The Quadric Object ( NEW )
47 gluQuadricNormals(_quadratic, GLU_SMOOTH); // Create Smooth Normals ( NEW )
48 }

References _quadratic.

◆ ~GLUWrapper()

g2o::opengl::GLUWrapper::~GLUWrapper ( )
inlineprotected

Definition at line 49 of file opengl_primitives.cpp.

49{ gluDeleteQuadric(_quadratic); }

References _quadratic.

Member Function Documentation

◆ getQuadradic()

static GLUquadricObj * g2o::opengl::GLUWrapper::getQuadradic ( )
inlinestatic

Member Data Documentation

◆ _quadratic

GLUquadricObj* g2o::opengl::GLUWrapper::_quadratic
protected

Definition at line 50 of file opengl_primitives.cpp.

Referenced by getQuadradic(), GLUWrapper(), and ~GLUWrapper().


The documentation for this class was generated from the following file: