Rev |
Age |
Author |
Path |
Log message |
Diff |
593 |
4630 d 1 h |
jab |
/branches/ctl/hmesh_vector/ |
Minor changes. An extra constructor for Vec3i and a function for creating a face in Manifold |
|
589 |
4635 d 20 h |
jab |
/branches/ctl/hmesh_vector/src/HMesh/ |
After much deliberation, I changed it back so that ConnectivityKernel is now contained in Manifold - not an ancestor. |
|
588 |
4636 d 0 h |
jab |
/branches/ctl/hmesh_vector/ |
In a rather structural change, Manifold now inherits from ConnectivityKernel as opposed to containing it. What this means is that we now see the connectivityKernel as an abstract manifold. Methods for directly adding and removing vertices are protected and thus the user cannot see them. However, in a big change, the functions next, prev, opp, last, vert, which map mesh entities to other mesh entities (referenced by ID) are now exposed. This means that the Walker is no longer the sole means of getting to things in the mesh. I think this is an advantage, but I am not positive. Need to reflect before merging back into trunk. |
|
587 |
4637 d 0 h |
jab |
/branches/ctl/hmesh_vector/ |
A number of changes. Importantly
Vertex positions in Manifold are now stored as Vec3d
HalfEdgeWalker has been renamed Walker |
|
586 |
4637 d 11 h |
jab |
/branches/ctl/hmesh_vector/ |
Numerous changes. In particular, I changed the ItemID, ItemVector, and ConnectivityKernel in HMesh. This was done to make interfaces more clear.
Now ItemVector knows ItemIDs and conversion from ItemID to the actual integer ids happens in the ItemVector class and not connectivity kernel. |
|
585 |
4638 d 19 h |
jab |
/branches/ctl/hmesh_vector/ |
Committed many small changes. resolved conflicts. This commit merges in trunk. Now to merge back ... |
|
578 |
4709 d 0 h |
jab |
/branches/ctl/hmesh_vector/ |
Added doxygen docs to standard headers. |
|
572 |
4711 d 20 h |
jab |
/branches/ctl/hmesh_vector/ |
Entered standard header |
|
562 |
4931 d 18 h |
jab |
/branches/ctl/hmesh_vector/ |
Many nice things added to GEL. |
|
553 |
5125 d 20 h |
jab |
/branches/ctl/hmesh_vector/ |
Mostly minor changes |
|
550 |
5302 d 9 h |
jab |
/branches/ctl/hmesh_vector/ |
Added a bridge face function to Manifold. It has not been stress tested, but it seems to work. In any case,
sane input is the user's responsibility for now. |
|
548 |
5302 d 12 h |
jab |
/branches/ctl/hmesh_vector/src/HMesh/ |
The collapse_precond grew a new test. |
|
547 |
5303 d 23 h |
jab |
/branches/ctl/hmesh_vector/ |
Mostly updates to documentation. |
|
546 |
5304 d 10 h |
jab |
/branches/ctl/hmesh_vector/ |
merge_one_ring now works. However, it can create very nasty meshes. The practical application in mesh_edit also
needs work. |
|
542 |
5309 d 19 h |
jab |
/branches/ctl/hmesh_vector/src/HMesh/ |
added the merge_one_ring function which takes all faces in the one ring of a vertex and merge them into one face, discarding the original vertex and its incident edges. |
|
522 |
5377 d 12 h |
s042372 |
/branches/ctl/hmesh_vector/src/HMesh/ |
|
|
519 |
5407 d 17 h |
s042372 |
/branches/ctl/hmesh_vector/ |
The manifold functions no_* have been split into active_* and total_* in order to improve the interface.
Specialized AttributeVectors no longer depends on the manifold to improve code clarity and remove cyclic dependency. |
|
518 |
5422 d 11 h |
s042372 |
/branches/ctl/hmesh_vector/ |
Iterators are now templates.
Cleanup of size_t/IndexType/int confusion in interface and HMesh code (not rest of GEL, with Exception of IndexType).
Beautification of code in general... |
|
515 |
5422 d 16 h |
s042372 |
/branches/ctl/hmesh_vector/ |
ItemID changed to template.
Code base modified to reflect change.
Decimator works.
Meshedit runs and performs successful simplify operations. |
|
512 |
5429 d 22 h |
s042372 |
/branches/ctl/hmesh_vector/ |
Minor fixes, and updated headers |
|