core/vgl/vgl_convex.txx File Reference


Detailed Description

Definition in file vgl_convex.txx.

#include <vcl_limits.h>
#include <vcl_cmath.h>
#include <vcl_list.h>

Go to the source code of this file.


Defines

#define VGL_CONVEX_INSTANTIATE(T)   template vgl_polygon<T > vgl_convex_hull(const vcl_vector<vgl_point_2d<T > >&)

Functions

template<class T>
vgl_polygon< T > vgl_convex_hull (vcl_vector< vgl_point_2d< T > > const &points)
 Return a single-sheet polygon which is the smallest one containing all given points.

Define Documentation

#define VGL_CONVEX_INSTANTIATE (  )     template vgl_polygon<T > vgl_convex_hull(const vcl_vector<vgl_point_2d<T > >&)

Definition at line 93 of file vgl_convex.txx.


Function Documentation

template<class T>
vgl_polygon<T> vgl_convex_hull ( vcl_vector< vgl_point_2d< T > > const &  points  ) 

Return a single-sheet polygon which is the smallest one containing all given points.

Definition at line 32 of file vgl_convex.txx.


Generated on Mon Mar 8 05:07:53 2010 for core/vgl by  doxygen 1.5.1