CGAL 4.12.1 - Point Set Shape Detection
|
#include <CGAL/Shape_detection_3/property_maps.h>
Property map that associates a detected plane object (CGAL::Shape_detection_3::Plane
) to a CGAL::Plane_3
object.
Public Types | |
typedef CGAL::Shape_detection_3::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 | |
reference | get (const Plane_map &, const key_type &k) |
void | put (const Plane_map &, const key_type &k, const value_type &v) |