#include <loader.h>
Public Member Functions | |
virtual BVHModelPtr_t | load (const std::string &filename, const Vec3s &scale=Vec3s::Ones()) |
virtual CollisionGeometryPtr_t | loadOctree (const std::string &filename) |
MeshLoader (const NODE_TYPE &bvType=BV_OBBRSS) | |
virtual | ~MeshLoader () |
Private Attributes | |
const NODE_TYPE | bvType_ |
Base class for building polyhedron from files. This class builds a new object for each file.
Definition at line 52 of file coal/mesh_loader/loader.h.
|
inlinevirtual |
Definition at line 54 of file coal/mesh_loader/loader.h.
Definition at line 63 of file coal/mesh_loader/loader.h.
|
virtual |
Reimplemented in coal::CachedMeshLoader.
Definition at line 67 of file loader.cpp.
|
virtual |
Create an OcTree from a file in binary octomap format.
Definition at line 92 of file loader.cpp.
|
private |
Definition at line 66 of file coal/mesh_loader/loader.h.