#include <box.hh>
Public Types | |
typedef void | bkd_piter |
Backward Site_Iterator associated type. | |
typedef void | fwd_piter |
Forward Site_Iterator associated type. | |
typedef void | psite |
PSite associated type. | |
typedef void | site |
Site associated type. | |
Public Member Functions | |
const E & | bbox () const |
Return the bounding box of this point set. | |
bool | has (const psite &p) const |
Test if p belongs to this site set. | |
unsigned | nsites () const |
Return the number of points of this box. | |
const site & | pmax () const |
Give the box "maximum" point. | |
const site & | pmin () const |
Give the box "minimum" point. |
typedef void mln::doc::Site_Set< E >::bkd_piter [inherited] |
Backward Site_Iterator associated type.
typedef void mln::doc::Site_Set< E >::fwd_piter [inherited] |
Forward Site_Iterator associated type.
typedef void mln::doc::Site_Set< E >::psite [inherited] |
PSite associated type.
typedef void mln::doc::Site_Set< E >::site [inherited] |
Site associated type.
const E& mln::doc::Box< E >::bbox | ( | ) | const |
bool mln::doc::Site_Set< E >::has | ( | const psite & | p | ) | const [inherited] |
unsigned mln::doc::Box< E >::nsites | ( | ) | const |
Return the number of points of this box.
Return the number of points of this box. This method is declared by the mln::Site_Set concept.
const site& mln::doc::Box< E >::pmax | ( | ) | const |
const site& mln::doc::Box< E >::pmin | ( | ) | const |