MEPP2 Project
|
#include <CGAL/Cartesian.h>
#include <CGAL/Surface_mesh.h>
#include <CGAL/boost/graph/graph_traits_Surface_mesh.h>
#include "FEVV/Wrappings/Geometry_traits_cgal_surface_mesh.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>
#include <string>
Go to the source code of this file.
Functions | |
void | test_smoothing_surface_mesh (std::string filename) |
int | main (int narg, char **argv) |
int main | ( | int | narg, |
char ** | argv | ||
) |
Definition at line 98 of file test_smoothing_surfacemesh.cpp.
void test_smoothing_surface_mesh | ( | std::string | filename | ) |
Definition at line 40 of file test_smoothing_surfacemesh.cpp.