HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GLBegin Class Reference

#include <ImathGL.h>

Public Member Functions

 GLBegin (GLenum mode)
 Call glBegin() More...
 
 ~GLBegin ()
 Call glEnd() More...
 

Detailed Description

A class object that wraps glBegin/glEnd. The constructor calls glBegin(). The destructor calls glEnd().

Definition at line 163 of file ImathGL.h.

Constructor & Destructor Documentation

GLBegin::GLBegin ( GLenum  mode)
inline

Call glBegin()

Definition at line 168 of file ImathGL.h.

GLBegin::~GLBegin ( )
inline

Call glEnd()

Definition at line 171 of file ImathGL.h.


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