MEPP2 Project
|
#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"
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) |
int main | ( | int | narg, |
char ** | argv | ||
) |
Definition at line 77 of file test_collapse_edge_polyhedron.cpp.
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.