MEPP2 Project
Functions | Variables
test_euler_add_center_vertex_polyhedron.cpp File Reference
#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>
Include dependency graph for test_euler_add_center_vertex_polyhedron.cpp:

Go to the source code of this file.

Functions

void test_euler_add_center_vertex_polyhedron (std::string filename)
 
int main (int narg, char **argv)
 

Variables

const char * outputFileName = "add_center_vertex_polyhedron_output.off"
 

Function Documentation

◆ main()

int main ( int  narg,
char **  argv 
)

Definition at line 79 of file test_euler_add_center_vertex_polyhedron.cpp.

Here is the call graph for this function:

◆ test_euler_add_center_vertex_polyhedron()

void test_euler_add_center_vertex_polyhedron ( std::string  filename)

Definition at line 32 of file test_euler_add_center_vertex_polyhedron.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ outputFileName

const char* outputFileName = "add_center_vertex_polyhedron_output.off"

Definition at line 27 of file test_euler_add_center_vertex_polyhedron.cpp.