VPTissue Reference Manual
ChainHull.h File Reference

Interface for ChainHull. More...

#include <array>
#include <vector>
Include dependency graph for ChainHull.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SimPT_Sim::ChainHull
 Compute the convex hull of a set of two-dimensional points. More...
 
class  SimPT_Sim::ChainHull::Point
 Point class needed by 2D convex hull code. More...
 

Namespaces

 SimPT_Sim
 Namespace for the core simulator.
 

Functions

bool SimPT_Sim::operator< (ChainHull::Point const &p1, ChainHull::Point const &p2)
 Required to sort points (e.g. More...
 

Detailed Description

Interface for ChainHull.

Definition in file ChainHull.h.