vcglib/vcg/complex
ganovelli cf7563eff4 [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:50:10 +00:00
..
edgemesh corrected vert:: to vertex:: 2009-03-20 07:15:20 +00:00
local_optimization All the functions handling TriMesh::imark have been moved outside the definition 2010-03-19 17:05:14 +00:00
tetramesh compilation with gcc 2007-11-20 09:50:32 +00:00
trimesh [introduction of half edges as alternative representation] 2010-03-25 16:50:10 +00:00
vertexmesh [Namespaces changes] 2008-09-30 10:59:29 +00:00
boundary.h added missing newline at the end of file 2007-11-20 09:49:53 +00:00
intersection.h Correction of IntersectionRayMesh functions, they did not compile. 2009-12-21 13:02:28 +00:00
local_optimization.h added include to trimesh/base.h 2010-03-19 17:00:45 +00:00
used_types.h added class AllTypes to implement type trait in trimesh/base.h 2010-03-19 17:02:36 +00:00