Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
GEO::TrFan Struct Reference

Classes

struct  TrFanElt
 

Public Member Functions

 TrFan (index_t v, Mesh *m, vector< vector< index_t > > &v2f, Attribute< index_t > &chart)
 
index_t ncharts ()
 
bool triangulate ()
 
TrFanEltoperator[] (int i)
 
TrFanEltoperator[] (index_t i)
 
index_t nb_fan_triangles ()
 

Public Attributes

vector< vector< index_t > > triangles
 
vector< TrFanEltfan
 
vector< int > chart_offset
 
Meshm_
 
index_t v_
 
bool incomplete_
 

Detailed Description

Definition at line 53 of file meshcomesh.h.


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