Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

vgl_convex.h File Reference


Detailed Description

Functions such as convex hull, convex union, convexify polygon, .

..

Author:
Peter Vanroose
Date:
14 November 2003

Definition in file vgl_convex.h.

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

Go to the source code of this file.

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.


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 Thu Jan 10 14:39:25 2008 for core/vgl by  doxygen 1.4.4