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...
This commit is contained in:
parent
63e21f15cb
commit
335afeee7e
|
@ -13,8 +13,8 @@ struct DummyTypes{
|
|||
typedef char TetraType;
|
||||
typedef char HEdgeType; // connector types
|
||||
|
||||
typedef vcg::Point3f CoordType; // connector types
|
||||
typedef float ScalarType; // connector types
|
||||
typedef vcg::Point3<bool> CoordType; // connector types
|
||||
typedef char ScalarType; // connector types
|
||||
|
||||
typedef VertexType * VertexPointer;
|
||||
typedef EdgeType * EdgePointer ;
|
||||
|
|
Loading…
Reference in New Issue