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

Public Member Functions

 FixedCapacityQueue (const std::size_t capacity)
 
bool empty () const
 
const T & front () const
 
void pop ()
 
void push (const T &t)
 

Detailed Description

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

Definition at line 1861 of file Triangulation.hpp.

Constructor & Destructor Documentation

◆ FixedCapacityQueue()

template<typename T >
CDT::detail::FixedCapacityQueue< T >::FixedCapacityQueue ( const std::size_t capacity)
inline

Definition at line 1864 of file Triangulation.hpp.

Member Function Documentation

◆ empty()

template<typename T >
bool CDT::detail::FixedCapacityQueue< T >::empty ( ) const
inline

Definition at line 1870 of file Triangulation.hpp.

◆ front()

template<typename T >
const T & CDT::detail::FixedCapacityQueue< T >::front ( ) const
inline

Definition at line 1874 of file Triangulation.hpp.

◆ pop()

template<typename T >
void CDT::detail::FixedCapacityQueue< T >::pop ( )
inline

Definition at line 1878 of file Triangulation.hpp.

◆ push()

template<typename T >
void CDT::detail::FixedCapacityQueue< T >::push ( const T & t)
inline

Definition at line 1886 of file Triangulation.hpp.


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