|
template<class LCC > |
LCC::Dart_handle | import_from_plane_graph (LCC &lcc, std::istream &ais) |
| Imports an embedded plane graph read from ais into lcc , a model of the LinearCellComplex concept. More...
|
|
template<class LCC > |
LCC::Vector | compute_normal_of_cell_0 (const LCC &lcc, typename LCC::Dart_const_handle dh) |
| Returns the normal vector of the 0-cell containing dh , i.e. the average of all the normal vectors of the 2-cells incident to the 0-cell containing dh . More...
|
|
template<class LCC > |
LCC::Vector | compute_normal_of_cell_2 (const LCC &lcc, typename LCC::Dart_const_handle dh) |
| Returns the normal vector of the 2-cell containing dh . More...
|
|
template<class LCC , class Polyhedron > |
LCC::Dart_handle | import_from_polyhedron_3 (LCC &lcc, const Polyhedron &apoly) |
| Imports apoly (a Polyhedron_3 ) into lcc , a model of the LinearCellComplex concept. More...
|
|
template<class LCC , class Triangulation_ > |
LCC::Dart_handle | import_from_triangulation_3 (LCC &lcc, const Triangulation_ &atr) |
| Imports atr (a Triangulation_3 ) into lcc , a model of the LinearCellComplex concept. More...
|
|