MEPP2 Project
|
#include <CGAL/Cartesian.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Polyhedron_items_with_id_3.h>
#include <CGAL/IO/Polyhedron_iostream.h>
#include "FEVV/Wrappings/Geometry_traits_cgal_polyhedron_3.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_polyhedron (std::string filename) |
int | main (int narg, char **argv) |
int main | ( | int | narg, |
char ** | argv | ||
) |
Definition at line 115 of file test_smoothing_polyhedron.cpp.
void test_smoothing_polyhedron | ( | std::string | filename | ) |
Definition at line 43 of file test_smoothing_polyhedron.cpp.