DeSiGNAR  0.5a
Data Structures General Library
Classes | Public Member Functions | List of all members
Designar::BruteForceConvexHull< PolygonType > Class Template Reference

#include <geometricalgorithms.H>

Public Member Functions

PolygonType operator() (const SLList< PointType > &point_set)
 

Detailed Description

template<class PolygonType>
class Designar::BruteForceConvexHull< PolygonType >

Builds a convex hull from a points set by brute force.

Author
Alejandro J. Mujica

Member Function Documentation

template<class PolygonType >
PolygonType Designar::BruteForceConvexHull< PolygonType >::operator() ( const SLList< PointType > &  point_set)
inline

The documentation for this class was generated from the following file: