vcglib/vcg/simplex/face
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
..
base.h Corrected bug recently introduced due to small difference in the signature of the flags functions... 2012-11-07 15:42:14 +00:00
component.h Reorganized ocf face component and added a standard interface for query the availabiilty of data: 2012-12-17 15:02:34 +00:00
component_ep.h 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
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 face component and added a standard interface for query the availabiilty of data: 2012-12-17 15:02:34 +00:00
component_polygon.h **** SIGNIFICANT CHANGES ***** 2012-10-04 11:10:25 +00:00
distance.h Added a bunch of 'c' to component members to clarify constant access 2012-11-15 19:11:28 +00:00
jumping_pos.h commented some code 2011-03-22 11:53:48 +00:00
pos.h VFlip() and FFlip are const members but there is no need of returning a pointer to a Const element 2012-11-09 11:11:50 +00:00
topology.h added function FFExtendedStarFF 2012-12-12 16:04:26 +00:00