$extrastylesheet
#include <mln/util/site_pair.hh>
Public Member Functions | |
| site_pair () | |
| site_pair (const P &first, const P &second) | |
| const P & | first () const |
| const util::ord_pair< P > & | pair () const |
| const P & | second () const |
Public Types | |
| typedef Object< void > | category |
| typedef P::coord | coord |
| typedef site_pair< P > | exact_t |
A pair of sites.
It can be used as site.
Definition at line 53 of file site_pair.hh.
| mln::util::site_pair< P >::site_pair | ( | ) |
| mln::util::site_pair< P >::site_pair | ( | const P & | first, |
| const P & | second | ||
| ) |
| const P& mln::util::site_pair< P >::first | ( | ) | const |
Return the first site.
| const util::ord_pair<P>& mln::util::site_pair< P >::pair | ( | ) | const |
Return the underlying pair.
| const P& mln::util::site_pair< P >::second | ( | ) | const |
Return the second site.
|
inherited |
| typedef P ::coord mln::util::site_pair< P >::coord |
Definition at line 58 of file site_pair.hh.