TinyURDF 1.0.0
A Modern C++ Library for Parsing and Visualizing URDF Model Files
|
Parses the link inertia and fills the member variables. More...
#include <inertia_parser.h>
Public Member Functions | |
InertiaParser () | |
void | print (std::ostream &os) override |
bool | empty () const override |
void | clear () override |
const char * | getTypename () override |
bool | isA (const char *name) override |
void | parse (const tinyxml2::XMLElement *xml) override |
std::shared_ptr< Inertia > | get () override |
~InertiaParser () override=default | |
Public Member Functions inherited from ParserBase< Inertia > | |
const char * | getNameOf (const tinyxml2::XMLElement *xml) |
void | parse (const tinyxml2::XMLElement *xml) |
void | parse (const tinyxml2::XMLElement *xml) |
Additional Inherited Members | |
Protected Member Functions inherited from ParserBase< Inertia > | |
ParserBase () | |
virtual | ~ParserBase () |
Protected Member Functions inherited from ObjectBase | |
ObjectBase () | |
virtual | ~ObjectBase () |
virtual ObjectBase * | getPointer () |
Protected Attributes inherited from ParserBase< Inertia > | |
std::shared_ptr< Inertia > | Tptr |
Parses the link inertia and fills the member variables.
InertiaParser::InertiaParser | ( | ) |
|
overridedefault |
|
overridevirtual |
Implements ObjectBase.
|
overridevirtual |
Implements ObjectBase.
|
overridevirtual |
Reimplemented from ParserBase< Inertia >.
|
overridevirtual |
Implements ObjectBase.
|
overridevirtual |
Implements ObjectBase.
|
overridevirtual |
Reimplemented from ParserBase< Inertia >.
|
overridevirtual |
Implements ObjectBase.