|
libalmath
2.5.7.1
|
#include <colladascenebuilder.h>
Public Member Functions | |
| ColladaSceneBuilder (const Config &config=Config()) | |
| ~ColladaSceneBuilder () | |
| void | xAddMesh (const Mesh &mesh, const Eigen::Affine3f &tf) |
| ColladaSceneBuilder (const ColladaSceneBuilder &other) | |
| ColladaSceneBuilder & | operator= (const ColladaSceneBuilder &other) |
Public Member Functions inherited from AL::SceneBuilder | |
| SceneBuilder (const Config &_config) | |
| SceneBuilder (const SceneBuilder &other) | |
| virtual | ~SceneBuilder () |
| const Config & | getConfig () const |
| void | add (const Mesh &mesh, const Eigen::Affine3f &tf) |
| void | add (const Mesh &mesh, const Math::Transform &tf) |
| void | add (const Math::Sphere &shape, const Math::Transform &tf) |
| void | add (const Math::RoundedRectangle &shape, const Math::Transform &tf) |
| void | add (const Math::Pill &shape, const Math::Transform &tf) |
| void | add (const Math::Shape3D &shape, const Math::Transform &tf) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const ColladaSceneBuilder &builder) |
Additional Inherited Members |
Definition at line 24 of file colladascenebuilder.h.
| AL::ColladaSceneBuilder::~ColladaSceneBuilder | ( | ) |
| AL::ColladaSceneBuilder::ColladaSceneBuilder | ( | const ColladaSceneBuilder & | other | ) |
| ColladaSceneBuilder& AL::ColladaSceneBuilder::operator= | ( | const ColladaSceneBuilder & | other | ) |
|
virtual |
Implements AL::SceneBuilder.
|
friend |