vcglib/vcg/simplex/face
Nico Pietroni 97a0879676 added operator < 2016-05-01 15:33:34 +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 useless 'typename's ignored by visual studio but blamed by clang 2015-10-29 07:52:56 +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 Fixed wrong typedefs in the per vertex CurvatureDir component (ScalarType). 2015-10-26 12:52:44 +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 added operator < 2016-05-01 15:33:34 +00:00
topology.h Changed DihedralAngleRad to do not use precomputed per face normal (it already did for part of the computations) 2016-04-02 05:47:20 +00:00