coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
coal::CachedMeshLoader::Key Struct Reference

#include <coal/mesh_loader/loader.h>

Public Member Functions

 Key (const std::string &f, const Vec3s &s)
 
bool operator< (const CachedMeshLoader::Key &b) const
 

Public Attributes

std::string filename
 
Vec3s scale
 

Constructor & Destructor Documentation

◆ Key()

coal::CachedMeshLoader::Key::Key ( const std::string &  f,
const Vec3s s 
)
inline

Member Function Documentation

◆ operator<()

bool coal::CachedMeshLoader::Key::operator< ( const CachedMeshLoader::Key b) const

Member Data Documentation

◆ filename

std::string coal::CachedMeshLoader::Key::filename

◆ scale

Vec3s coal::CachedMeshLoader::Key::scale

The documentation for this struct was generated from the following file: