Geogram Version 1.9.6-rc
A programming library of geometric algorithms
Loading...
Searching...
No Matches
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.

Constructor & Destructor Documentation

◆ TrFan()

GEO::TrFan::TrFan ( index_t  v,
Mesh m,
vector< vector< index_t > > &  v2f,
Attribute< index_t > &  chart 
)
inline

Definition at line 71 of file meshcomesh.h.

Member Function Documentation

◆ nb_fan_triangles()

index_t GEO::TrFan::nb_fan_triangles ( )
inline

Definition at line 200 of file meshcomesh.h.

◆ ncharts()

index_t GEO::TrFan::ncharts ( )
inline

Definition at line 130 of file meshcomesh.h.

◆ operator[]() [1/2]

TrFanElt & GEO::TrFan::operator[] ( index_t  i)
inline

Definition at line 195 of file meshcomesh.h.

◆ operator[]() [2/2]

TrFanElt & GEO::TrFan::operator[] ( int  i)
inline

Definition at line 190 of file meshcomesh.h.

◆ triangulate()

bool GEO::TrFan::triangulate ( )
inline

Definition at line 134 of file meshcomesh.h.

Member Data Documentation

◆ chart_offset

vector<int> GEO::TrFan::chart_offset

Definition at line 206 of file meshcomesh.h.

◆ fan

vector<TrFanElt> GEO::TrFan::fan

Definition at line 205 of file meshcomesh.h.

◆ incomplete_

bool GEO::TrFan::incomplete_

Definition at line 210 of file meshcomesh.h.

◆ m_

Mesh* GEO::TrFan::m_

Definition at line 208 of file meshcomesh.h.

◆ triangles

vector<vector<index_t> > GEO::TrFan::triangles

Definition at line 204 of file meshcomesh.h.

◆ v_

index_t GEO::TrFan::v_

Definition at line 209 of file meshcomesh.h.


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