Classes | Macros
vgl_convex_hull_2d.h File Reference

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

#include <vector>
#include <vgl/vgl_point_2d.h>
#include <vgl/vgl_polygon.h>
#include <vgl/vgl_oriented_box_2d.h>

Go to the source code of this file.

Classes

class  vgl_convex_hull_2d< T >
 

Macros

#define VGL_CONVEX_HULL_2D_INSTANTIATE(T)   extern "please include vgl/algo/vgl_convex_hull_2d.hxx 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 .hxx file for details)

Definition in file vgl_convex_hull_2d.h.

Macro Definition Documentation

◆ VGL_CONVEX_HULL_2D_INSTANTIATE

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

Definition at line 38 of file vgl_convex_hull_2d.h.