vcglib/vcg/simplex
Paolo Cignoni 08aeee8716 Reorganized ocf face component and added a standard interface for query the availabiilty of data:
now we have 
static bool FaceType::HasXXX() // statically says if a certain type is present
bool FaceType::IsXXXAvaialble() // NON STATIC (always true for non ocf objects)
So now ImportData works for face ocf component.
2012-12-17 15:02:34 +00:00
..
edge added better comment to edge pos implicit ordering 2012-12-17 14:59:29 +00:00
face Reorganized ocf face component and added a standard interface for query the availabiilty of data: 2012-12-17 15:02:34 +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 Added Standard exception throwing functions to claim requirements in the mesh algorithmic functions (Te Deum!) 2012-12-06 10:34:08 +00:00