vcglib/vcg/simplex/face
ganovelli 261ff53ab1 [introduction of half edges as alternative representation]
No modification should be necessary for the existing code.

most relevant changes:

creation of folder:
vcg/connectors  
vcg/connectors/hedge.h
vcg/connectors/hedge_component.h

addition to the container of half edges to the trimesh:
HEdgeContainer hedge; // container
int hn;               // number of half edges

addition of 
vcg/trimesh/update/halfedge_indexed.h
which contains:
- the functions to compute the half edge representation from the indexed  and vivecersa
- the functions to add or remove an half edge
2010-03-25 16:52:18 +00:00
..
base.h Simplified reflection typedefs: 2010-03-19 17:19:51 +00:00
base_old.h [SIMPLEXplus promotion] 2008-12-19 10:30:51 +00:00
component.h [introduction of half edges as alternative representation] 2010-03-25 16:52:18 +00:00
component_occ.h [SIMPLEXplus promotion] 2008-12-19 10:30:51 +00:00
component_ocf.h [introduction of half edges as alternative representation] 2010-03-25 16:52:18 +00:00
component_polygon.h [introduction of half edges as alternative representation] 2010-03-25 16:52:18 +00:00
component_rt.h [SIMPLEXplus promotion] 2008-12-19 10:30:51 +00:00
distance.h Added a test to check in the point to face distance computation to manage the case of degenerated faces. Now correctly resort to distance point to segment. 2010-03-03 00:35:20 +00:00
face_old.h [SIMPLEXplus promotion] 2008-12-19 10:30:51 +00:00
jumping_pos.h Big change. removed nexte. 2008-04-11 10:13:01 +00:00
pos.h [SIMPLEXplus promotion] 2008-12-19 10:30:51 +00:00
topology.h corrected minor compiling issues 2010-02-22 01:03:23 +00:00