vcglib/vcg/simplex
ganovelli 75a7b0a846 [Polygon modification]
Added components to the face to handle generic polygons.
(compiled with .net and gcc)

This commit includes the following files:
vcg/complex/trimesh/base.h
Added deallocation of polygon data in the destructor

vcg/complex/trimesh/allocate.h
generalization from 3 to VN() vertices

vcg/complex/trimesh/update/topology.h
generalization from 3 to VN() vertices

vcg/complex/trimesh/update/flags.h
generalization from 3 to VN() vertices

vcg/simplex/face/pos.h
generalization from 3 to VN() vertices

vcg/simplex/faceplus/base.h
Added the method VN() to query the number of vertices
of the polygon (deafult 3) and methods Prev and Next

vcg/simplex/faceplus/component.h
added Alloc and Dealloc calls along the hierarchies
2008-10-08 10:19:07 +00:00
..
edge added typenames to compile with gcc 2008-09-30 10:38:58 +00:00
edgeplus added edgeSimp definition 2008-09-30 09:47:25 +00:00
face [Polygon modification] 2008-10-08 09:10:53 +00:00
faceplus [Polygon modification] 2008-10-08 10:19:07 +00:00
tetrahedron added include to sphere3.h for SmallestEnclosingSphere() 2006-07-10 10:36:44 +00:00
tetrahedronplus Minor changes in VT Adjacency component. 2007-06-07 10:22:42 +00:00
vertex added warning for deprecation 2008-09-30 10:35:44 +00:00
vertexplus corrected include path 2008-10-08 09:54:24 +00:00