vcglib/vcg/simplex/vertex
Paolo Cignoni 2577210a54 **** SIGNIFICANT CHANGES *****
- Cleaned up include order: Now you only need to include <vcg/complex/complex.h> (no more vertex/base.h etc) 
- Added official VN() EN() FN() const members for knowing number of vertexes etc...
- Added exceptions (at last!)
    Now instead of:
       assert(HasPerVertexNormal(m)) 
    you should write:
      if(!HasPerFaceNormal(m)) throw vcg::MissingComponentException();
2012-10-04 11:10:25 +00:00
..
base.h **** SIGNIFICANT CHANGES ***** 2012-10-04 11:10:25 +00:00
base_old.h 2008-12-19 10:31:56 +00:00
component.h **** SIGNIFICANT CHANGES ***** 2012-10-04 11:10:25 +00:00
component_occ.h ImportLocal to ImportData. Adjacencies are no more handle by ImportData, but 2010-06-16 16:24:26 +00:00
component_ocf.h fixed Color4bOcf interface (missing "public" section). 2012-08-22 18:36:59 +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
vertex_old.h 2008-12-19 10:31:56 +00:00