CDT  1.4.2
C++ library for constrained Delaunay triangulation
 
Loading...
Searching...
No Matches
CDT::detail::less_than_y< T > Class Template Reference

Public Member Functions

 less_than_y (const std::vector< V2d< T > > &vertices)
 
bool operator() (const VertInd a, const VertInd b) const
 

Detailed Description

template<typename T>
class CDT::detail::less_than_y< T >

Definition at line 2006 of file Triangulation.hpp.

Constructor & Destructor Documentation

◆ less_than_y()

template<typename T>
CDT::detail::less_than_y< T >::less_than_y ( const std::vector< V2d< T > > & vertices)
inline

Definition at line 2011 of file Triangulation.hpp.

Member Function Documentation

◆ operator()()

template<typename T>
bool CDT::detail::less_than_y< T >::operator() ( const VertInd a,
const VertInd b ) const
inline

Definition at line 2014 of file Triangulation.hpp.


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