#include <OpenMesh/Core/IO/MeshIO.hh>
#include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
#include <fstream>
#include <iostream>
#include "Testing/Utils/utils_retrieve_halfedge.h"
#include "Testing/Utils/utils_are_meshes_identical.hpp"
#include "FEVV/Operators/Generic/Manifold/collapse_edge.hpp"
Go to the source code of this file.
|
void | test_collapse_edge_open_mesh (std::string filename, int source_index, int target_index, const std::string &output_file_name) |
|
int | main (int narg, char **argv) |
|
◆ CGAL_USE_OM_POINTS
#define CGAL_USE_OM_POINTS |
◆ main()
int main |
( |
int |
narg, |
|
|
char ** |
argv |
|
) |
| |
◆ test_collapse_edge_open_mesh()
void test_collapse_edge_open_mesh |
( |
std::string |
filename, |
|
|
int |
source_index, |
|
|
int |
target_index, |
|
|
const std::string & |
output_file_name |
|
) |
| |