MEPP2 Project
Macros | Functions | Variables
Compression_Valence_Component.inl File Reference
#include "Compression_Valence_Component.h"
#include "Compression_Valence_Common.h"
#include <FEVV/Tools/Math/MatrixOperations.hpp>
#include <FEVV/Wrappings/Graph_traits_extension.h>
#include <FEVV/Operators/Geometry/triangles.hpp>
#include <CGAL/boost/graph/Euler_operations.h>
#include <CGAL/boost/graph/helpers.h>
#include <CGAL/boost/graph/copy_face_graph.h>
#include <CGAL/circulator.h>
#include <Eigen/Dense>
#include <map>
#include <set>
#include <bitset>
#include <sstream>
#include <chrono>
#include <string>
#include <algorithm>
#include "FEVV/Filters/Generic/generic_writer.hpp"
Include dependency graph for Compression_Valence_Component.inl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define COLOR_NUMBER   10000
 
#define USE_COLOR_METRIC
 
#define AC_BUFFER   1024 * 10000
 

Functions

static int Signe (const double &x)
 
template<typename T >
static T square (const T x)
 

Variables

const int MINIMUM_PREDICTION_NUMBER = 3
 
const int LIMIT_NUMBER = 50
 

Macro Definition Documentation

◆ AC_BUFFER

#define AC_BUFFER   1024 * 10000

Definition at line 45 of file Compression_Valence_Component.inl.

◆ COLOR_NUMBER

#define COLOR_NUMBER   10000

Definition at line 43 of file Compression_Valence_Component.inl.

◆ USE_COLOR_METRIC

#define USE_COLOR_METRIC

Definition at line 44 of file Compression_Valence_Component.inl.

Function Documentation

◆ Signe()

static int Signe ( const double &  x)
inlinestatic

Definition at line 8465 of file Compression_Valence_Component.inl.

Here is the caller graph for this function:

◆ square()

template<typename T >
static T square ( const T  x)
inlinestatic

Definition at line 8472 of file Compression_Valence_Component.inl.

Here is the caller graph for this function:

Variable Documentation

◆ LIMIT_NUMBER

const int LIMIT_NUMBER = 50

Definition at line 48 of file Compression_Valence_Component.inl.

◆ MINIMUM_PREDICTION_NUMBER

const int MINIMUM_PREDICTION_NUMBER = 3

Definition at line 47 of file Compression_Valence_Component.inl.