#include "ColladaUtil.h"
#include "BodyInfoCollada_impl.h"
#include "hrpUtil/UrlUtil.h"
#include "hrpCorba/ViewSimulator.hh"
#include <sys/stat.h>
#include <boost/typeof/typeof.hpp>
Go to the source code of this file.
Classes | |
class | ColladaReader |
The colladadom reader that fills in the BodyInfoCollada_impl class. More... | |
class | ColladaReader::ConstraintBinding |
class | ColladaReader::JointAxisBinding |
class | ColladaReader::KinematicsSceneBindings |
inter-collada bindings for a kinematics scene More... | |
class | ColladaReader::LinkBinding |
Macros | |
#define | FOREACH(it, v) for(BOOST_TYPEOF((v).begin()) it = (v).begin(); it != (v).end(); (it)++) |
#define | printArray printArrayDEBUG |
#define | printArrayDEBUG(name, ary) |
#define | printArrayWARN(name, ary) |
Functions | |
void | operator<< (std::ostream &os, const OpenHRP::DblArray12 &ttemp) |
Used OpenRAVE files for reference.
Definition in file BodyInfoCollada_impl.cpp.
#define FOREACH | ( | it, | |
v | |||
) | for(BOOST_TYPEOF((v).begin()) it = (v).begin(); it != (v).end(); (it)++) |
Definition at line 29 of file BodyInfoCollada_impl.cpp.
#define printArray printArrayDEBUG |
Definition at line 54 of file BodyInfoCollada_impl.cpp.
#define printArrayDEBUG | ( | name, | |
ary | |||
) |
Definition at line 50 of file BodyInfoCollada_impl.cpp.
#define printArrayWARN | ( | name, | |
ary | |||
) |
Definition at line 46 of file BodyInfoCollada_impl.cpp.
Definition at line 39 of file BodyInfoCollada_impl.cpp.