CGAL 5.4.1 - Shape Detection
|
#include <CGAL/Shape_detection/Efficient_RANSAC/property_map.h>
Property map that associates a detected plane object CGAL::Shape_detection::Plane
to a CGAL::Plane_3
object.
Public Types | |
typedef CGAL::Shape_detection::Plane< Traits > | Plane_shape |
typedef boost::shared_ptr< Plane_shape > | key_type |
typedef Traits::Plane_3 | value_type |
typedef value_type | reference |
typedef boost::read_write_property_map_tag | category |
Friends | |
value_type | get (const Plane_map &, const key_type &k) |
void | put (const Plane_map &, const key_type &k, const value_type &v) |