$extrastylesheet
#include <mln/core/alias/complex_geometry.hh>
Public Member Functions | |
space_2complex_geometry () | |
unsigned | add_location (const point3df &p) |
site | operator() (const mln::topo::face< D > &f) const |
void | reserve (size_t n) |
Public Types | |
typedef point3df | location |
typedef util::multi_site < point3df > | site |
Type alias for the geometry of a 2-complex located in a 3-dimensional space (with floating-point coordinates).
Definition at line 24 of file complex_geometry.dox.
mln::space_2complex_geometry::space_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.