..
create
moved (and renamed) trivial walker from apps/ to vcg/complex/trimesh/create
2009-05-18 14:19:12 +00:00
update
added missing test on deleted faces
2009-04-21 15:42:18 +00:00
allocate.h
removed the (useless) template parameter to Per[XXX]DeleteAttribute(mesh,name)
2009-03-20 10:22:16 +00:00
append.h
added in the Append::Mesh function the possibility of copying also unreferenced vertices (indispensable for point sets!)
2009-04-04 16:58:21 +00:00
autoalign_4pcs.h
[SIMPLEXplus promotion]
2008-12-19 10:39:32 +00:00
base.h
*** SIGNIFICANT CHANGE ***
2009-05-21 23:02:48 +00:00
clean.h
added IsPolygonal, which tells you whether the mesh actually represents a polygonal mesh (false if triangle only)
2009-04-27 14:13:28 +00:00
clip.h
First Commit.
2006-05-02 14:17:36 +00:00
closest.h
removed harmless warning
2009-04-22 10:30:04 +00:00
clustering.h
make point2 derived Eigen's Matrix, and a set of minimal fixes to make meshlab compile
2008-10-28 00:59:46 +00:00
crease_cut.h
Port to eigen2: state of the mess:
2008-10-27 19:35:17 +00:00
edge_collapse.h
Added Allocator::DeleteFace and Allocator::DeleteVertex; Now the use of SetD() should be deprecated.
2007-10-16 16:46:53 +00:00
edge_support.h
compiled with gcc
2009-04-01 13:07:08 +00:00
geodesic.h
added possibility to pass a functor to evaluate the distance between two vertices
2009-01-23 17:15:43 +00:00
hole.h
added Alloc to support polygon meshes
2008-11-26 17:58:15 +00:00
inertia.h
make point2 derived Eigen's Matrix, and a set of minimal fixes to make meshlab compile
2008-10-28 00:59:46 +00:00
inside.h
[Namespaces changes]
2008-09-30 10:52:37 +00:00
point_sampling.h
Added RegularRecursiveOffset sampling function
2009-04-22 10:27:44 +00:00
polygon_support.h
missing checks on deleted simplex added
2008-11-26 17:57:09 +00:00
refine.h
Removed a few harmless warnings
2009-03-30 20:58:18 +00:00
refine_loop.h
moved here from meshlab. Long time due.
2008-12-11 13:52:25 +00:00
smooth.h
Updated DepthSmooth to the recent library changes
2009-03-20 00:27:07 +00:00
stat.h
added assert for avoiding to put trash into a histogram
2008-12-12 15:06:27 +00:00
subset.h
use const_iterator for input face container.
2009-03-17 16:39:23 +00:00
textcoord_optimization.h
big replacement .Zero => .SetZero, and start of Eigen's compatibilities (currently disabled by default)
2008-10-27 14:48:14 +00:00