Subversion Repositories gelsvn

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
444 5879 d 10 h jab /trunk/src/HMesh/ Fixed a subtle bug. An inline function cannot have a static member. Yet to get the NULL_FACE_ITER (and same for halfedge and vertex) a function returning the end iterator of a static list was used. Probably this was not a real static (in release mode on OSX) and that meant that the program would crash unexpectedly in release mode in a reproducable, systematic yet baffling way. Now the function is no longer inline, and it seems to work. Of course, the entire list kernel for HMesh wants rewriting.  
363 6243 d 8 h jab /trunk/ A few changes to make quadric simplification better. In particular, boundaries
are now handled well.
 
183 7100 d 12 h jab /trunk/src/HMesh/ Some restructuring. fair_polygonize (h and cpp) have been removed.
The contents is now in volume polygonizei. Mostly minor changes
elsewhere.
 
129 7162 d 13 h jab /trunk/src/ Merged the branch which does _not_ assume that we can construct a list
iterator with argument 0. It seems to work fine.
 
103 7176 d 12 h bj /trunk/src/ "fixed" most warnings when compiling with MSVC.  
62 7187 d 10 h jab /trunk/ A number of changes have been made to simplify GEL  
39 7242 d 15 h bj /trunk/ Merged from imesh-and-hmesh
added README_MSVC with building instuctions for visual studio