![]() |
An open-source, flexible 3D physical simulation framework
|
Wraps hudElementStruct in osg::Group. More...
#include <OSGHudElementStruct.h>
Public Member Functions | |
OSGHudElementStruct (const interfaces::hudElementStruct &he, const std::string &config_path, unsigned int id, osg::Node *node=NULL) | |
Constructor creates HUDElement from hudElementStruct. More... | |
~OSGHudElementStruct () | |
HUDElement * | getHUDElement () |
Private Attributes | |
HUDElement * | elem_ |
Wraps hudElementStruct in osg::Group.
Definition at line 45 of file OSGHudElementStruct.h.
mars::graphics::OSGHudElementStruct::OSGHudElementStruct | ( | const interfaces::hudElementStruct & | he, |
const std::string & | config_path, | ||
unsigned int | id, | ||
osg::Node * | node = NULL |
||
) |
Constructor creates HUDElement from hudElementStruct.
Definition at line 42 of file OSGHudElementStruct.cpp.
mars::graphics::OSGHudElementStruct::~OSGHudElementStruct | ( | ) |
Definition at line 116 of file OSGHudElementStruct.cpp.
HUDElement * mars::graphics::OSGHudElementStruct::getHUDElement | ( | ) |
Definition at line 120 of file OSGHudElementStruct.cpp.
|
private |
Definition at line 60 of file OSGHudElementStruct.h.