TinyURDF 1.0.0
|
Base class for models enviroment defintions. More...
#include <world.h>
Public Member Functions | |
World () | |
void | clear () |
![]() | |
virtual std::string | toString () const =0 |
virtual const char * | getTypename () const =0 |
virtual bool | empty () const =0 |
virtual bool | isA (const char *name) const =0 |
Additional Inherited Members | |
![]() | |
ObjectBase () | |
virtual | ~ObjectBase () |
virtual ObjectBase * | getPointer () |
Base class for models enviroment defintions.
World< PropertyBase >::World | ( | ) |
|
virtual |
Implements ObjectBase.