|
MEPP2 Project
|
#include <CGAL/Cartesian.h>#include <CGAL/Polyhedron_3.h>#include <CGAL/Polyhedron_items_with_id_3.h>#include <CGAL/IO/Polyhedron_iostream.h>#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>#include "FEVV/Wrappings/Geometry_traits_cgal_polyhedron_3.h"#include "FEVV/Wrappings/Graph_traits_extension_cgal_polyhedron_3.h"#include "FEVV/Wrappings/properties_polyhedron_3.h"#include "FEVV/Filters/Generic/generic_reader.hpp"#include "FEVV/Filters/Generic/generic_writer.hpp"#include "FEVV/Tools/IO/FileUtilities.hpp"#include "Testing/Utils/utils_are_meshes_identical.hpp"#include "Testing/Utils/utils_identical_text_based_files.hpp"#include <iostream>#include <string>
Go to the source code of this file.
Typedefs | |
| using | CGALKernel = CGAL::Cartesian< double > |
| using | MeshT = CGAL::Polyhedron_3< CGALKernel, CGAL::Polyhedron_items_with_id_3 > |
Functions | |
| int | main (int argc, const char **argv) |
| using CGALKernel = CGAL::Cartesian< double > |
Definition at line 31 of file test_generic_writer_polyhedron.cpp.
| using MeshT = CGAL::Polyhedron_3< CGALKernel, CGAL::Polyhedron_items_with_id_3 > |
Definition at line 32 of file test_generic_writer_polyhedron.cpp.
| int main | ( | int | argc, |
| const char ** | argv | ||
| ) |
Definition at line 37 of file test_generic_writer_polyhedron.cpp.
