\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.4 - Linear Cell Complex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL Namespace Reference

Classes

class  Cell_attribute_with_point
 The class Cell_attribute_with_point represents an attribute containing a point and containing an information when Info_ is different from void. More...
 
class  Linear_cell_complex
 The class Linear_cell_complex represents a linear cell complex in dimension d, in an ambient space of dimension d2. More...
 
class  Linear_cell_complex_min_items
 The class Linear_cell_complex_min_items defines the type of darts, which is a Dart_wrapper::Dart<d,LCC>, and the traits class used. More...
 
class  Linear_cell_complex_traits
 This geometric traits concept is used in the Linear_cell_complex class. More...
 

Functions

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. 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. 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. 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...