$extrastylesheet
#include <mln/core/alias/complex_geometry.hh>
Public Member Functions | |
discrete_plane_2complex_geometry () | |
unsigned | add_location (const point2d &p) |
site | operator() (const mln::topo::face< D > &f) const |
void | reserve (size_t n) |
Public Types | |
typedef point2d | location |
typedef util::multi_site< point2d > | site |
Type alias for the geometry of a 2-complex located in a discrete 2-dimensional plane (with integer coordinates).
Definition at line 15 of file complex_geometry.dox.
mln::discrete_plane_2complex_geometry::discrete_plane_2complex_geometry | ( | ) |
|
inherited |
Populate the set of locations.
Append a new location p. Return the index of the newly created location (which should semantically match the id of the corresonding 0-face in the complex).
|
inherited |
Retrieve the site associated to f.
|
inherited |
Pre-allocate memory.
|
inherited |
Definition at line 92 of file geom/complex_geometry.hh.
|
inherited |
Definition at line 93 of file geom/complex_geometry.hh.