|
ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
|
#include <regularization.hpp>
Public Types | |
| using | key_type = PointT |
| using | value_type = typename Kernel::Point_3 |
| using | reference = value_type |
| using | category = boost::readable_property_map_tag |
Public Member Functions | |
| value_type | operator[] (const key_type &pt) const |
Friends | |
| value_type | get (const point_map &, const key_type &pt) |
| void | put (const point_map &, key_type &pt, const value_type &val) |
Definition at line 52 of file regularization.hpp.
| using point_map< Kernel, PointT >::category = boost::readable_property_map_tag |
Definition at line 57 of file regularization.hpp.
Definition at line 54 of file regularization.hpp.
| using point_map< Kernel, PointT >::reference = value_type |
Definition at line 56 of file regularization.hpp.
| using point_map< Kernel, PointT >::value_type = typename Kernel::Point_3 |
Definition at line 55 of file regularization.hpp.
|
inline |
Definition at line 58 of file regularization.hpp.
|
friend |
Definition at line 62 of file regularization.hpp.
|
friend |
Definition at line 66 of file regularization.hpp.