ReUseX  0.0.1
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.


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