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

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

Detailed Description

template<typename Kernel, typename PointT>
struct point_map< Kernel, PointT >

Definition at line 52 of file regularization.hpp.

Member Typedef Documentation

◆ category

template<typename Kernel, typename PointT>
using point_map< Kernel, PointT >::category = boost::readable_property_map_tag

Definition at line 57 of file regularization.hpp.

◆ key_type

template<typename Kernel, typename PointT>
using point_map< Kernel, PointT >::key_type = PointT

Definition at line 54 of file regularization.hpp.

◆ reference

template<typename Kernel, typename PointT>
using point_map< Kernel, PointT >::reference = value_type

Definition at line 56 of file regularization.hpp.

◆ value_type

template<typename Kernel, typename PointT>
using point_map< Kernel, PointT >::value_type = typename Kernel::Point_3

Definition at line 55 of file regularization.hpp.

Member Function Documentation

◆ operator[]()

template<typename Kernel, typename PointT>
value_type point_map< Kernel, PointT >::operator[] ( const key_type & pt) const
inline

Definition at line 58 of file regularization.hpp.

◆ get

template<typename Kernel, typename PointT>
value_type get ( const point_map< Kernel, PointT > & ,
const key_type & pt )
friend

Definition at line 62 of file regularization.hpp.

◆ put

template<typename Kernel, typename PointT>
void put ( const point_map< Kernel, PointT > & ,
key_type & pt,
const value_type & val )
friend

Definition at line 66 of file regularization.hpp.


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