MEPP2 Project
Functions
test_collapse_edge_polyhedron.cpp File Reference
#include <CGAL/basic.h>
#include <CGAL/Kernel/global_functions.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/IO/Polyhedron_iostream.h>
#include <CGAL/Polyhedron_items_with_id_3.h>
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
#include <fstream>
#include <string>
#include "Testing/Utils/utils_retrieve_halfedge.h"
#include "Testing/Utils/utils_are_meshes_identical.hpp"
#include "FEVV/Operators/Generic/Manifold/collapse_edge_euler.hpp"
Include dependency graph for test_collapse_edge_polyhedron.cpp:

Go to the source code of this file.

Functions

void test_collapse_edge_polyhedron (std::ifstream &in, int source_index, int target_index, const std::string &output_file_name)
 
int main (int narg, char **argv)
 

Function Documentation

◆ main()

int main ( int  narg,
char **  argv 
)

Definition at line 77 of file test_collapse_edge_polyhedron.cpp.

Here is the call graph for this function:

◆ test_collapse_edge_polyhedron()

void test_collapse_edge_polyhedron ( std::ifstream &  in,
int  source_index,
int  target_index,
const std::string &  output_file_name 
)

Definition at line 39 of file test_collapse_edge_polyhedron.cpp.

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