Classes | Defines
core/vgl/algo/vgl_convex_hull_2d.h File Reference

Compute the convex hull of a 2-d point set. More...

#include <vcl_vector.h>
#include <vgl/vgl_point_2d.h>
#include <vgl/vgl_polygon.h>

Go to the source code of this file.

Classes

class  vgl_convex_hull_2d< T >

Defines

#define VGL_CONVEX_HULL_2D_INSTANTIATE(T)   extern "please include vgl/algo/vgl_convex_hull_2d.txx first"

Detailed Description

Compute the convex hull of a 2-d point set.

    Modifications
     July 13 2004 - J.L. Mundy - Converted to vgl interface
                    from code by Ken Clarkson (see .txx file for details)
   

Definition in file vgl_convex_hull_2d.h.


Define Documentation

#define VGL_CONVEX_HULL_2D_INSTANTIATE (   T)    extern "please include vgl/algo/vgl_convex_hull_2d.txx first"

Definition at line 36 of file vgl_convex_hull_2d.h.