#include <vgl_convex_hull_2d.h>
Definition at line 22 of file vgl_convex_hull_2d.h.
Public Member Functions | |
| vgl_convex_hull_2d (vcl_vector< vgl_point_2d< T > > const &points) | |
| ~vgl_convex_hull_2d () | |
| vgl_polygon< T > | hull () |
Private Member Functions | |
| vgl_convex_hull_2d () | |
| void | compute_hull () |
Private Attributes | |
| bool | hull_valid_ |
| vcl_vector< vgl_point_2d< T > > | points_ |
| vgl_polygon< T > | hull_ |
|
||||||||||
|
Definition at line 92 of file vgl_convex_hull_2d.txx. |
|
|||||||||
|
Definition at line 26 of file vgl_convex_hull_2d.h. |
|
|||||||||
|
|
|
|||||||||
|
Definition at line 99 of file vgl_convex_hull_2d.txx. |
|
|||||||||
|
Definition at line 139 of file vgl_convex_hull_2d.txx. |
|
|||||
|
Definition at line 33 of file vgl_convex_hull_2d.h. |
|
|||||
|
Definition at line 30 of file vgl_convex_hull_2d.h. |
|
|||||
|
Definition at line 32 of file vgl_convex_hull_2d.h. |
1.4.4