vcglib/vcg/simplex
Paolo Cignoni 8476a1ff20 Reorganized ocf vertex component and added a standard interface for query the availability of data:
now we have 
static bool vertextype::HasXXX() // statically says if a certain type is present
bool vertextype::IsXXXAvaialble() // NON STATIC (always true for non ocf objects)
So now ImportData correctly works for both sides of vertex ocf component.
2012-12-17 22:54:48 +00:00
..
edge added better comment to edge pos implicit ordering 2012-12-17 14:59:29 +00:00
face forgot a IsCurvatureDirEnabled() 2012-12-17 15:58:16 +00:00
tetrahedron Removed all the UberXXX members from the various components. No more needed since many years. Still there just because we are quite lazy... 2012-10-25 13:07:25 +00:00
vertex Reorganized ocf vertex component and added a standard interface for query the availability of data: 2012-12-17 22:54:48 +00:00