#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.   | |
Definition at line 36 of file core/concept/doc/box.hh.
typedef void mln::doc::Site_Set< E >::bkd_piter [inherited]           | 
        
Backward Site_Iterator associated type.
Definition at line 53 of file mln/core/concept/doc/site_set.hh.
typedef void mln::doc::Site_Set< E >::fwd_piter [inherited]           | 
        
Forward Site_Iterator associated type.
Definition at line 49 of file mln/core/concept/doc/site_set.hh.
typedef void mln::doc::Site_Set< E >::psite [inherited]           | 
        
typedef void mln::doc::Site_Set< E >::site [inherited]           | 
        
| 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 | 
 1.5.6