MEPP2 Project
|
#include <fstream>
#include <CGAL/Surface_mesh.h>
#include <CGAL/Cartesian.h>
#include <CGAL/boost/graph/graph_traits_Surface_mesh.h>
#include "FEVV/Wrappings/Geometry_traits_cgal_surface_mesh.h"
#include "FEVV/Filters/Generic/calculate_face_normals.hpp"
#include "FEVV/Filters/Generic/scaling.hpp"
#include "FEVV/Operators/Generic/Manifold/collapse_edge.hpp"
#include "FEVV/Filters/Generic/print_points.hpp"
#include "FEVV/Filters/Generic/print_face_normals.hpp"
Go to the source code of this file.
Functions | |
void | test_surface_mesh (char *filename) |
int | main (int narg, char **argv) |
int main | ( | int | narg, |
char ** | argv | ||
) |
void test_surface_mesh | ( | char * | filename | ) |
Definition at line 33 of file test_surface_mesh.cpp.