![]() |
anatomist
5.1.2
3D neuroimaging data viewer
|
OpenGL item (display list, texture, ...) with reference counter and cleanup upon destruction. More...
#include <anatomist/primitive/primitive.h>
Public Member Functions | |
GLItem () | |
virtual | ~GLItem () |
virtual void | callList () const =0 |
renders the display list More... | |
virtual bool | ghost () const |
ghost lists are not selectable and not rendered in Z buffers for selection More... | |
virtual void | setGhost (bool) |
![]() | |
RCObject () | |
RCObject (const RCObject &) | |
RCObject & | operator= (const RCObject &) |
virtual | ~RCObject () |
Additional Inherited Members | |
![]() | |
typedef int | RefCounterType |
OpenGL item (display list, texture, ...) with reference counter and cleanup upon destruction.
Definition at line 47 of file primitive.h.
|
inline |
Definition at line 50 of file primitive.h.
|
virtual |
|
pure virtual |
renders the display list
Implemented in anatomist::GLNoExecItemList, anatomist::GLItemList, anatomist::GLTexture, anatomist::GLList, and anatomist::Primitive.
|
virtual |
ghost lists are not selectable and not rendered in Z buffers for selection
|
virtual |