MEPP2 Project
Macros | Functions | Variables
test_euler_add_center_vertex_openmesh.cpp File Reference
#include "FEVV/Wrappings/Geometry_traits_openmesh.h"
#include <OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh>
#include <OpenMesh/Core/IO/MeshIO.hh>
#include <CGAL/boost/graph/Euler_operations.h>
#include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
#include <CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h>
#include "Testing/Utils/utils_are_meshes_identical.hpp"
#include <fstream>
#include <iostream>
Include dependency graph for test_euler_add_center_vertex_openmesh.cpp:

Go to the source code of this file.

Macros

#define CGAL_USE_OM_POINTS
 

Functions

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

Variables

const char * outputFileName = "add_center_vertex_openmesh_output.off"
 

Macro Definition Documentation

◆ CGAL_USE_OM_POINTS

#define CGAL_USE_OM_POINTS

Definition at line 19 of file test_euler_add_center_vertex_openmesh.cpp.

Function Documentation

◆ main()

int main ( int  narg,
char **  argv 
)

Definition at line 88 of file test_euler_add_center_vertex_openmesh.cpp.

Here is the call graph for this function:

◆ test_euler_add_center_vertex_open_mesh()

void test_euler_add_center_vertex_open_mesh ( std::string  filename)

Definition at line 37 of file test_euler_add_center_vertex_openmesh.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_openmesh_output.off"

Definition at line 32 of file test_euler_add_center_vertex_openmesh.cpp.