MEPP2 Project
|
#include <fstream>
#include <string>
#include <CGAL/Surface_mesh.h>
#include <CGAL/Cartesian.h>
#include "FEVV/Wrappings/Geometry_traits_cgal_surface_mesh.h"
#include "FEVV/Filters/Generic/scaling.hpp"
Go to the source code of this file.
Functions | |
void | test_calculate_scaling_surface_mesh (std::string filename) |
int | main (int narg, char **argv) |
int main | ( | int | narg, |
char ** | argv | ||
) |
Definition at line 48 of file test_calculate_scaling_surfacemesh.cpp.
void test_calculate_scaling_surface_mesh | ( | std::string | filename | ) |
Definition at line 25 of file test_calculate_scaling_surfacemesh.cpp.