#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"
Go to the source code of this file.
|
static int | Signe (const double &x) |
|
template<typename T > |
static T | square (const T x) |
|
◆ AC_BUFFER
#define AC_BUFFER 1024 * 10000 |
◆ COLOR_NUMBER
#define COLOR_NUMBER 10000 |
◆ USE_COLOR_METRIC
◆ Signe()
static int Signe |
( |
const double & |
x | ) |
|
|
inlinestatic |
◆ square()
template<typename T >
static T square |
( |
const T |
x | ) |
|
|
inlinestatic |
◆ LIMIT_NUMBER
const int LIMIT_NUMBER = 50 |
◆ MINIMUM_PREDICTION_NUMBER
const int MINIMUM_PREDICTION_NUMBER = 3 |