![]() |
anatomist
5.1.2
3D neuroimaging data viewer
|
#include <anatomist/primitive/primitive.h>
Public Member Functions | |
GLItemList () | |
virtual | ~GLItemList () |
virtual void | callList () const |
renders the display list More... | |
![]() | |
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) |
![]() | |
RCObject () | |
RCObject (const RCObject &) | |
RCObject & | operator= (const RCObject &) |
virtual | ~RCObject () |
Public Attributes | |
std::list< RefGLItem > | items |
Additional Inherited Members | |
![]() | |
typedef int | RefCounterType |
Definition at line 132 of file primitive.h.
|
inline |
Definition at line 135 of file primitive.h.
|
virtual |
|
virtual |
renders the display list
Implements anatomist::GLItem.
Reimplemented in anatomist::GLNoExecItemList.
std::list<RefGLItem> anatomist::GLItemList::items |
Definition at line 139 of file primitive.h.