MEPP2 Project
|
#include "FEVV/Wrappings/Geometry_traits_openmesh.h"
#include <OpenMesh/Core/IO/MeshIO.hh>
#include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
#include <CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h>
#include "FEVV/Tools/IO/FileUtilities.hpp"
#include "FEVV/Filters/Generic/Manifold/calculate_vertices_one_ring_barycenter.hpp"
#include "FEVV/Filters/Generic/Manifold/calculate_vertices_one_ring_angles_based_centroid.hpp"
#include "FEVV/Filters/Generic/Manifold/calculate_vertices_one_ring_geometric_laplacian.hpp"
#include "FEVV/Filters/Generic/reposition_vertices.hpp"
#include <fstream>
Go to the source code of this file.
Classes | |
struct | MyTraitsDouble |
Macros | |
#define | CGAL_USE_OM_POINTS |
#define | USE_OPENMESH_DOUBLE_TRAITS |
Functions | |
void | test_smoothing_open_mesh (char *filename) |
int | main (int narg, char **argv) |
#define CGAL_USE_OM_POINTS |
Definition at line 15 of file test_smoothing_openmesh.cpp.
#define USE_OPENMESH_DOUBLE_TRAITS |
Definition at line 37 of file test_smoothing_openmesh.cpp.
int main | ( | int | narg, |
char ** | argv | ||
) |
Definition at line 116 of file test_smoothing_openmesh.cpp.
void test_smoothing_open_mesh | ( | char * | filename | ) |
Definition at line 51 of file test_smoothing_openmesh.cpp.