Project
Loading...
Searching...
No Matches
Edge.h File Reference
#include <utility>
#include <vector>
#include <iostream>
#include <iomanip>
#include "Interval.h"
#include "Vertex.h"

Go to the source code of this file.

Classes

class  o2::mch::contour::impl::ManhattanEdge< T >
 
class  o2::mch::contour::impl::VerticalEdge< T >
 
class  o2::mch::contour::impl::HorizontalEdge< T >
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::mch
 
namespace  o2::mch::contour
 
namespace  o2::mch::contour::impl
 

Functions

template<typename T >
bool o2::mch::contour::impl::isVertical (const ManhattanEdge< T > &edge)
 
template<typename T >
bool o2::mch::contour::impl::isHorizontal (const ManhattanEdge< T > &edge)
 
template<typename T >
o2::mch::contour::impl::top (const VerticalEdge< T > &edge)
 
template<typename T >
o2::mch::contour::impl::bottom (const VerticalEdge< T > &edge)
 
template<typename T >
bool o2::mch::contour::impl::isLeftEdge (const VerticalEdge< T > &edge)
 
template<typename T >
bool o2::mch::contour::impl::isRightEdge (const VerticalEdge< T > &edge)
 
template<typename T >
bool o2::mch::contour::impl::isTopToBottom (const VerticalEdge< T > &edge)
 
template<typename T >
bool o2::mch::contour::impl::isBottomToTop (const VerticalEdge< T > &edge)
 
template<typename T >
o2::mch::contour::impl::left (const HorizontalEdge< T > &edge)
 
template<typename T >
o2::mch::contour::impl::right (const HorizontalEdge< T > &edge)
 
template<typename T >
bool o2::mch::contour::impl::isLeftToRight (const HorizontalEdge< T > &edge)
 
template<typename T >
bool o2::mch::contour::impl::isRightToLeft (const HorizontalEdge< T > &edge)
 
template<typename T >
std::ostream & o2::mch::contour::impl::operator<< (std::ostream &os, const ManhattanEdge< T > &edge)
 
template<typename T >
std::ostream & o2::mch::contour::impl::operator<< (std::ostream &os, const VerticalEdge< T > &edge)
 
template<typename T >
std::ostream & o2::mch::contour::impl::operator<< (std::ostream &os, const HorizontalEdge< T > &edge)
 
template<typename T >
bool o2::mch::contour::impl::operator== (const ManhattanEdge< T > &lhs, const ManhattanEdge< T > &rhs)
 
template<typename T >
bool o2::mch::contour::impl::operator!= (const ManhattanEdge< T > &&lhs, const ManhattanEdge< T > &rhs)