Go to file
Paolo Cignoni b328a5f94a Added the new mechanism for run time checking of mesh adequacy to a given algorithm.
While the many RequireXXX functions allow to check the static correctness of a mesh and
have a O(1) complexity, in many cases we need to run more complex checks to be sure that
the subsequent algorithm can run without issues.
Typical cases are the fact that there are no unreferenced vertices (NoUnreferencedVertex)
or a given adjacency is correctly initialized (and not only statically present as a type component).
2014-11-03 14:50:37 +00:00
apps fixed includes to new files position (also in app2/sample/hashing_2D) 2014-10-09 14:10:27 +00:00
docs improved documentation. Added new allocator methods and clarified a bit how to delete elements 2013-12-04 15:33:11 +00:00
eigenlib Updated Eigen library to the 3.2.2 stable version. 2014-10-21 16:51:37 +00:00
img added img module 2009-07-14 14:43:19 +00:00
vcg Added the new mechanism for run time checking of mesh adequacy to a given algorithm. 2014-11-03 14:50:37 +00:00
wrap Added managment of face color in saving off files 2014-10-29 22:24:45 +00:00