Subversion Repositories gelsvn

Rev

Rev 386 | Rev 391 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 386 Rev 388
Line 13... Line 13...
13
extern int E;
13
extern int E;
14
 
14
 
15
/// Maximum eigenvalue in mesh
15
/// Maximum eigenvalue in mesh
16
extern int MAX_E; 
16
extern int MAX_E; 
17
 
17
 
18
/// Initialize analysis of harmonics
18
/// Initialize API (must be called first)
-
 
19
void init_harmonics();
-
 
20
 
-
 
21
/// Initial analysis of harmonics (must be called second)
19
void init_harmonics(HMesh::Manifold& mani);
22
void analyze_mesh(HMesh::Manifold& mani);
20
 
23
 
21
/// Add a frequency to mesh reconstruction
24
/// Add a frequency to mesh reconstruction
22
void add_frequency(HMesh::Manifold& mani, int es, float scale = 1.0f);
25
void add_frequency(HMesh::Manifold& mani, int es, float scale = 1.0f);
23
 
26
 
24
/// Reset the shape to use 0 eigenvalues
27
/// Reset the shape to use 0 eigenvalues