Multiple display lists and texture objects.
More...
#include <anatomist/primitive/primitive.h>
|
std::list< unsigned > | _gll |
|
std::list< unsigned > | _tex |
|
Multiple display lists and texture objects.
Definition at line 66 of file primitive.h.
◆ Primitive()
anatomist::Primitive::Primitive |
( |
| ) |
|
◆ ~Primitive()
virtual anatomist::Primitive::~Primitive |
( |
| ) |
|
|
virtual |
Primitive destructor makes the shatred context current.
◆ callList()
virtual void anatomist::Primitive::callList |
( |
| ) |
const |
|
virtual |
◆ clear()
void anatomist::Primitive::clear |
( |
| ) |
|
◆ deleteList()
void anatomist::Primitive::deleteList |
( |
unsigned |
| ) |
|
◆ deleteTexture()
void anatomist::Primitive::deleteTexture |
( |
unsigned |
| ) |
|
◆ glLists()
const std::list<unsigned>& anatomist::Primitive::glLists |
( |
| ) |
const |
◆ insertList()
void anatomist::Primitive::insertList |
( |
unsigned |
| ) |
|
◆ insertTexture()
void anatomist::Primitive::insertTexture |
( |
unsigned |
| ) |
|
◆ textures()
const std::list<unsigned>& anatomist::Primitive::textures |
( |
| ) |
const |
◆ _gll
std::list<unsigned> anatomist::Primitive::_gll |
|
protected |
◆ _tex
std::list<unsigned> anatomist::Primitive::_tex |
|
protected |
The documentation for this class was generated from the following file: