anatomist  5.1.2
3D neuroimaging data viewer
anatomist::GLItemList Class Reference

#include <anatomist/primitive/primitive.h>

Inheritance diagram for anatomist::GLItemList:
Collaboration diagram for anatomist::GLItemList:

Public Member Functions

 GLItemList ()
 
virtual ~GLItemList ()
 
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 &)
 
RCObjectoperator= (const RCObject &)
 
virtual ~RCObject ()
 

Public Attributes

std::list< RefGLItemitems
 

Additional Inherited Members

- Public Types inherited from carto::RCObject
typedef int RefCounterType
 

Detailed Description

Definition at line 132 of file primitive.h.

Constructor & Destructor Documentation

◆ GLItemList()

anatomist::GLItemList::GLItemList ( )
inline

Definition at line 135 of file primitive.h.

◆ ~GLItemList()

virtual anatomist::GLItemList::~GLItemList ( )
virtual

Member Function Documentation

◆ callList()

virtual void anatomist::GLItemList::callList ( ) const
virtual

renders the display list

Implements anatomist::GLItem.

Reimplemented in anatomist::GLNoExecItemList.

Member Data Documentation

◆ items

std::list<RefGLItem> anatomist::GLItemList::items

Definition at line 139 of file primitive.h.


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