Commit Graph

45 Commits

Author SHA1 Message Date
ganovelli 95713e5723 updated to current version of the library 2011-04-15 14:02:55 +00:00
ganovelli c018a60762 Ongoing Rearrangement of filepath
replaced the path to comply the filepaths modification.
The replacements are as follows:

/complex/trimesh/base.h --> /complex/complex.h
/complex/trimesh/allocate.h --> /complex/allocate.h
/complex/trimesh/append.h --> /complex/append.h
/complex/trimesh/ --> /complex/algorithms/
/complex/local_optimization/ ---> /complex/algorithms/local_optimization/
/complex/local_optimization.h ---> /complex/algorithms/local_optimization.h
/complex/intersection.h ---> /complex/algorithms/intersection.h
/complex/boundary.h ---> /complex/algorithms/boundary.h
2011-04-01 17:09:03 +00:00
ganovelli 35d0e58149 [SIMPLEXplus promotion]
This modification removes the old way to define simplexes (already deprecated and unsupported).
In the following SIMPLEX = [vertex|edge|face|tetrahedron]

All the stuff that was in vcg/simplex/SIMPLEXplus/ has now been promoted to vcg/simplex/

Details:
- the folder vcg/simplex/SIMPLEX/with has been removed
- the file vcg/simplex/SIMPLEX/base.h has been renamed into  vcg/simplex/SIMPLEX/base_old.h 
- the content of vcg/simplex/SIMPLEXplus/ has been moved into vcg/simplex/SIMPLEX/
- the folder vcg/simplex/SIMPLEXplus/ has been removed

Actions the update the  code using vcglib:
replace <vcg/simplex/SIMPLEXplus/*> with  <vcg/simplex/SIMPLEX/*> in every include
for MESHLAB users: already done along with this commit
2008-12-19 10:43:36 +00:00
granzuglia e64f8c1bd6 updated version number 2007-03-16 15:27:48 +00:00
Paolo Cignoni f79adff0da Changed the include order and the order in which cleaning filters are applied. 2007-03-08 22:49:35 +00:00
Paolo Cignoni 3f78d3f970 Updated to the new remove zero area syntax 2006-05-16 21:55:28 +00:00
Paolo Cignoni 2705825f50 Added managemnt of non critical errors 2006-03-29 09:27:07 +00:00
Massimiliano Corsini 2d07c3bcbf fix typo 2006-03-29 08:17:56 +00:00
Paolo Cignoni deefb4b699 Added LoadMask 2006-03-27 07:15:59 +00:00
Massimiliano Corsini 5de5d58ed8 Fix load mask initialization 2006-02-28 14:54:10 +00:00
Massimiliano Corsini d49fae8d52 Add normal, color, texture information 2006-02-09 16:12:27 +00:00
Massimiliano Corsini f7e9d994ae Fix mesh info structure initialization 2006-02-06 12:59:12 +00:00
Massimiliano Corsini e304e42077 fix boolean entry type 2006-01-27 14:18:07 +00:00
Massimiliano Corsini a451687a8d remove junk code 2006-01-27 14:17:10 +00:00
Massimiliano Corsini 010d994711 fix signed/unsigned mismatch 2006-01-27 13:35:51 +00:00
Massimiliano Corsini 9580823cd5 fix typo 2006-01-26 16:29:21 +00:00
Paolo Cignoni ac8493bbad Splitted IsComplexManifold in IsTwoManifoldFace and IsTwoManifoldVertex 2005-12-29 12:27:37 +00:00
Massimiliano Corsini d938165038 Out the number of self intersection 2005-12-21 14:11:59 +00:00
Massimiliano Corsini c19e394e21 Re-add save xml feature 2005-12-21 13:26:58 +00:00
Massimiliano Corsini 2e0dc16fba Move duplicated vertices routine
Modify genus computation call
2005-12-21 13:10:10 +00:00
Massimiliano Corsini 0f00bb720e Modify html table 2005-12-20 14:44:10 +00:00
Massimiliano Corsini 42695acbd0 Remove unuseful Clear function 2005-12-20 13:29:41 +00:00
Massimiliano Corsini 47da0f6a24 Disable xml output temporarily 2005-12-19 15:00:53 +00:00
Massimiliano Corsini ebf6ae99a4 Add html output support 2005-12-19 11:35:13 +00:00
Massimiliano Corsini 1d99071cc2 Add manifold check to some properties 2005-12-16 11:16:36 +00:00
Massimiliano Corsini a7e2f058f9 Add vertex-face topology 2005-12-15 11:20:00 +00:00
Massimiliano Corsini ef0b97e97a Adjust comments 2005-12-14 14:05:37 +00:00
Massimiliano Corsini 0838ed47ca Re-add clean mesh saving feature 2005-12-14 12:15:37 +00:00
Massimiliano Corsini a2bdeea8f6 Restructuring code 2005-12-13 15:46:30 +00:00
Paolo Cignoni 7032bf3d73 Changed names of clean function and tested inertia.h 2005-12-12 12:09:08 +00:00
Massimiliano Corsini ef49736885 Minor changes 2005-12-12 11:29:21 +00:00
Massimiliano Corsini 0fc829e2b8 Fix indentation 2005-12-12 10:48:16 +00:00
Paolo Cignoni 8b4ceb6dc4 Changed include order
removed clean::initialize
2005-11-17 00:42:03 +00:00
Paolo Cignoni 213fe182d5 Minor changes 2005-11-16 16:45:51 +00:00
Paolo Cignoni b6bf591ea3 Changed name of the component from <Flag> to <BitFlags> 2005-11-16 15:59:46 +00:00
Paolo Cignoni a5d8bd82ac Heavily restructured the code of Trimeshinfo.
Now divided the collecting part from the reporting one (xml and ascii)
2005-11-14 09:21:07 +00:00
Paolo Cignoni a1b8cb081c Removed Debug option 2005-11-04 15:37:58 +00:00
Paolo Cignoni 05340422a8 Moved all the main functions inside clean.h 2005-10-11 16:03:41 +00:00
Paolo Cignoni 1610300e86 Fixed manifold Test 2005-09-30 15:48:46 +00:00
Paolo Cignoni 730c9a68bd Problem: Text not aligned 2005-09-30 14:13:01 +00:00
Paolo Cignoni 678ac8a700 Fixed Manifold Test 2005-09-30 13:29:40 +00:00
Paolo Cignoni 3f0170846e Fixed code related to creation o fthe XML file 2005-09-29 14:48:15 +00:00
Paolo Cignoni 895fa1dd37 Fixed some printout not alligned 2005-09-28 13:57:09 +00:00
Paolo Cignoni 541c26e601 Added possibility of saving File in OFF format 2005-09-28 10:46:04 +00:00
Paolo Cignoni 8de0a9f67d Changed file name to uniform with other solution projects,
before was main.cpp
2005-09-20 10:15:27 +00:00