vcglib/vcg
ganovelli 0a74ba11a5 [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:51:49 +00:00
..
complex added inclusion of <string> 2010-03-25 16:51:20 +00:00
connectors [introduction of half edges as alternative representation] 2010-03-25 16:51:49 +00:00
container added a derivation chain to support the modification to the trimesh definition (below) 2010-03-19 17:17:06 +00:00
math removed harmless warnings 2010-03-18 14:20:53 +00:00
simplex added inclusion of used_types.h 2010-03-19 17:21:25 +00:00
space removed harmless warnings/English Comments 2010-03-18 10:04:55 +00:00