vcglib/vcg/simplex/vertex
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 added type traits to support the mod below: 2010-03-19 17:18:00 +00:00
base_old.h 2008-12-19 10:31:56 +00:00
component.h [introduction of half edges as alternative representation] 2010-03-25 16:52:18 +00:00
component_occ.h 2008-12-19 10:31:56 +00:00
component_ocf.h [introduction of half edges as alternative representation] 2010-03-25 16:52:18 +00:00
component_sph.h Added sph49f, disabled ImportLocal for a while 2009-03-25 07:51:28 +00:00
distance.h added a missing const to the distance functor 2009-12-02 15:11:00 +00:00
vertex_old.h 2008-12-19 10:31:56 +00:00