vcglib/vcg/complex
ganovelli cec96ba260 addded template parameter to comply the new definition of functor and
[Namespaces changes]
vert->vertex

clean up of some namespaces to comply the following naming:

Complexes (3 letters namespaces):
order 0 (point cloud    ) :vrt
order 1 (edge meshes)     :edg
order 2 (triangle meshes) :tri
order 3 (triangle meshes) :tet

Simplexes (extended namespaces):
order 0 (vertex)      :vertex 
order 1 (edge)        :edge 
order 2 (triangle)    :triangle (temporarily it remains "face")
order 3 (tetrahedron) :tetrahedron
2008-09-30 10:48:41 +00:00
..
edgemesh addded template parameter to comply the new definition of functor and 2008-09-30 10:48:41 +00:00
local_optimization Corrected a very small bug in the finalize of the quadric simplification, (RW flags were not correctly restored at the end of the simplification) 2008-07-17 06:52:56 +00:00
tetramesh compilation with gcc 2007-11-20 09:50:32 +00:00
trimesh added missing include callback.h 2008-09-29 10:12:38 +00:00
vertexmesh Small gcc compiling issues 2007-05-31 10:08:16 +00:00
boundary.h added missing newline at the end of file 2007-11-20 09:49:53 +00:00
intersection.h added version on IntersectionBallMesh that take a grid. It's a draft, to be refactored. And 2008-09-30 10:18:24 +00:00
local_optimization.h Re-factored the Heap-Simplex ratio parameter. Now it is something that should be asked to the localmodification class. 2008-07-10 09:44:09 +00:00