MEPP2 Project
Classes | Namespaces | Macros
Geometric_metrics.h File Reference
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include <CGAL/Polygon_mesh_processing/distance.h>
#include <CGAL/Polygon_mesh_processing/remesh.h>
#include <CGAL/AABB_tree.h>
#include <CGAL/AABB_traits.h>
#include <CGAL/AABB_face_graph_triangle_primitive.h>
#include "FEVV/Wrappings/Geometry_traits.h"
#include <list>
#include <vector>
#include <utility>
Include dependency graph for Geometric_metrics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FEVV::Filters::Geometric_metrics< HalfedgeGraph, PointMap, face_iterator, Vector, Point >
 Geometric_metrics is a class dedicated to the geometric distance computation between an original full resolution mesh and a simplified version (a LoD). Two distortions are currently available, the maximum error (Hausdorff distance) and an approximation of the RMSE distance. Note: this code only works with CGAL mesh data structures for the time being. More...
 

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 
 FEVV::Filters
 

Macros

#define TAG   CGAL::Sequential_tag
 

Macro Definition Documentation

◆ TAG

#define TAG   CGAL::Sequential_tag

Definition at line 32 of file Geometric_metrics.h.