|
Choreonoid
1.5
|
This is the base class of the dae parser. More...
#include <DaeNode.h>
Public Member Functions | |
| DaeNode () | |
| DaeNodePtr | clone () |
Public Member Functions inherited from cnoid::Dae | |
| Dae () | |
Public Member Functions inherited from cnoid::Referenced | |
| virtual | ~Referenced () |
| void | addRef () |
| void | releaseRef () |
Public Attributes | |
| std::string | name |
| std::string | refNodeId |
| std::string | refName |
| DaeNodePtr | parent |
| DaeTransform | transform |
| DaeGeometries | geometries |
| DaeNodeStack | stack |
| DaeNodes | children |
| int | type |
Public Attributes inherited from cnoid::Dae | |
| std::string | id |
Protected Member Functions | |
| void | addChild (DaeNodePtr node) |
Protected Member Functions inherited from cnoid::Referenced | |
| Referenced () | |
| Referenced (const Referenced &org) | |
| int | refCount () const |
This is the base class of the dae parser.
|
inline |
|
protected |
| DaeNodePtr cnoid::DaeNode::clone | ( | ) |
| DaeNodes cnoid::DaeNode::children |
| DaeGeometries cnoid::DaeNode::geometries |
| std::string cnoid::DaeNode::name |
| DaeNodePtr cnoid::DaeNode::parent |
| std::string cnoid::DaeNode::refName |
| std::string cnoid::DaeNode::refNodeId |
| DaeNodeStack cnoid::DaeNode::stack |
| DaeTransform cnoid::DaeNode::transform |
| int cnoid::DaeNode::type |
1.8.13