vcglib/vcg
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
..
complex added a correct import data for managing the data of the newly refined faces. 2012-12-17 15:31:28 +00:00
connectors 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:16:03 +00:00
container bug fixing: 2011-10-25 10:03:10 +00:00
math reverted last committ (done by mistake :) ) 2012-12-05 11:37:19 +00:00
simplex Reorganized ocf vertex component and added a standard interface for query the availability of data: 2012-12-17 22:54:48 +00:00
space removed harmless warnings 2012-12-02 15:07:17 +00:00