vcglib/vcg/simplex/face
giorgiomarcias 882d54d6ae Fixed some memory leaks when using polygonal component for faces. Deallocations more stable and clear for each component, using also local dynamic memory deallocs. Changed Clear() method of TriMesh which guarantees perfect deallocations of faces' components. Fixed also CompactFaceVector which now deallocates faces before resizing the vector. In DeleteFace, not only the flag is set, but also the face's components are deallocated. 2014-12-15 15:36:37 +00:00
..
base.h Raised the upper limit of the template derivation chain for face 2014-07-12 10:52:59 +00:00
component.h Removed the ComputeNormal functions from the face. Almost never used and superfluous 2014-11-12 00:05:45 +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 simplex/face/component_ocf.h: 2014-08-09 10:07:30 +00:00
component_polygon.h Fixed some memory leaks when using polygonal component for faces. Deallocations more stable and clear for each component, using also local dynamic memory deallocs. Changed Clear() method of TriMesh which guarantees perfect deallocations of faces' components. Fixed also CompactFaceVector which now deallocates faces before resizing the vector. In DeleteFace, not only the flag is set, but also the face's components are deallocated. 2014-12-15 15:36:37 +00:00
distance.h Removed warning. Changed a surely verified if condition into an assert. 2013-11-25 10:14:27 +00:00
jumping_pos.h commented some code 2011-03-22 11:53:48 +00:00
pos.h Function VInd() declared const so that it can be used also with a constant face::Pos. 2014-11-15 17:50:19 +00:00
topology.h Updated to reflect the Normal() -> TriangleNormal() change 2014-11-12 00:19:46 +00:00