|  | anatomist
    5.1.2
    3D neuroimaging data viewer | 
#include <anatomist/primitive/primitive.h>


| Public Member Functions | |
| GLList (unsigned gllist=0) | |
| virtual | ~GLList () | 
| GLList destructor makes the shatred context current.  More... | |
| unsigned | item () const | 
| virtual void | generate () | 
| generates a new display list.  More... | |
| virtual void | callList () const | 
| renders the display list  More... | |
|  Public Member Functions inherited from anatomist::GLItem | |
| GLItem () | |
| virtual | ~GLItem () | 
| virtual bool | ghost () const | 
| ghost lists are not selectable and not rendered in Z buffers for selection  More... | |
| virtual void | setGhost (bool) | 
|  Public Member Functions inherited from carto::RCObject | |
| RCObject () | |
| RCObject (const RCObject &) | |
| RCObject & | operator= (const RCObject &) | 
| virtual | ~RCObject () | 
| Additional Inherited Members | |
|  Public Types inherited from carto::RCObject | |
| typedef int | RefCounterType | 
Definition at line 92 of file primitive.h.
| 
 | inline | 
Definition at line 95 of file primitive.h.
| 
 | virtual | 
GLList destructor makes the shatred context current.
| 
 | virtual | 
renders the display list
Implements anatomist::GLItem.
| 
 | virtual | 
generates a new display list.
Must be called when a valid OpenGL context is bound
| 
 | inline | 
Definition at line 99 of file primitive.h.