Subversion Repositories gelsvn

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
162 7175 d 0 h jab /branches/restructuring/src/HMesh/ I have added a constructor to each of the circulator classes which takes a
halfedge as argument. Useful to create a circulator which starts at a particular
location.
 
161 7188 d 13 h jab /branches/restructuring/ Regenerated the vcproj files.  
160 7189 d 13 h jab /branches/restructuring/src/HMesh/ Fixed a nasty little bug in Manifold safe_triangulate did not correctly position
new vertices at the centre.
 
159 7189 d 23 h jab /branches/restructuring/src/ Mostly new documentation and a bug fix in cgla isnan would call itself recursively  
158 7190 d 9 h jab /branches/restructuring/ A delayed removal mode has been added to Manifold.  
157 7193 d 10 h jab /branches/restructuring/ A good deal of changes to various makefiles. Now a complete GEL shared
library is built!
 
156 7193 d 10 h jab /branches/restructuring/src/ Somehow gel.doxygen got erased. I added it back.

Many changes to Geometry::TriMesh
 
155 7193 d 10 h jab /branches/restructuring/src/HMesh/ Took the chance to make some changes to Manifold which used to be a struct
and is now a class.

Also the collapse and precond functions now longer take the redundant
vertexIter arg.
 
154 7194 d 5 h jab /branches/restructuring/ Minor changes.  
153 7194 d 5 h jab /branches/restructuring/ Minor changes.  
152 7194 d 5 h jab /branches/restructuring/src/GLGraphics/ Texmap is going altogether.  
151 7194 d 9 h jab /branches/restructuring/src/ Junk  
150 7194 d 9 h jab /branches/restructuring/src/ Many files have been moved.  
149 7194 d 9 h jab /branches/restructuring/src/HMesh/ A lot of stuff previously in the Util library has been moved here.  
148 7194 d 9 h jab /branches/restructuring/src/ Moved to HMesh  
147 7194 d 10 h jab /branches/restructuring/src/GLGraphics/ This is the contents of the Graphics directory moved to GLGraphics  
146 7194 d 10 h jab /branches/restructuring/src/Graphics/ Removing all contents from Graphics - moving it to GlGraphics  
145 7199 d 13 h /branches/restructuring/ This commit was manufactured by cvs2svn to create branch
'restructuring'.
 
128 7214 d 0 h jab /branches/vc2005beta-branch/src/HMesh/ redundancy removed.  
127 7214 d 9 h jrf /branches/vc2005beta-branch/src/HMeshUtil/ replaced to 0s with NULL_HALFEDGE_ITERs  
126 7214 d 9 h jrf /branches/vc2005beta-branch/src/Util/ added a NULL_RRLIST_ITER  
123 7215 d 5 h jab /branches/vc2005beta-branch/src/CGLA/ Changed some constants to call to inline functions.  
122 7215 d 5 h jab /branches/vc2005beta-branch/src/HMesh/ Moved the get null iter functions to inline functions  
121 7215 d 6 h jab /branches/vc2005beta-branch/src/HMesh/ Reorganized things slightly.  
120 7215 d 8 h jab /branches/vc2005beta-branch/src/HMesh/ some changes to allow visual studio 2005 beta to work  
119 7216 d 6 h /branches/vc2005beta-branch/ This commit was manufactured by cvs2svn to create branch
'vc2005beta-branch'.
 
94 7228 d 5 h bj /branches/MPC/ merged main  
90 7228 d 7 h /branches/MPC/ This commit was manufactured by cvs2svn to create branch 'MPC'.  
76 7234 d 12 h bj /branches/MPC/ works with -ti specifications from command line  
75 7234 d 12 h bj /branches/MPC/ removed old vcproj files  
74 7234 d 13 h bj /branches/MPC/ works with -ti specifications from command line  
73 7235 d 8 h bj /branches/MPC/ builds...  
72 7235 d 8 h bj /branches/MPC/ builds...  
71 7235 d 12 h bj /branches/MPC/MPC/ upgrade to ver 3.3.0 of MPC  
69 7236 d 7 h bj /branches/MPC/ updated workspace file  
68 7236 d 7 h bj /branches/MPC/ added MPC  
67 7236 d 7 h /branches/MPC/ This commit was manufactured by cvs2svn to create branch 'MPC'.  
42 7272 d 7 h jab /branches/imesh-and-hmesh/ minor changes.  
41 7272 d 7 h jab /branches/imesh-and-hmesh/src/CGLA/ Fixed a problem with MATRIX *= SCALAR. The scalar was converted to a matrix
and MATRIX *= MATRIX was used. This conversion is now prevented using an
explicit constructor. Also we had to repeat the scalar *= in ArithSqMatFloat
 
38 7306 d 8 h jab /branches/imesh-and-hmesh/ very few changes. Some improved documentation and simplified makefiles.