Rev |
Age |
Author |
Path |
Log message |
Diff |
Changes |
526 |
5365 d 15 h |
jab |
/branches/ctl/hmesh_vector/ |
- Declared (but did not define) the attributevector in ItemID.h. This appears to make
the friend declaration in ItemID work.
- Commented out some broken asserts in curvature.cpp |
|
/branches/ctl/hmesh_vector/GEL.xcodeproj/jab.pbxuser /branches/ctl/hmesh_vector/src/Geometry/ply_load.cpp /branches/ctl/hmesh_vector/src/HMesh/AttributeVector.h /branches/ctl/hmesh_vector/src/HMesh/ItemID.h /branches/ctl/hmesh_vector/src/HMesh/ItemVector.h /branches/ctl/hmesh_vector/src/HMesh/curvature.cpp /branches/ctl/hmesh_vector/src/HMesh/obj_save.cpp /branches/ctl/hmesh_vector/src/HMesh/x3d_save.cpp
|
525 |
5365 d 16 h |
jab |
/branches/ctl/hmesh_vector/GEL.xcodeproj/ |
updated build file |
|
/branches/ctl/hmesh_vector/GEL.xcodeproj/jab.pbxuser /branches/ctl/hmesh_vector/GEL.xcodeproj/project.pbxproj
|
524 |
5365 d 16 h |
jab |
/branches/ctl/hmesh_vector/src/Geometry/ |
long -> int |
|
/branches/ctl/hmesh_vector/src/Geometry/rply.h
|
523 |
5365 d 16 h |
jab |
/branches/ctl/hmesh_vector/src/Geometry/ |
|
|
/branches/ctl/hmesh_vector/src/Geometry/rply.c
|
522 |
5366 d 1 h |
s042372 |
/branches/ctl/hmesh_vector/src/HMesh/ |
|
|
/branches/ctl/hmesh_vector/src/HMesh/AttributeVector.h /branches/ctl/hmesh_vector/src/HMesh/Manifold.cpp /branches/ctl/hmesh_vector/src/HMesh/Manifold.h /branches/ctl/hmesh_vector/src/HMesh/mesh_optimization.cpp /branches/ctl/hmesh_vector/src/HMesh/quadric_simplify.cpp /branches/ctl/hmesh_vector/src/HMesh/refine_edges.cpp /branches/ctl/hmesh_vector/src/HMesh/refine_edges.h
|
520 |
5395 d 9 h |
s042372 |
/branches/ctl/hmesh_vector/src/HMesh/ |
interfaces updated with more doxygen comments for completeness. |
|
/branches/ctl/hmesh_vector/src/HMesh/HMesh.h
/branches/ctl/hmesh_vector/src/HMesh/AttributeVector.h /branches/ctl/hmesh_vector/src/HMesh/CMakeLists.txt /branches/ctl/hmesh_vector/src/HMesh/ConnectivityKernel.h /branches/ctl/hmesh_vector/src/HMesh/HalfEdgeWalker.h /branches/ctl/hmesh_vector/src/HMesh/ItemVector.h /branches/ctl/hmesh_vector/src/HMesh/Iterators.h
|
519 |
5396 d 7 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. |
|
/branches/ctl/hmesh_vector/apps/Decimator/decimator.cpp /branches/ctl/hmesh_vector/apps/MeshDistance/meshdist.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/VisObj.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/harmonics.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/meshedit.cpp /branches/ctl/hmesh_vector/src/GLGraphics/IDBufferWireFrameRenderer.cpp /branches/ctl/hmesh_vector/src/HMesh/AttributeVector.h /branches/ctl/hmesh_vector/src/HMesh/ConnectivityKernel.h /branches/ctl/hmesh_vector/src/HMesh/ItemVector.h /branches/ctl/hmesh_vector/src/HMesh/Manifold.cpp /branches/ctl/hmesh_vector/src/HMesh/Manifold.h /branches/ctl/hmesh_vector/src/HMesh/curvature.cpp /branches/ctl/hmesh_vector/src/HMesh/dual.cpp /branches/ctl/hmesh_vector/src/HMesh/flatten.cpp /branches/ctl/hmesh_vector/src/HMesh/mesh_optimization.cpp /branches/ctl/hmesh_vector/src/HMesh/obj_save.cpp /branches/ctl/hmesh_vector/src/HMesh/off_save.cpp /branches/ctl/hmesh_vector/src/HMesh/quadric_simplify.cpp /branches/ctl/hmesh_vector/src/HMesh/refine_edges.cpp /branches/ctl/hmesh_vector/src/HMesh/smooth.cpp /branches/ctl/hmesh_vector/src/HMesh/subdivision.cpp /branches/ctl/hmesh_vector/src/HMesh/triangulate.cpp /branches/ctl/hmesh_vector/src/HMesh/x3d_save.cpp
|
518 |
5411 d 1 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... |
|
/branches/ctl/hmesh_vector/src/HMesh/Items.h
/branches/ctl/hmesh_vector/apps/BloomenthalPolygonize/bloomenthal-polygonize.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/Renderer.cpp /branches/ctl/hmesh_vector/src/GLGraphics/IDBufferWireFrameRenderer.cpp /branches/ctl/hmesh_vector/src/HMesh/AttributeVector.h /branches/ctl/hmesh_vector/src/HMesh/CMakeLists.txt /branches/ctl/hmesh_vector/src/HMesh/ConnectivityKernel.cpp /branches/ctl/hmesh_vector/src/HMesh/ConnectivityKernel.h /branches/ctl/hmesh_vector/src/HMesh/HalfEdgeWalker.h /branches/ctl/hmesh_vector/src/HMesh/ItemID.h /branches/ctl/hmesh_vector/src/HMesh/ItemVector.h /branches/ctl/hmesh_vector/src/HMesh/Iterators.h /branches/ctl/hmesh_vector/src/HMesh/Manifold.cpp /branches/ctl/hmesh_vector/src/HMesh/Manifold.h /branches/ctl/hmesh_vector/src/HMesh/caps_and_needles.cpp /branches/ctl/hmesh_vector/src/HMesh/curvature.h /branches/ctl/hmesh_vector/src/HMesh/dual.cpp /branches/ctl/hmesh_vector/src/HMesh/dual.h /branches/ctl/hmesh_vector/src/HMesh/flatten.cpp /branches/ctl/hmesh_vector/src/HMesh/flatten.h /branches/ctl/hmesh_vector/src/HMesh/mesh_optimization.cpp /branches/ctl/hmesh_vector/src/HMesh/obj_save.cpp /branches/ctl/hmesh_vector/src/HMesh/off_load.cpp /branches/ctl/hmesh_vector/src/HMesh/off_save.cpp /branches/ctl/hmesh_vector/src/HMesh/smooth.cpp /branches/ctl/hmesh_vector/src/HMesh/subdivision.cpp /branches/ctl/hmesh_vector/src/HMesh/triangulate.cpp /branches/ctl/hmesh_vector/src/HMesh/x3d_load.cpp /branches/ctl/hmesh_vector/src/HMesh/x3d_save.cpp
|
517 |
5411 d 6 h |
s042372 |
/branches/ctl/hmesh_vector/ |
|
|
/branches/ctl/hmesh_vector/apps/MeshEdit/CMakeLists.txt /branches/ctl/hmesh_vector/src/Geometry/CMakeLists.txt
|
516 |
5411 d 6 h |
s042372 |
/branches/ctl/hmesh_vector/src/HMesh/ |
|
|
/branches/ctl/hmesh_vector/src/HMesh/CMakeLists.txt
|
515 |
5411 d 6 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. |
|
/branches/ctl/hmesh_vector/src/HMesh/ConnectivityKernel.cpp /branches/ctl/hmesh_vector/src/HMesh/dual.cpp /branches/ctl/hmesh_vector/src/HMesh/dual.h
/branches/ctl/hmesh_vector/apps/MeshEdit/VisObj.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/meshedit.cpp /branches/ctl/hmesh_vector/src/HMesh/AttributeVector.h /branches/ctl/hmesh_vector/src/HMesh/CMakeLists.txt /branches/ctl/hmesh_vector/src/HMesh/ConnectivityKernel.h /branches/ctl/hmesh_vector/src/HMesh/ItemID.h /branches/ctl/hmesh_vector/src/HMesh/ItemVector.h /branches/ctl/hmesh_vector/src/HMesh/Iterators.h /branches/ctl/hmesh_vector/src/HMesh/Manifold.cpp /branches/ctl/hmesh_vector/src/HMesh/Manifold.h /branches/ctl/hmesh_vector/src/HMesh/caps_and_needles.cpp /branches/ctl/hmesh_vector/src/HMesh/curvature.h /branches/ctl/hmesh_vector/src/HMesh/mesh_optimization.cpp /branches/ctl/hmesh_vector/src/HMesh/quadric_simplify.cpp /branches/ctl/hmesh_vector/src/HMesh/refine_edges.cpp /branches/ctl/hmesh_vector/src/HMesh/smooth.cpp /branches/ctl/hmesh_vector/src/HMesh/subdivision.cpp /branches/ctl/hmesh_vector/src/HMesh/triangulate.h
|
514 |
5414 d 22 h |
s042372 |
/branches/ctl/hmesh_vector/ |
Meshedit, and rest of GEL compiles (with the exception of apps depending on build_bbtree and volume_polygonize (both needs rewriting).
Meshedit runs in debug mode (release not tested), and succesfully loads and displays Armadillo.ply. |
|
/branches/ctl/hmesh_vector/src/HMesh/curvature.cpp /branches/ctl/hmesh_vector/src/HMesh/curvature.h /branches/ctl/hmesh_vector/src/HMesh/flatten.cpp /branches/ctl/hmesh_vector/src/HMesh/flatten.h
/branches/ctl/hmesh_vector/apps/MeshEdit/curvature.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/curvature.h
/branches/ctl/hmesh_vector/apps/BoundaryCollapse/boundary_collapse.cpp /branches/ctl/hmesh_vector/apps/MeshDistance/meshdist.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/Renderer.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/Renderer.h /branches/ctl/hmesh_vector/apps/MeshEdit/VisObj.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/harmonics.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/harmonics.h /branches/ctl/hmesh_vector/apps/MeshEdit/meshedit.cpp /branches/ctl/hmesh_vector/src/GLGraphics/IDBufferWireFrameRenderer.cpp /branches/ctl/hmesh_vector/src/GLGraphics/IDBufferWireFrameRenderer.h /branches/ctl/hmesh_vector/src/GLGraphics/draw.cpp /branches/ctl/hmesh_vector/src/GLGraphics/draw.h /branches/ctl/hmesh_vector/src/HMesh/AttributeVector.h
|
513 |
5418 d 6 h |
s042372 |
/branches/ctl/hmesh_vector/ |
Minor bug fixes, decimator works. |
|
/branches/ctl/hmesh_vector/apps/Decimator/decimator.cpp /branches/ctl/hmesh_vector/src/HMesh/ItemVector.h /branches/ctl/hmesh_vector/src/HMesh/Iterators.h /branches/ctl/hmesh_vector/src/HMesh/Manifold.cpp /branches/ctl/hmesh_vector/src/HMesh/quadric_simplify.cpp
|
512 |
5418 d 11 h |
s042372 |
/branches/ctl/hmesh_vector/ |
Minor fixes, and updated headers |
|
/branches/ctl/hmesh_vector/GELDependencyConfig.cmake /branches/ctl/hmesh_vector/apps/Decimator/decimator.cpp /branches/ctl/hmesh_vector/src/Geometry/build_bbtree.cpp /branches/ctl/hmesh_vector/src/HMesh/AttributeVector.h /branches/ctl/hmesh_vector/src/HMesh/ConnectivityKernel.h /branches/ctl/hmesh_vector/src/HMesh/HMesh.h /branches/ctl/hmesh_vector/src/HMesh/HalfEdgeWalker.h /branches/ctl/hmesh_vector/src/HMesh/ItemID.h /branches/ctl/hmesh_vector/src/HMesh/ItemVector.h /branches/ctl/hmesh_vector/src/HMesh/Items.h /branches/ctl/hmesh_vector/src/HMesh/Iterators.h /branches/ctl/hmesh_vector/src/HMesh/Manifold.cpp /branches/ctl/hmesh_vector/src/HMesh/Manifold.h /branches/ctl/hmesh_vector/src/HMesh/caps_and_needles.cpp /branches/ctl/hmesh_vector/src/HMesh/caps_and_needles.h /branches/ctl/hmesh_vector/src/HMesh/close_holes.cpp /branches/ctl/hmesh_vector/src/HMesh/close_holes.h /branches/ctl/hmesh_vector/src/HMesh/load.cpp /branches/ctl/hmesh_vector/src/HMesh/load.h /branches/ctl/hmesh_vector/src/HMesh/mesh_optimization.cpp /branches/ctl/hmesh_vector/src/HMesh/mesh_optimization.h /branches/ctl/hmesh_vector/src/HMesh/obj_load.cpp /branches/ctl/hmesh_vector/src/HMesh/obj_load.h /branches/ctl/hmesh_vector/src/HMesh/obj_save.cpp /branches/ctl/hmesh_vector/src/HMesh/obj_save.h /branches/ctl/hmesh_vector/src/HMesh/off_load.cpp /branches/ctl/hmesh_vector/src/HMesh/off_load.h /branches/ctl/hmesh_vector/src/HMesh/off_save.cpp /branches/ctl/hmesh_vector/src/HMesh/off_save.h /branches/ctl/hmesh_vector/src/HMesh/ply_load.cpp /branches/ctl/hmesh_vector/src/HMesh/ply_load.h /branches/ctl/hmesh_vector/src/HMesh/quadric_simplify.cpp /branches/ctl/hmesh_vector/src/HMesh/quadric_simplify.h /branches/ctl/hmesh_vector/src/HMesh/refine_edges.cpp /branches/ctl/hmesh_vector/src/HMesh/refine_edges.h /branches/ctl/hmesh_vector/src/HMesh/smooth.cpp /branches/ctl/hmesh_vector/src/HMesh/smooth.h /branches/ctl/hmesh_vector/src/HMesh/subdivision.cpp /branches/ctl/hmesh_vector/src/HMesh/subdivision.h /branches/ctl/hmesh_vector/src/HMesh/triangulate.cpp /branches/ctl/hmesh_vector/src/HMesh/triangulate.h /branches/ctl/hmesh_vector/src/HMesh/x3d_load.cpp /branches/ctl/hmesh_vector/src/HMesh/x3d_load.h /branches/ctl/hmesh_vector/src/HMesh/x3d_save.cpp /branches/ctl/hmesh_vector/src/HMesh/x3d_save.h
|
511 |
5420 d 6 h |
s042372 |
/branches/ctl/hmesh_vector/src/HMesh/ |
Newest version of HMesh with new design and interface, and (start of) attribute vector implementation.
Too many changes to list.
To do:
* extend attribute vector interface
* adjust remainding GEL code to the new HMesh
* Bug test |
|
/branches/ctl/hmesh_vector/src/HMesh/AttributeVector.h /branches/ctl/hmesh_vector/src/HMesh/ConnectivityKernel.h /branches/ctl/hmesh_vector/src/HMesh/HalfEdgeWalker.h /branches/ctl/hmesh_vector/src/HMesh/ItemID.h /branches/ctl/hmesh_vector/src/HMesh/ItemVector.h /branches/ctl/hmesh_vector/src/HMesh/Items.h /branches/ctl/hmesh_vector/src/HMesh/Iterators.h
/branches/ctl/hmesh_vector/src/HMesh/EntityVector.h /branches/ctl/hmesh_vector/src/HMesh/FaceCirculator.cpp /branches/ctl/hmesh_vector/src/HMesh/FaceCirculator.h /branches/ctl/hmesh_vector/src/HMesh/FaceHandle.cpp /branches/ctl/hmesh_vector/src/HMesh/FaceHandle.h /branches/ctl/hmesh_vector/src/HMesh/HalfEdgeHandle.cpp /branches/ctl/hmesh_vector/src/HMesh/HalfEdgeHandle.h /branches/ctl/hmesh_vector/src/HMesh/VertexCirculator.cpp /branches/ctl/hmesh_vector/src/HMesh/VertexCirculator.h /branches/ctl/hmesh_vector/src/HMesh/VertexHandle.cpp /branches/ctl/hmesh_vector/src/HMesh/VertexHandle.h /branches/ctl/hmesh_vector/src/HMesh/definitions.h /branches/ctl/hmesh_vector/src/HMesh/entities.h
/branches/ctl/hmesh_vector/src/HMesh/HMesh.h /branches/ctl/hmesh_vector/src/HMesh/Manifold.cpp /branches/ctl/hmesh_vector/src/HMesh/Manifold.h /branches/ctl/hmesh_vector/src/HMesh/caps_and_needles.cpp /branches/ctl/hmesh_vector/src/HMesh/caps_and_needles.h /branches/ctl/hmesh_vector/src/HMesh/close_holes.cpp /branches/ctl/hmesh_vector/src/HMesh/close_holes.h /branches/ctl/hmesh_vector/src/HMesh/load.cpp /branches/ctl/hmesh_vector/src/HMesh/load.h /branches/ctl/hmesh_vector/src/HMesh/mesh_optimization.cpp /branches/ctl/hmesh_vector/src/HMesh/mesh_optimization.h /branches/ctl/hmesh_vector/src/HMesh/obj_load.cpp /branches/ctl/hmesh_vector/src/HMesh/obj_load.h /branches/ctl/hmesh_vector/src/HMesh/obj_save.cpp /branches/ctl/hmesh_vector/src/HMesh/obj_save.h /branches/ctl/hmesh_vector/src/HMesh/off_load.cpp /branches/ctl/hmesh_vector/src/HMesh/off_load.h /branches/ctl/hmesh_vector/src/HMesh/off_save.cpp /branches/ctl/hmesh_vector/src/HMesh/off_save.h /branches/ctl/hmesh_vector/src/HMesh/ply_load.cpp /branches/ctl/hmesh_vector/src/HMesh/ply_load.h /branches/ctl/hmesh_vector/src/HMesh/quadric_simplify.cpp /branches/ctl/hmesh_vector/src/HMesh/quadric_simplify.h /branches/ctl/hmesh_vector/src/HMesh/refine_edges.cpp /branches/ctl/hmesh_vector/src/HMesh/refine_edges.h /branches/ctl/hmesh_vector/src/HMesh/smooth.cpp /branches/ctl/hmesh_vector/src/HMesh/smooth.h /branches/ctl/hmesh_vector/src/HMesh/subdivision.cpp /branches/ctl/hmesh_vector/src/HMesh/subdivision.h /branches/ctl/hmesh_vector/src/HMesh/triangulate.cpp /branches/ctl/hmesh_vector/src/HMesh/triangulate.h /branches/ctl/hmesh_vector/src/HMesh/volume_polygonize.cpp /branches/ctl/hmesh_vector/src/HMesh/volume_polygonize.h /branches/ctl/hmesh_vector/src/HMesh/x3d_load.cpp /branches/ctl/hmesh_vector/src/HMesh/x3d_load.h /branches/ctl/hmesh_vector/src/HMesh/x3d_save.cpp /branches/ctl/hmesh_vector/src/HMesh/x3d_save.h
|
509 |
5572 d 6 h |
s042372 |
/branches/ctl/hmesh_vector/ |
bbox + bsphere are now namespace functions. |
|
/branches/ctl/hmesh_vector/apps/Decimator/decimator.cpp /branches/ctl/hmesh_vector/apps/MeshDistance/meshdist.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/VisObj.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/meshedit.cpp /branches/ctl/hmesh_vector/src/HMesh/Manifold.cpp /branches/ctl/hmesh_vector/src/HMesh/Manifold.h
|
508 |
5572 d 7 h |
s042372 |
/branches/ctl/hmesh_vector/ |
new namespace function, precond_flip_edge, MUST be used to check if a flip is allowed, to guarantee mesh sanity.
function name cleanup. |
|
/branches/ctl/hmesh_vector/apps/BoundaryCollapse/boundary_collapse.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/meshedit.cpp /branches/ctl/hmesh_vector/src/HMesh/HalfEdgeHandle.cpp /branches/ctl/hmesh_vector/src/HMesh/HalfEdgeHandle.h /branches/ctl/hmesh_vector/src/HMesh/Manifold.cpp /branches/ctl/hmesh_vector/src/HMesh/Manifold.h /branches/ctl/hmesh_vector/src/HMesh/caps_and_needles.cpp /branches/ctl/hmesh_vector/src/HMesh/mesh_optimization.cpp /branches/ctl/hmesh_vector/src/HMesh/quadric_simplify.cpp
|
507 |
5572 d 8 h |
s042372 |
/branches/ctl/hmesh_vector/ |
function name changes for clarity/cleaning
manifold function is_valid now namespace function "valid"
begin + end functions added to manifold for const handles
general code cleanup |
|
/branches/ctl/hmesh_vector/apps/BoundaryCollapse/boundary_collapse.cpp /branches/ctl/hmesh_vector/apps/Decimator/decimator.cpp /branches/ctl/hmesh_vector/apps/MeshDistance/meshdist.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/Renderer.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/VisObj.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/curvature.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/harmonics.cpp /branches/ctl/hmesh_vector/apps/MeshEdit/meshedit.cpp /branches/ctl/hmesh_vector/src/GLGraphics/draw.cpp /branches/ctl/hmesh_vector/src/Geometry/build_bbtree.cpp /branches/ctl/hmesh_vector/src/HMesh/EntityVector.h /branches/ctl/hmesh_vector/src/HMesh/FaceHandle.h /branches/ctl/hmesh_vector/src/HMesh/HalfEdgeHandle.cpp /branches/ctl/hmesh_vector/src/HMesh/HalfEdgeHandle.h /branches/ctl/hmesh_vector/src/HMesh/Manifold.cpp /branches/ctl/hmesh_vector/src/HMesh/Manifold.h /branches/ctl/hmesh_vector/src/HMesh/VertexHandle.cpp /branches/ctl/hmesh_vector/src/HMesh/VertexHandle.h /branches/ctl/hmesh_vector/src/HMesh/caps_and_needles.cpp /branches/ctl/hmesh_vector/src/HMesh/close_holes.cpp /branches/ctl/hmesh_vector/src/HMesh/mesh_optimization.cpp /branches/ctl/hmesh_vector/src/HMesh/obj_save.cpp /branches/ctl/hmesh_vector/src/HMesh/off_save.cpp /branches/ctl/hmesh_vector/src/HMesh/quadric_simplify.cpp /branches/ctl/hmesh_vector/src/HMesh/refine_edges.cpp /branches/ctl/hmesh_vector/src/HMesh/smooth.cpp /branches/ctl/hmesh_vector/src/HMesh/subdivision.cpp /branches/ctl/hmesh_vector/src/HMesh/triangulate.cpp /branches/ctl/hmesh_vector/src/HMesh/x3d_save.cpp
|
506 |
5574 d 22 h |
s042372 |
/branches/ctl/hmesh_vector/ |
Manifold changed not to make use of handle get() functions to manipulate connectivity, as get() is slated for removal.
Function cleanup as a consequence, some functions are now manifold members, others are namespace functions. |
|
/branches/ctl/hmesh_vector/apps/MeshEdit/meshedit.cpp /branches/ctl/hmesh_vector/src/HMesh/HalfEdgeHandle.cpp /branches/ctl/hmesh_vector/src/HMesh/HalfEdgeHandle.h /branches/ctl/hmesh_vector/src/HMesh/Manifold.cpp /branches/ctl/hmesh_vector/src/HMesh/Manifold.h /branches/ctl/hmesh_vector/src/HMesh/VertexHandle.cpp /branches/ctl/hmesh_vector/src/HMesh/VertexHandle.h /branches/ctl/hmesh_vector/src/HMesh/caps_and_needles.cpp /branches/ctl/hmesh_vector/src/HMesh/definitions.h /branches/ctl/hmesh_vector/src/HMesh/entities.h /branches/ctl/hmesh_vector/src/HMesh/mesh_optimization.cpp /branches/ctl/hmesh_vector/src/HMesh/quadric_simplify.cpp
|
505 |
5575 d 7 h |
s042372 |
/branches/ctl/hmesh_vector/src/HMesh/ |
forgot to commit this in previous commit... |
|
/branches/ctl/hmesh_vector/src/HMesh/definitions.h
|