Developer Documentation
ACG::DisplayList Class Reference

Public Member Functions

void call ()
 
void new_list (GLenum mode)
 
void end_list ()
 
void del ()
 
bool is_valid () const
 

Private Member Functions

void gen ()
 

Private Attributes

bool valid
 
GLuint dlist
 

Detailed Description

Definition at line 92 of file globjects.hh.

Constructor & Destructor Documentation

◆ DisplayList()

ACG::DisplayList::DisplayList ( )
inline

Definition at line 96 of file globjects.hh.

◆ ~DisplayList()

virtual ACG::DisplayList::~DisplayList ( )
inlinevirtual

Definition at line 98 of file globjects.hh.

Member Function Documentation

◆ call()

void ACG::DisplayList::call ( )
inline

Definition at line 100 of file globjects.hh.

◆ del()

void ACG::DisplayList::del ( )
inline

Definition at line 106 of file globjects.hh.

◆ end_list()

void ACG::DisplayList::end_list ( )
inline

Definition at line 104 of file globjects.hh.

◆ gen()

void ACG::DisplayList::gen ( )
inlineprivate

Definition at line 112 of file globjects.hh.

◆ is_valid()

bool ACG::DisplayList::is_valid ( ) const
inline

Definition at line 108 of file globjects.hh.

◆ new_list()

void ACG::DisplayList::new_list ( GLenum  mode)
inline

Definition at line 102 of file globjects.hh.

Member Data Documentation

◆ dlist

GLuint ACG::DisplayList::dlist
private

Definition at line 115 of file globjects.hh.

◆ valid

bool ACG::DisplayList::valid
private

Definition at line 114 of file globjects.hh.


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