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

Public Member Functions

 less_than_x (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_x< T >

Definition at line 1914 of file Triangulation.hpp.

Constructor & Destructor Documentation

◆ less_than_x()

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

Definition at line 1919 of file Triangulation.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 1922 of file Triangulation.hpp.


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