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

#include <BBox.h>

Public Member Functions

 BBox (T xmin, T ymin, T xmax, T ymax)
 
xmin () const
 
xmax () const
 
ymin () const
 
ymax () const
 
xcenter () const
 
ycenter () const
 
width () const
 
height () const
 
bool contains (const BBox< T > &a) const
 

Friends

bool operator== (const BBox &lhs, const BBox &rhs)
 
bool operator!= (const BBox &lhs, const BBox &rhs)
 
std::ostream & operator<< (std::ostream &os, const BBox &box)
 

Detailed Description

template<typename T>
class o2::mch::contour::BBox< T >

Definition at line 30 of file BBox.h.

Constructor & Destructor Documentation

◆ BBox()

template<typename T >
o2::mch::contour::BBox< T >::BBox ( xmin,
ymin,
xmax,
ymax 
)
inline

Definition at line 33 of file BBox.h.

Member Function Documentation

◆ contains()

template<typename T >
bool o2::mch::contour::BBox< T >::contains ( const BBox< T > &  a) const
inline

Definition at line 70 of file BBox.h.

◆ height()

template<typename T >
T o2::mch::contour::BBox< T >::height ( ) const
inline

Definition at line 54 of file BBox.h.

◆ width()

template<typename T >
T o2::mch::contour::BBox< T >::width ( ) const
inline

Definition at line 52 of file BBox.h.

◆ xcenter()

template<typename T >
T o2::mch::contour::BBox< T >::xcenter ( ) const
inline

Definition at line 48 of file BBox.h.

◆ xmax()

template<typename T >
T o2::mch::contour::BBox< T >::xmax ( ) const
inline

Definition at line 42 of file BBox.h.

◆ xmin()

template<typename T >
T o2::mch::contour::BBox< T >::xmin ( ) const
inline

Definition at line 40 of file BBox.h.

◆ ycenter()

template<typename T >
T o2::mch::contour::BBox< T >::ycenter ( ) const
inline

Definition at line 50 of file BBox.h.

◆ ymax()

template<typename T >
T o2::mch::contour::BBox< T >::ymax ( ) const
inline

Definition at line 46 of file BBox.h.

◆ ymin()

template<typename T >
T o2::mch::contour::BBox< T >::ymin ( ) const
inline

Definition at line 44 of file BBox.h.

Friends And Related Symbol Documentation

◆ operator!=

template<typename T >
bool operator!= ( const BBox< T > &  lhs,
const BBox< T > &  rhs 
)
friend

Definition at line 62 of file BBox.h.

◆ operator<<

template<typename T >
std::ostream & operator<< ( std::ostream &  os,
const BBox< T > &  box 
)
friend

Definition at line 64 of file BBox.h.

◆ operator==

template<typename T >
bool operator== ( const BBox< T > &  lhs,
const BBox< T > &  rhs 
)
friend

Definition at line 56 of file BBox.h.


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