.. |
create
|
completed the correct working of temporary data inside the refinement functions
|
2009-06-25 06:19:00 +00:00 |
update
|
changes in order to compile with gcc 3.x
|
2009-07-15 16:27:29 +00:00 |
allocate.h
|
small changes to enable the mesh dumping on VMI file (see wrap/io_trimesh/[import | export]_VMI.h )
|
2009-07-29 12:46:46 +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
|
small changes to enable the mesh dumping on VMI file (see wrap/io_trimesh/[import | export]_VMI.h )
|
2009-07-29 12:46:46 +00:00 |
bitquad_creation.h
|
Encapsulated everything in a static class. Also, templated with Interpolator "single-method static class" functor to make custom vertex interpolations during collapses.
|
2009-08-28 15:17:23 +00:00 |
bitquad_optimization.h
|
minor performance optimizations.
|
2009-09-07 17:54:39 +00:00 |
bitquad_support.h
|
minor performance optimizations.
|
2009-09-07 17:54:39 +00:00 |
clean.h
|
removed closests[i]->C()=Color4b::Green; form MergeCloseVertex function
|
2009-07-14 14:31:20 +00:00 |
clip.h
|
First Commit.
|
2006-05-02 14:17:36 +00:00 |
closest.h
|
Added the method GetClosestFaceNormal, that use the functor PointNormalDistanceFunctor.
|
2009-05-23 20:10:48 +00:00 |
clustering.h
|
A function inside AddPointSet() was templated on CMeshO instead of the general type MeshType. This could lead to errors at compile time. CMeshO has been replaced with MeshType and now works fine.
|
2009-08-07 13:56:38 +00:00 |
crease_cut.h
|
Removed harmless warnings
|
2009-06-11 23:55:06 +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
|
Changed a few geodesic function from void to bool to return possible failures (like for exmple asking for border distance on a mesh without border)
|
2009-05-26 22:31:58 +00:00 |
hole.h
|
added Alloc to support polygon meshes
|
2008-11-26 17:58:15 +00:00 |
inertia.h
|
added cr at the end
|
2009-07-29 12:48:30 +00:00 |
inside.h
|
[Namespaces changes]
|
2008-09-30 10:52:37 +00:00 |
overlap_estimation.h
|
changed doxigen comments.
|
2009-08-04 21:10:08 +00:00 |
point_sampling.h
|
slightly changed the trivial sampler to make simpler to use all the sampling strategies to just get a coord vector.
|
2009-07-22 05:59:03 +00:00 |
polygon_support.h
|
Added ExtractPolygon quad support function
|
2009-06-26 13:05:52 +00:00 |
refine.h
|
completed the correct working of temporary data inside the refinement functions
|
2009-06-25 06:19:00 +00:00 |
refine_loop.h
|
moved here from meshlab. Long time due.
|
2008-12-11 13:52:25 +00:00 |
smooth.h
|
compilation fixes with Eigen
|
2009-07-21 07:29:13 +00:00 |
stat.h
|
-added CountPointSet() to clustering
|
2009-07-16 10:16:39 +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 |