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

#include <geometricalgorithms.H>

Public Member Functions

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

Detailed Description

template<class PolygonType>
class Designar::QuickHull< PolygonType >

Builds a convex hull from a points set by quick hull algorithm.

Author
Alejandro J. Mujica

Member Function Documentation

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

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