ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
reusex::geometry::Registry Class Reference

#include <Registry.hpp>

Inheritance diagram for reusex::geometry::Registry:

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

Detailed Description

Definition at line 17 of file Registry.hpp.

Constructor & Destructor Documentation

◆ ~Registry()

virtual reusex::geometry::Registry::~Registry ( )
virtualdefault

Member Function Documentation

◆ add_property_map()

template<typename Key, typename T>
std::pair< boost::associative_property_map< std::map< Key, T > >, bool > reusex::geometry::Registry::add_property_map ( const std::string & name)
inline

◆ property_map()

template<typename Key, typename T>
const boost::associative_property_map< std::map< Key, T > > reusex::geometry::Registry::property_map ( const std::string & name) const
inline

Definition at line 45 of file Registry.hpp.

References reusex::error().


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