|
ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
|
#include <regularization.hpp>
Public Types | |
| using | key_type |
| using | value_type = typename Kernel::Plane_3 |
| using | reference = value_type |
| using | category |
| using | FT = typename Kernel::FT |
Public Member Functions | |
| value_type | operator[] (const key_type &p) const |
Friends | |
| value_type | get (const plane_map &, const key_type &p) |
| void | put (const plane_map &, key_type &p, const value_type &val) |
Definition at line 24 of file regularization.hpp.
| using plane_map< Kernel, Scalar >::category |
Definition at line 32 of file regularization.hpp.
| using plane_map< Kernel, Scalar >::FT = typename Kernel::FT |
Definition at line 35 of file regularization.hpp.
| using plane_map< Kernel, Scalar >::key_type |
Definition at line 26 of file regularization.hpp.
| using plane_map< Kernel, Scalar >::reference = value_type |
Definition at line 30 of file regularization.hpp.
| using plane_map< Kernel, Scalar >::value_type = typename Kernel::Plane_3 |
Definition at line 28 of file regularization.hpp.
|
inline |
Definition at line 37 of file regularization.hpp.
|
friend |
Definition at line 40 of file regularization.hpp.
|
friend |
Definition at line 44 of file regularization.hpp.