Marco Di Benedetto
|
3c222fd583
|
First Commit.
|
2006-05-08 15:19:21 +00:00 |
Paolo Cignoni
|
4273322f65
|
minor change: removed unused vars
|
2006-05-04 00:09:53 +00:00 |
Paolo Cignoni
|
dc06357cfa
|
HasPerWedgeTexture -> HasPerWedgeTexture(m)
|
2006-05-03 21:42:10 +00:00 |
Paolo Cignoni
|
6ce9535dc3
|
Changed HasMark to HasPerFaceMark(m) and commented some unused internal vars of the class
|
2006-05-03 21:40:27 +00:00 |
Paolo Cignoni
|
c7196917fd
|
Added possibility of not updating the topology during a SwapEdge
|
2006-05-03 21:38:57 +00:00 |
Paolo Cignoni
|
30b1d99a4c
|
Added Optional Mark
|
2006-05-03 21:37:02 +00:00 |
Paolo Cignoni
|
3cb1b4442d
|
Added new style HasPerFaceColor(m) and HasPerFaceMark(m)
|
2006-05-03 21:35:31 +00:00 |
Paolo Cignoni
|
9ce4c88f2a
|
Corrected IsDeleted -> isD
|
2006-05-03 21:23:25 +00:00 |
Marco Di Benedetto
|
e3a1490ec0
|
First Commit.
|
2006-05-02 14:17:36 +00:00 |
Paolo Cignoni
|
10c513dad8
|
Added some utility methods (swapping of columns and rows, matrix-vector multiplication)
|
2006-04-29 10:26:04 +00:00 |
Paolo Cignoni
|
26ce24dec3
|
Added method for sorting the singular values computed by the SingularValueDecomposition procedure
|
2006-04-29 10:20:52 +00:00 |
Paolo Cignoni
|
9df4f755ec
|
Initial commit.
|
2006-04-21 08:05:44 +00:00 |
Paolo Cignoni
|
c5f4a75533
|
small GCC compiling issues
|
2006-04-20 08:30:27 +00:00 |
Paolo Cignoni
|
4ae1cb2a64
|
added a ; how could this ever compile?
|
2006-04-18 07:01:22 +00:00 |
Paolo Cignoni
|
2bf25202a4
|
Added ConnectedIterator (should be moved somewhere else)
Cleaned ConnectedComponents
|
2006-04-12 15:08:51 +00:00 |
Paolo Cignoni
|
5e451b6435
|
commented out one function which does not compile on linux with gcc 3.4.5
|
2006-04-11 13:51:21 +00:00 |
Paolo Cignoni
|
53dfb84a07
|
newline at end of file please
|
2006-04-11 08:41:31 +00:00 |
Paolo Cignoni
|
1f4a4221e3
|
changes necessary for gcc 3.4.5 on linux 64bit.
|
2006-04-11 08:10:05 +00:00 |
Paolo Cignoni
|
3ddd189349
|
changes necessary for gcc 3.4.5 on linux 64bit. Please take note of case-sensitivity of filenames
|
2006-04-11 08:09:35 +00:00 |
Paolo Cignoni
|
29822d8362
|
changes necessary for gcc 3.4.5 on linux 64bit
|
2006-04-11 08:08:28 +00:00 |
Massimiliano Corsini
|
5358e40f63
|
Add cast to avoid warning
|
2006-03-29 10:12:08 +00:00 |
Paolo Cignoni
|
462fa9effe
|
extra includes necessary for compilation of meshlab on AMD 64 with gcc 3.4.5
|
2006-03-29 09:25:49 +00:00 |
Paolo Cignoni
|
a1d3e8a371
|
Missing ';' (thx Maarten)
|
2006-03-29 07:53:36 +00:00 |
Paolo Cignoni
|
47443e5bb5
|
Double->Scalar in dodecahedron
|
2006-03-27 04:18:35 +00:00 |
Nico Pietroni
|
b2879b7333
|
IntersectionSegmentPlane and Intersection_Segment_Box functions Added
|
2006-03-20 14:42:49 +00:00 |
Nico Pietroni
|
0c0e9044cf
|
compiled and corrected ClosestPoint function
|
2006-03-07 16:39:38 +00:00 |
Nico Pietroni
|
5dee0e155b
|
added InterpolationParameters function
|
2006-03-01 15:59:34 +00:00 |
Nico Pietroni
|
dc14636c2c
|
compiled InterspolationParameters function
|
2006-03-01 15:35:09 +00:00 |
Federico Ponchio
|
5b39ff496a
|
HACK: MaxVal(0.0f) not defined in vcg/math/base.h as it should be,
changing it to 1e36 (pretty close :P)
|
2006-03-01 10:29:55 +00:00 |
Federico Ponchio
|
6faf120b1f
|
Added typename
|
2006-02-28 16:51:29 +00:00 |
Paolo Cignoni
|
a16d494cd5
|
fix bug end iterator++
|
2006-02-28 12:22:48 +00:00 |
Paolo Cignoni
|
baad6db4b9
|
fix bug end iterator++
|
2006-02-28 12:13:49 +00:00 |
Federico Ponchio
|
40e4a353bd
|
g++ compliance:
begin() -> (*this).begin() and for end(), size(), Base(), Index()
|
2006-02-28 11:59:55 +00:00 |
Paolo Cignoni
|
d1bdc88911
|
minor bug in Face-Face topology loop fixed
|
2006-02-27 19:26:14 +00:00 |
Federico Ponchio
|
ec70371a78
|
Area -> doublearea/2
added some typename
|
2006-02-27 18:02:57 +00:00 |
Federico Ponchio
|
524fc2574c
|
Added some documentation
|
2006-02-27 17:58:11 +00:00 |
Federico Ponchio
|
4ed45caeee
|
Added some documentation.
|
2006-02-27 17:42:43 +00:00 |
Paolo Cignoni
|
5fb0b4acc2
|
minor bug in Face-Face topology loop fixed
|
2006-02-27 11:56:48 +00:00 |
Nico Pietroni
|
ce453edfb1
|
sintax error corrected
|
2006-02-09 08:38:04 +00:00 |
Nico Pietroni
|
165db89ccf
|
added typenames declaration in rayIterator
|
2006-02-08 17:04:10 +00:00 |
Nico Pietroni
|
1ea84f2954
|
commented one GetClosestFace function ... the code is the same then getClosest that return barycentric coordinates
|
2006-02-08 17:02:41 +00:00 |
Paolo Cignoni
|
9e5788c078
|
Added missing typenames
|
2006-02-06 10:45:47 +00:00 |
Paolo Cignoni
|
001fd1c573
|
Added IsD() test in SelfIntersection
|
2006-02-01 15:27:00 +00:00 |
Paolo Cignoni
|
2857c3bafb
|
Corrected use of HasPerWedgeTexture
|
2006-01-30 09:00:40 +00:00 |
Paolo Cignoni
|
7c20ead0c3
|
Corrected HasPerWedgeTexture
|
2006-01-30 08:47:40 +00:00 |
Paolo Cignoni
|
558c52d8cb
|
Corrected Grid
|
2006-01-30 08:09:05 +00:00 |
Paolo Cignoni
|
e61203f1ba
|
Added missing typenames
|
2006-01-30 08:03:45 +00:00 |
Massimiliano Corsini
|
3b049ec0e4
|
fix signed/unsigned mismatch
|
2006-01-27 09:58:47 +00:00 |
Nico Pietroni
|
29c6470b0b
|
used template types instead of point3f and float inside function calls
|
2006-01-24 13:23:22 +00:00 |
Paolo Cignoni
|
527e4042b5
|
Some changes in class Facet ( constructor and operator < )
|
2006-01-24 09:58:11 +00:00 |
Federico Ponchio
|
88614c2f37
|
gcc compatibility (templates mostly)
bbox -> this->bbox
More consistent use of Box3x and such.
|
2006-01-23 21:26:57 +00:00 |
Federico Ponchio
|
52c3f0e4d4
|
P1 --> HASH_P1
Old definition was conflicting with functions in segment.h
|
2006-01-23 15:26:31 +00:00 |
Paolo Cignoni
|
1e427593b7
|
Added a missing vcg::
|
2006-01-23 13:33:54 +00:00 |
Federico Ponchio
|
efbad3a4fd
|
Uncommented #include <..../intersection3.h>
for Intersection_Ray_Box...
|
2006-01-23 11:41:03 +00:00 |
Paolo Cignoni
|
02f1e55b83
|
Added Grid function (to build range map meshes...)
|
2006-01-22 17:10:15 +00:00 |
Paolo Cignoni
|
de85929aee
|
Bug due to wrong compuation of size of auxiliary vector (vn instead of vert.size() )
|
2006-01-22 17:08:50 +00:00 |
Paolo Cignoni
|
a5f755bf9f
|
vi/fi mismatch in ClipWithBox
|
2006-01-22 17:06:27 +00:00 |
Paolo Cignoni
|
5a2ed7b59d
|
Corrected intialization of flag, must be zero.
|
2006-01-22 17:01:40 +00:00 |
Paolo Cignoni
|
f5a5f77728
|
Corrected use of Area with the unambiguous DoubleArea
Added ClipWithBox function
|
2006-01-22 10:07:42 +00:00 |
Paolo Cignoni
|
381ce72a56
|
Corrected use of Area with the unambiguous DoubleArea
|
2006-01-22 10:06:23 +00:00 |
Paolo Cignoni
|
92c21e838d
|
Very Important Change: Area->DoubleArea (and no more Area function)
|
2006-01-22 10:00:56 +00:00 |
Nico Pietroni
|
cf9fd0ca9f
|
added operators:
operator -= ( const Matrix33Diag<S> &p )
Matrix33 operator - ( const Matrix33Diag<S> &p )
Matrix33 operator + ( const Matrix33 &m )
Matrix33 operator + ( const Matrix33Diag<S> &p )
|
2006-01-20 16:41:44 +00:00 |
Nico Pietroni
|
f3d28fb710
|
erased extended marching cube method call.
|
2006-01-20 16:37:23 +00:00 |
Nico Pietroni
|
31512102ed
|
added Intersection_Segment_Box function
|
2006-01-20 16:35:51 +00:00 |
Paolo Cignoni
|
f8400e07c4
|
fix bug end iterator++
|
2006-01-19 14:18:08 +00:00 |
Paolo Cignoni
|
56dbb91da2
|
add std:: namespace...
|
2006-01-19 14:06:37 +00:00 |
Marco Di Benedetto
|
3fc1eb7c2c
|
Corrected Pass-Through bits and added visit flag.
|
2006-01-19 13:54:49 +00:00 |
Marco Di Benedetto
|
fc85374c3c
|
Fixed product by scalar and SquaredNorm()
|
2006-01-19 13:53:19 +00:00 |
Marco Callieri
|
e7b6fd9b9f
|
in FileWrite, added file closing after finishing
|
2006-01-12 13:12:54 +00:00 |
Paolo Cignoni
|
8e4764e73d
|
Initial Release
|
2006-01-11 15:45:21 +00:00 |
Paolo Cignoni
|
35b967720e
|
Added RemoveDegenerateFace and added its automatic invocation at the end of RemoveDuplicateVertex
|
2006-01-11 15:40:14 +00:00 |
Nico Pietroni
|
4bc0fa600a
|
correct pass of variable closest_pt by reference in getclosestFace function
|
2006-01-10 13:31:54 +00:00 |
Paolo Cignoni
|
fa5979e2ac
|
Added Initialization of Color in Vertex and Face Components
|
2006-01-09 13:58:56 +00:00 |
Paolo Cignoni
|
07f5fe7d42
|
Removed a syntax error (double >) in HasPerWedgeTexture/HasPerFaceColor
|
2006-01-05 15:46:06 +00:00 |
Paolo Cignoni
|
52c3db40a7
|
Corrected push_back (did not worked at all!)
added missing cFFi
|
2006-01-04 18:46:25 +00:00 |
Paolo Cignoni
|
9f49fb189a
|
Added ndim namespace to generic Matrix
|
2006-01-03 15:29:49 +00:00 |
Paolo Cignoni
|
36e37b0a6c
|
fix some bugs.
|
2006-01-03 12:44:58 +00:00 |
Nico Pietroni
|
d84e14fc2f
|
minor changes
|
2006-01-03 11:12:14 +00:00 |
Paolo Cignoni
|
dda2cfbcaa
|
Corrected HasPerFaceColor and HasPerWedgeTexture to comply gcc
|
2006-01-03 10:54:21 +00:00 |
Paolo Cignoni
|
1c29faf575
|
Added some missing std::
|
2006-01-02 09:49:36 +00:00 |
Paolo Cignoni
|
ac8493bbad
|
Splitted IsComplexManifold in IsTwoManifoldFace and IsTwoManifoldVertex
|
2005-12-29 12:27:37 +00:00 |
Paolo Cignoni
|
6de3303285
|
removed div by zero bug in callback of refine (tnx to Mario Latronico)
|
2005-12-22 11:24:09 +00:00 |
Massimiliano Corsini
|
3aa5e5f037
|
Remove printf
|
2005-12-21 14:15:03 +00:00 |
Massimiliano Corsini
|
ebf668b881
|
Modify genus computation
|
2005-12-21 13:09:03 +00:00 |
Paolo Cignoni
|
738d1e1401
|
Better comment and a parameter more for UpdateColor::VertexBorderFlag
|
2005-12-19 16:47:42 +00:00 |
Massimiliano Corsini
|
34acf11b61
|
Fix IsOrientedMesh
|
2005-12-19 15:13:06 +00:00 |
Massimiliano Corsini
|
009f633576
|
Rewrite SwapEdge to fix problems with borders
|
2005-12-19 13:47:26 +00:00 |
Paolo Cignoni
|
51180b7d58
|
Increased the maximum number of possible template args from 7 to 8
|
2005-12-16 13:28:09 +00:00 |
Paolo Cignoni
|
94853880bb
|
Reimplemented SelfIntersection
|
2005-12-16 13:13:44 +00:00 |
Massimiliano Corsini
|
c334cebb47
|
Add some user bit
|
2005-12-16 11:42:23 +00:00 |
Massimiliano Corsini
|
a088ee1ba6
|
Remove trivial warnings
|
2005-12-16 11:01:26 +00:00 |
Massimiliano Corsini
|
54f4709e35
|
Reimplement isOrientedMesh
|
2005-12-16 10:54:59 +00:00 |
Massimiliano Corsini
|
8acb41e2a6
|
Take account for deletion in isComplexManifold
|
2005-12-16 10:53:39 +00:00 |
Massimiliano Corsini
|
4dc5c85023
|
Take account for deletion in isRegularMesh
|
2005-12-16 10:51:43 +00:00 |
Massimiliano Corsini
|
c1ffab75de
|
Add further comment to FlipEdge
|
2005-12-16 10:47:48 +00:00 |
Massimiliano Corsini
|
67dca7d9e6
|
Fix one bug
|
2005-12-16 10:43:23 +00:00 |
Massimiliano Corsini
|
8133c87819
|
Add CheckOrientation
Reimplement SwapEdge function
|
2005-12-16 10:29:10 +00:00 |
Massimiliano Corsini
|
ba6382f984
|
Reimplement isComplexManifold
Reimplement isRegular
|
2005-12-15 13:53:13 +00:00 |
Massimiliano Corsini
|
becbfab7da
|
Replace Pos<FaceType> with PosType
|
2005-12-15 11:57:48 +00:00 |
Massimiliano Corsini
|
fa45011ed9
|
Fix operators
|
2005-12-15 11:19:00 +00:00 |