#include <BodyLoader.h>
| BodyLoader::BodyLoader |
( |
| ) |
|
| BodyLoader::~BodyLoader |
( |
| ) |
|
| const char * BodyLoader::format |
( |
| ) |
const |
|
virtual |
- Todo:
- Modify the API for getting the format information so that multipule formats can be supported and more detailed information can be obtained.
Implements cnoid::AbstractBodyLoader.
| bool BodyLoader::load |
( |
Body * |
body, |
|
|
const std::string & |
filename |
|
) |
| |
|
virtual |
| Body * BodyLoader::load |
( |
const std::string & |
filename | ) |
|
| bool BodyLoader::registerLoader |
( |
const std::string & |
extension, |
|
|
boost::function< AbstractBodyLoaderPtr()> |
factory |
|
) |
| |
|
static |
| void BodyLoader::setDefaultCreaseAngle |
( |
double |
theta | ) |
|
|
virtual |
| void BodyLoader::setDefaultDivisionNumber |
( |
int |
n | ) |
|
|
virtual |
| void BodyLoader::setMessageSink |
( |
std::ostream & |
os | ) |
|
|
virtual |
| void BodyLoader::setShapeLoadingEnabled |
( |
bool |
on | ) |
|
|
virtual |
| void BodyLoader::setVerbose |
( |
bool |
on | ) |
|
|
virtual |
The documentation for this class was generated from the following files: