Class CachedMeshLoader
Defined in File loader.h
Nested Relationships
Nested Types
Inheritance Relationships
Base Type
public hpp::fcl::MeshLoader
(Class MeshLoader)
Class Documentation
-
class CachedMeshLoader : public hpp::fcl::MeshLoader
Class for building polyhedron from files with cache mechanism. This class builds a new object for each different file. If method CachedMeshLoader::load is called twice with the same arguments, the second call returns the result of the first call.
Public Functions
-
inline virtual ~CachedMeshLoader()
-
virtual BVHModelPtr_t load(const std::string &filename, const Vec3f &scale)
-
struct Key
Public Functions
-
bool operator<(const CachedMeshLoader::Key &b) const
-
bool operator<(const CachedMeshLoader::Key &b) const
-
struct Value
-
inline virtual ~CachedMeshLoader()