vcglib/vcg/simplex
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
..
edge [introduction of half edges as alternative representation] 2010-03-25 16:52:18 +00:00
face [introduction of half edges as alternative representation] 2010-03-25 16:52:18 +00:00
tetrahedron [SIMPLEXplus promotion] 2009-01-14 17:45:18 +00:00
vertex [introduction of half edges as alternative representation] 2010-03-25 16:52:18 +00:00