CARTA Backend
The backend component of CARTA
Loading...
Searching...
No Matches
carta::Bounds< T > Struct Template Reference

#include <BasicStatsCalculator.h>

Collaboration diagram for carta::Bounds< T >:
[legend]

Public Member Functions

 Bounds ()
 
 Bounds (T min_, T max_)
 
 Bounds (const CARTA::DoubleBounds &bounds)
 
bool Equal (T num1, T num2) const
 
template<typename U >
bool Invalid () const
 
bool operator== (const Bounds< T > &rhs) const
 
bool operator!= (const Bounds< T > &rhs) const
 

Public Attributes

min
 
max
 

Constructor & Destructor Documentation

◆ Bounds() [1/3]

template<typename T >
carta::Bounds< T >::Bounds ( )
inline

◆ Bounds() [2/3]

template<typename T >
carta::Bounds< T >::Bounds ( min_,
max_ 
)
inline

◆ Bounds() [3/3]

template<typename T >
carta::Bounds< T >::Bounds ( const CARTA::DoubleBounds< T > &  bounds)
inline

Member Function Documentation

◆ Equal()

template<typename T >
bool carta::Bounds< T >::Equal ( num1,
num2 
) const
inline
Here is the caller graph for this function:

◆ Invalid()

template<typename T >
template<typename U >
bool carta::Bounds< T >::Invalid ( ) const
inline
Here is the caller graph for this function:

◆ operator!=()

template<typename T >
bool carta::Bounds< T >::operator!= ( const Bounds< T > &  rhs) const
inline
Here is the call graph for this function:

◆ operator==()

template<typename T >
bool carta::Bounds< T >::operator== ( const Bounds< T > &  rhs) const
inline
Here is the call graph for this function:

Member Data Documentation

◆ max

template<typename T >
T carta::Bounds< T >::max

◆ min

template<typename T >
T carta::Bounds< T >::min

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