vcglib/vcg/simplex/face
ganovelli 21dd8aa179 Simplified reflection typedefs:
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:19:51 +00:00
..
base.h Simplified reflection typedefs: 2010-03-19 17:19:51 +00:00
base_old.h [SIMPLEXplus promotion] 2008-12-19 10:30:51 +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 [SIMPLEXplus promotion] 2008-12-19 10:30:51 +00:00
component_ocf.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_polygon.h [ Changes in definition of TriMesh: PART I ] 2010-03-15 10:42:52 +00:00
component_rt.h [SIMPLEXplus promotion] 2008-12-19 10:30:51 +00:00
distance.h Added a test to check in the point to face distance computation to manage the case of degenerated faces. Now correctly resort to distance point to segment. 2010-03-03 00:35:20 +00:00
face_old.h [SIMPLEXplus promotion] 2008-12-19 10:30:51 +00:00
jumping_pos.h Big change. removed nexte. 2008-04-11 10:13:01 +00:00
pos.h [SIMPLEXplus promotion] 2008-12-19 10:30:51 +00:00
topology.h corrected minor compiling issues 2010-02-22 01:03:23 +00:00