Choreonoid
1.5
|
This is the base class of the dae parser. More...
#include <DaeNode.h>
Public Member Functions | |
DaeNode () | |
DaeNodePtr | clone () |
![]() | |
Dae () | |
![]() | |
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 |
![]() | |
std::string | id |
Protected Member Functions | |
void | addChild (DaeNodePtr node) |
![]() | |
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 |