|
MEPP2 Project
|
#include <fstream>#include <CGAL/Cartesian.h>#include <CGAL/Linear_cell_complex_for_combinatorial_map.h>#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 "FEVV/Filters/Generic/calculate_face_normals.hpp"#include "FEVV/Filters/Generic/scaling.hpp"#include "FEVV/Filters/Generic/Manifold/calculate_vertices_one_ring_barycenter.hpp"#include "FEVV/Filters/Generic/reposition_vertices.hpp"#include "FEVV/Operators/Generic/Manifold/collapse_edge.hpp"#include "FEVV/Filters/Generic/print_points.hpp"#include "FEVV/Filters/Generic/print_face_normals.hpp"
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, Kernel > | MyTraits |
| typedef CGAL::Linear_cell_complex_for_combinatorial_map< 2, 3, MyTraits, Myitem > | LCC |
Functions | |
| void | test_linear_cell_complex (char *filename) |
| int | main (int narg, char **argv) |
| typedef CGAL::Cartesian< double > Kernel |
Definition at line 34 of file test_linear_cell_complex.cpp.
Definition at line 54 of file test_linear_cell_complex.cpp.
Definition at line 37 of file test_linear_cell_complex.cpp.
| typedef Kernel::Point_3 Point |
Definition at line 35 of file test_linear_cell_complex.cpp.
| typedef Kernel::Vector_3 Vector |
Definition at line 36 of file test_linear_cell_complex.cpp.
| int main | ( | int | narg, |
| char ** | argv | ||
| ) |
Definition at line 125 of file test_linear_cell_complex.cpp.

| void test_linear_cell_complex | ( | char * | filename | ) |
Definition at line 58 of file test_linear_cell_complex.cpp.

