MEPP2 Project
|
#include <CGAL/Cartesian.h>
#include <CGAL/Surface_mesh.h>
#include <CGAL/boost/graph/graph_traits_Surface_mesh.h>
#include "FEVV/Wrappings/Graph_traits_extension_cgal_surface_mesh.h"
#include "FEVV/Wrappings/Geometry_traits_cgal_surface_mesh.h"
#include "FEVV/Wrappings/properties_surface_mesh.h"
#include "FEVV/Filters/Generic/generic_reader.hpp"
#include "FEVV/Filters/Generic/generic_writer.hpp"
#include "FEVV/Tools/IO/FileUtilities.hpp"
#include "Testing/Utils/utils_are_meshes_identical.hpp"
#include "Testing/Utils/utils_identical_text_based_files.hpp"
#include "FEVV/Filters/Generic/calculate_face_normals.hpp"
#include "FEVV/Filters/Generic/Manifold/calculate_vertex_normals.hpp"
#include "FEVV/Filters/Generic/Manifold/JustNoticeableDistortion/just_noticeable_distortion.hpp"
#include "FEVV/Filters/Generic/minmax_map.h"
#include "FEVV/Filters/Generic/color_mesh.h"
#include <iostream>
#include <string>
Go to the source code of this file.
Typedefs | |
using | CGALKernel = CGAL::Cartesian< double > |
using | CGALPoint = CGALKernel::Point_3 |
using | MeshT = CGAL::Surface_mesh< CGALPoint > |
Functions | |
int | main (int argc, const char **argv) |
using CGALKernel = CGAL::Cartesian< double > |
Definition at line 36 of file test_jnd.cpp.
using CGALPoint = CGALKernel::Point_3 |
Definition at line 37 of file test_jnd.cpp.
Definition at line 38 of file test_jnd.cpp.
int main | ( | int | argc, |
const char ** | argv | ||
) |