ReUseX  0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
plane_map< Kernel, Scalar > Struct Template Reference

#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)

Detailed Description

template<typename Kernel, typename Scalar>
struct plane_map< Kernel, Scalar >

Definition at line 24 of file regularization.hpp.

Member Typedef Documentation

◆ category

template<typename Kernel, typename Scalar>
using plane_map< Kernel, Scalar >::category
Initial value:
boost::readable_property_map_tag

Definition at line 32 of file regularization.hpp.

◆ FT

template<typename Kernel, typename Scalar>
using plane_map< Kernel, Scalar >::FT = typename Kernel::FT

Definition at line 35 of file regularization.hpp.

◆ key_type

template<typename Kernel, typename Scalar>
using plane_map< Kernel, Scalar >::key_type
Initial value:
Eigen::Matrix<Scalar, 4, 1>

Definition at line 26 of file regularization.hpp.

◆ reference

template<typename Kernel, typename Scalar>
using plane_map< Kernel, Scalar >::reference = value_type

Definition at line 30 of file regularization.hpp.

◆ value_type

template<typename Kernel, typename Scalar>
using plane_map< Kernel, Scalar >::value_type = typename Kernel::Plane_3

Definition at line 28 of file regularization.hpp.

Member Function Documentation

◆ operator[]()

template<typename Kernel, typename Scalar>
value_type plane_map< Kernel, Scalar >::operator[] ( const key_type & p) const
inline

Definition at line 37 of file regularization.hpp.

◆ get

template<typename Kernel, typename Scalar>
value_type get ( const plane_map< Kernel, Scalar > & ,
const key_type & p )
friend

Definition at line 40 of file regularization.hpp.

◆ put

template<typename Kernel, typename Scalar>
void put ( const plane_map< Kernel, Scalar > & ,
key_type & p,
const value_type & val )
friend

Definition at line 44 of file regularization.hpp.


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