Project
Loading...
Searching...
No Matches
o2::mch::contour::impl::Interval< T > Class Template Reference

#include <Interval.h>

Public Member Functions

 Interval (T b={}, T e={})
 
bool isFullyContainedIn (Interval i) const
 
begin () const
 
end () const
 
bool extend (const Interval &i)
 
bool operator== (const Interval &rhs) const
 
bool operator!= (const Interval &rhs) const
 

Detailed Description

template<typename T>
class o2::mch::contour::impl::Interval< T >

Definition at line 31 of file Interval.h.

Constructor & Destructor Documentation

◆ Interval()

template<typename T >
o2::mch::contour::impl::Interval< T >::Interval ( b = {},
e = {} 
)
inline

Definition at line 34 of file Interval.h.

Member Function Documentation

◆ begin()

template<typename T >
T o2::mch::contour::impl::Interval< T >::begin ( ) const
inline

Definition at line 46 of file Interval.h.

◆ end()

template<typename T >
T o2::mch::contour::impl::Interval< T >::end ( ) const
inline

Definition at line 48 of file Interval.h.

◆ extend()

template<typename T >
bool o2::mch::contour::impl::Interval< T >::extend ( const Interval< T > &  i)
inline

Definition at line 50 of file Interval.h.

◆ isFullyContainedIn()

template<typename T >
bool o2::mch::contour::impl::Interval< T >::isFullyContainedIn ( Interval< T >  i) const
inline

Definition at line 41 of file Interval.h.

◆ operator!=()

template<typename T >
bool o2::mch::contour::impl::Interval< T >::operator!= ( const Interval< T > &  rhs) const
inline

Definition at line 62 of file Interval.h.

◆ operator==()

template<typename T >
bool o2::mch::contour::impl::Interval< T >::operator== ( const Interval< T > &  rhs) const
inline

Definition at line 60 of file Interval.h.


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