vcglib/vcg/simplex/vertex
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
..
base.h Added a bunch of 'c' to component members to clarify constant access 2012-11-15 19:07:34 +00:00
component.h Reorganized ocf vertex component and added a standard interface for query the availability of data: 2012-12-17 22:54:48 +00:00
component_occ.h Added guards to avoid useless (and sometime dangerous) inclusion of internal file of the vcglib 2012-10-25 21:29:10 +00:00
component_ocf.h Reorganized ocf vertex component and added a standard interface for query the availability of data: 2012-12-17 22:54:48 +00:00
component_sph.h ImportLocal to ImportData. Adjacencies are no more handle by ImportData, but 2010-06-16 16:24:26 +00:00
distance.h Added a bunch of 'c' to component members to clarify constant access 2012-11-15 19:11:28 +00:00