34 #ifndef ANA_WINDOW3D_CURSOR_H    35 #define ANA_WINDOW3D_CURSOR_H    50     static std::set<std::string> 
cursors();
 
Base Anatomist object (abstract) 
 
static void addCursor(const std::string &name, AObject *obj)
 
static void setCurrentCursor(const std::string &name)
 
static std::set< std::string > cursors()
 
static AObject * currentCursor()
 
static std::string currentCursorName()
 
static void cleanStatic()
cleanup function called when quitting anatomist 
 
static void loadCursors()
 
static void deleteCusror(const std::string &name)