vcglib/vcg/simplex/vertex
ganovelli 9fc476b130 added type traits to support the mod below:
[ Changes in definition of  TriMesh: PART II ]

Note: No changes to existing code need be the done, this mod
should be fully backward compatible

Old way to define a TriMesh ==============
struct MyMesh: public vcg::tri::TriMesh< vector<MyVertex> , vector <MyFace> >{};

new  ways to define a TriMesh ==============

struct MyMesh: public vcg::tri::TriMesh< CONT1 >{};
struct MyMesh: public vcg::tri::TriMesh< CONT1 , CONT2>{};
struct MyMesh: public vcg::tri::TriMesh< CONT1 , CONT2, CONT3>{};

where CONT[i] can be vector< [MyVertex | MyEdge | MyFace ] > 
(the order is unimportant)
2010-03-19 17:18:00 +00:00
..
base.h added type traits to support the mod below: 2010-03-19 17:18:00 +00:00
base_old.h 2008-12-19 10:31:56 +00:00
component.h Disambiguated the origin of the ScalarType and CoordType in the simplex class. Now it derives from the type specified by the vertexRef component for the faces and from the Coord component for the vertexes. To be sure the ScalarType and CoordTypes are initialized to weird point3<bool> and char just to detect easisly when the wrong types shallow... 2010-03-18 10:02:32 +00:00
component_occ.h 2008-12-19 10:31:56 +00:00
component_ocf.h [ Changes in definition of TriMesh: PART I ] 2010-03-15 10:42:52 +00:00
component_sph.h Added sph49f, disabled ImportLocal for a while 2009-03-25 07:51:28 +00:00
distance.h added a missing const to the distance functor 2009-12-02 15:11:00 +00:00
vertex_old.h 2008-12-19 10:31:56 +00:00