|
ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
|
#include <Registry.hpp>

Public Member Functions | |
| virtual | ~Registry ()=default |
| template<typename Key, typename T> | |
| std::pair< boost::associative_property_map< std::map< Key, T > >, bool > | add_property_map (const std::string &name) |
| template<typename Key, typename T> | |
| const boost::associative_property_map< std::map< Key, T > > | property_map (const std::string &name) const |
Definition at line 17 of file Registry.hpp.
|
virtualdefault |
|
inline |
Definition at line 27 of file Registry.hpp.
Referenced by ReUseX::geometry::CellComplex::compute_face_coverage(), and ReUseX::geometry::CellComplex::compute_room_probabilities().
|
inline |
Definition at line 45 of file Registry.hpp.
References ReUseX::core::error.