Defines | Functions
core/vgl/vgl_convex.txx File Reference
#include "vgl_convex.h"
#include <vcl_limits.h>
#include <vcl_cmath.h>
#include <vcl_list.h>

Go to the source code of this file.

Defines

#define vgl_convex_txx_
#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.

Detailed Description

Definition in file vgl_convex.txx.


Define Documentation

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

Definition at line 93 of file vgl_convex.txx.

#define vgl_convex_txx_

Definition at line 3 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.