#include <vgl_algo_fwd.h>
Public Member Functions | |
| vgl_convex_hull_2d (std::vector< vgl_point_2d< T > > const &points) | |
| ~vgl_convex_hull_2d ()=default | |
| vgl_polygon< T > | hull () |
| vgl_oriented_box_2d< T > | min_area_enclosing_rectangle () |
| the oriented box enclosing the hull with minimum area. More... | |
Private Member Functions | |
| vgl_convex_hull_2d ()=delete | |
| void | compute_hull () |
Private Attributes | |
| bool | hull_valid_ |
| std::vector< vgl_point_2d< T > > | points_ |
| vgl_polygon< T > | hull_ |
Definition at line 16 of file vgl_algo_fwd.h.
| vgl_convex_hull_2d< T >::vgl_convex_hull_2d | ( | std::vector< vgl_point_2d< T > > const & | points | ) |
Definition at line 100 of file vgl_convex_hull_2d.hxx.
|
default |
|
privatedelete |
|
private |
Definition at line 107 of file vgl_convex_hull_2d.hxx.
| vgl_polygon< T > vgl_convex_hull_2d< T >::hull | ( | ) |
Definition at line 150 of file vgl_convex_hull_2d.hxx.
| vgl_oriented_box_2d< T > vgl_convex_hull_2d< T >::min_area_enclosing_rectangle | ( | ) |
the oriented box enclosing the hull with minimum area.
Definition at line 157 of file vgl_convex_hull_2d.hxx.
|
private |
Definition at line 35 of file vgl_convex_hull_2d.h.
|
private |
Definition at line 32 of file vgl_convex_hull_2d.h.
|
private |
Definition at line 34 of file vgl_convex_hull_2d.h.
1.8.15