MEPP2 Project
Classes | Typedefs | Functions
test_not_2_manifold_linear_cell_complex.cpp File Reference
#include <iostream>
#include <fstream>
#include <CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h>
#include "FEVV/Wrappings/Geometry_traits_cgal_linear_cell_complex.h"
#include <CGAL/Linear_cell_complex_incremental_builder.h>
#include <CGAL/Combinatorial_map_constructors.h>
#include <CGAL/Cartesian.h>
Include dependency graph for test_not_2_manifold_linear_cell_complex.cpp:

Go to the source code of this file.

Classes

struct  Myitem
 
struct  Myitem::Dart_wrapper< Refs >
 

Typedefs

typedef CGAL::Cartesian< double > Kernel
 
typedef Kernel::Point_3 Point
 
typedef Kernel::Vector_3 Vector
 
typedef CGAL::Linear_cell_complex_traits< 3, KernelMyTraits
 
typedef CGAL::Linear_cell_complex_for_combinatorial_map< 2, 3, MyTraits, MyitemLCC
 

Functions

int main (void)
 

Typedef Documentation

◆ Kernel

typedef CGAL::Cartesian< double > Kernel

Definition at line 22 of file test_not_2_manifold_linear_cell_complex.cpp.

◆ LCC

typedef CGAL:: Linear_cell_complex_for_combinatorial_map< 2, 3, MyTraits, Myitem > LCC

Definition at line 42 of file test_not_2_manifold_linear_cell_complex.cpp.

◆ MyTraits

typedef CGAL::Linear_cell_complex_traits< 3, Kernel > MyTraits

Definition at line 25 of file test_not_2_manifold_linear_cell_complex.cpp.

◆ Point

typedef Kernel::Point_3 Point

Definition at line 23 of file test_not_2_manifold_linear_cell_complex.cpp.

◆ Vector

typedef Kernel::Vector_3 Vector

Definition at line 24 of file test_not_2_manifold_linear_cell_complex.cpp.

Function Documentation

◆ main()

int main ( void  )

Definition at line 46 of file test_not_2_manifold_linear_cell_complex.cpp.