#include <CGAL/Polyhedron_3.h>
#include <CGAL/Polyhedron_items_with_id_3.h>
#include <CGAL/IO/Polyhedron_iostream.h>
#include <CGAL/Cartesian.h>
#include <CGAL/boost/graph/Euler_operations.h>
#include "FEVV/Wrappings/Geometry_traits_cgal_polyhedron_3.h"
#include "Testing/Utils/utils_are_meshes_identical.hpp"
#include <fstream>
#include <iostream>
Go to the source code of this file.
|
const char * | outputFileName = "add_center_vertex_polyhedron_output.off" |
|
◆ main()
int main |
( |
int |
narg, |
|
|
char ** |
argv |
|
) |
| |
◆ test_euler_add_center_vertex_polyhedron()
void test_euler_add_center_vertex_polyhedron |
( |
std::string |
filename | ) |
|
◆ outputFileName
const char* outputFileName = "add_center_vertex_polyhedron_output.off" |