MEPP2 Project
Classes | Macros | Typedefs | Functions
test_curvature_filter_openmesh.cpp File Reference
#include "FEVV/Wrappings/Geometry_traits_openmesh.h"
#include <fstream>
#include <string>
#include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
#include <CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h>
#include "FEVV/Filters/Generic/Manifold/Curvature/curvature.hpp"
#include "FEVV/Filters/Generic/calculate_face_normals.hpp"
#include <OpenMesh/Core/IO/MeshIO.hh>
#include "FEVV/Wrappings/properties_openmesh.h"
Include dependency graph for test_curvature_filter_openmesh.cpp:

Go to the source code of this file.

Classes

struct  MyTraitsDouble
 

Macros

#define CGAL_USE_OM_POINTS
 

Typedefs

typedef OpenMesh::PolyMesh_ArrayKernelT< MyTraitsDoubleOMMesh
 

Functions

void curvature (OMMesh *mesh)
 
int main (int narg, char **argv)
 

Macro Definition Documentation

◆ CGAL_USE_OM_POINTS

#define CGAL_USE_OM_POINTS

Definition at line 17 of file test_curvature_filter_openmesh.cpp.

Typedef Documentation

◆ OMMesh

typedef OpenMesh::PolyMesh_ArrayKernelT< MyTraitsDouble > OMMesh

Definition at line 37 of file test_curvature_filter_openmesh.cpp.

Function Documentation

◆ curvature()

void curvature ( OMMesh mesh)

Minimum and maximum values of the minimum and maximum curvature fields (usefull for color rendering)

Definition at line 43 of file test_curvature_filter_openmesh.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  narg,
char **  argv 
)

Definition at line 99 of file test_curvature_filter_openmesh.cpp.

Here is the call graph for this function: