vcglib/vcg/simplex/vertex
Paolo Cignoni 5c266a7ccb HEAVY CHANGE:
The vertex and face component (natural and optional) have been cleaned and reordered.
Particular care has been devoted to have common behaviour in the import, const access, and so. 
If you get compilation errors probably it is due to the fact that if you really need constant access to a member you have to use the "c" prefixed member (e.g. if you access to normal of a constant vertex you should use the cN() member.
2012-11-15 19:04:08 +00:00
..
base.h Cleaned up documentation of components (new doxygroup for them, written something for most of them...). 2012-11-07 01:24:45 +00:00
component.h HEAVY CHANGE: 2012-11-15 19:04:08 +00:00
component_occ.h Added guards to avoid useless (and sometime dangerous) inclusion of internal file of the vcglib 2012-10-25 21:29:10 +00:00
component_ocf.h HEAVY CHANGE: 2012-11-15 19:04:08 +00:00
component_sph.h ImportLocal to ImportData. Adjacencies are no more handle by ImportData, but 2010-06-16 16:24:26 +00:00
distance.h added PointScaledDistanceFunctor 2011-12-21 16:15:32 +00:00