#include <iostream>
#include <fstream>
#include <OpenMesh/Core/IO/MeshIO.hh>
#include "FEVV/Wrappings/Geometry_traits_openmesh.h"
#include "FEVV/Filters/Generic/scaling.hpp"
#include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
#include <CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h>
Go to the source code of this file.
◆ CGAL_USE_OM_POINTS
#define CGAL_USE_OM_POINTS |
◆ main()
int main |
( |
int |
narg, |
|
|
char ** |
argv |
|
) |
| |
◆ test_calculate_scaling_open_mesh()
void test_calculate_scaling_open_mesh |
( |
char * |
filename | ) |
|