Geogram Version 1.9.6-rc
A programming library of geometric algorithms
Loading...
Searching...
No Matches
GEO::FFopt Class Reference

Public Member Functions

 FFopt (Mesh *p_m)
 
void FF_init (bool generate_sh=false)
 
void FF_smooth ()
 
void compute_Bid_norm ()
 
void brush_frame ()
 
index_t nb_neigs (index_t s)
 
index_t neig (index_t s, index_t ls)
 

Public Attributes

Meshm
 
vector< index_tv2e
 
index_t num_l_v
 
index_t num_ln_v
 

Detailed Description

Definition at line 48 of file FF.h.

Member Function Documentation

◆ FF_init()

void GEO::FFopt::FF_init ( bool  generate_sh = false)

methods in the order yuo have to call them

◆ nb_neigs()

index_t GEO::FFopt::nb_neigs ( index_t  s)
inline

Definition at line 75 of file FF.h.

◆ neig()

index_t GEO::FFopt::neig ( index_t  s,
index_t  ls 
)
inline

Definition at line 81 of file FF.h.

Member Data Documentation

◆ m

Mesh* GEO::FFopt::m

Definition at line 86 of file FF.h.

◆ num_l_v

index_t GEO::FFopt::num_l_v

Definition at line 90 of file FF.h.

◆ num_ln_v

index_t GEO::FFopt::num_ln_v

Definition at line 91 of file FF.h.

◆ v2e

vector<index_t> GEO::FFopt::v2e

Definition at line 87 of file FF.h.


The documentation for this class was generated from the following file: