Loading CHANGELOG.md +136 −22 Original line number Diff line number Diff line * 1b3b106 -- Update pom.xml version. * b79d924 -- Merge branch '51-refactor-visitors' into 'master' * b9802a5 -- Update pom.xml version. * 9ff4f14 -- Merge branch 'noissue' into 'master' |\ | * 81e0b5b -- FInal refactoring | * 1423a38 -- Fixed error in corner table hashing | * 49b2b40 -- Corner table extended with vertex-to-row hash map | * 8667d56 -- Minor changes | * 5ad6b81 -- Curvature distance moved to MeshFacet | * 32d15cf -- Computation of the closest point on triangle moved from visitor to MeshTriangle | * 31fed48 -- Minor updates | * b202664 -- Final refactoring and documentation | * d5967b4 -- New efficient implementation of point-to-tri distance and related refactoring | * a6590c2 -- Finished concurrent implementation of visitorts and their tests | * c5cfbdc -- Efficient concurrent thread-safe implementation of HausdorffDistMeshVisitor | * 33d3d85 -- Added constructor for MeshModel | * e0d8f31 -- Visitors refactored to by used concurrently | * bc519b3 -- Added visitrConcurrent() method to the MeshModel |/ * f6f913d -- CHANGELOG.md file updated with commits between the current and previous tag. * 1066d04 -- Update pom.xml version. * eaa061b -- Merge branch '49-refactoring-humanface' into 'master' |\ | * 3632952 -- Project refactoring; HumanFace implementation; Introduction of listeners | * b4e9c48 -- added .iml files generated by idea to .gitignore * | f556186 -- Merge branch '48-refactoring-implement-hausdorff-distance-using-kd-trees' into 'master' |\ \ | |/ |/| | * 715277c -- Finalization | * a98b7fb -- Faster traversal of async results | * e5ab901 -- Brute-force HD removed | * 822e4ef -- P2P HD visitor uses ofaster distance computation without closest opoints | * e3e6335 -- Distance visitors return independent 3D closest points instead of indexes to the underlaying mesh structure | * fc26fe5 -- Introduced abstract super-class for ClosestNode visitors | * 6c3efdf -- DistanceToKdVertices uses ClosestNodeMultipleVisitor to get precise results | * 7665bd1 -- INtroduced Distance and ClosestNodeVisitor, refactored related code | * 00ec5fc -- Fixed DistanceToTriangles visitor | * 617c591 -- Improved kd distance visitors by replacing LinkedList with ArrayList | * e2b5d92 -- Added the parallel option to HD visitors | * ea7b6c4 -- Refactoring | * 1eadf5b -- Further refactoring | * 1a54d88 -- javadoc, style checking | * cf0e653 -- renamed tests | * be1bd58 -- Removed clonning | * c43b814 -- Refactored HausdorffDistance visitors | * 438aab2 -- Refactored DistanceToTrianglesApprox visitor | * eb49048 -- Refactored DistanceToTriangles visitor | * 570ee95 -- Refactored DistanceToVertices visitor | * bca7409 -- Added DistanceMeshVisitor | * 4fe4ccd -- Removed .orig residues from merge conflicts | * 2acae73 -- KdTreeVisitors refactored | * f2a6998 -- Fixed compilation errors | * 6ef52a3 -- Resolved conflicts | |\ | | * 9ed9d37 -- HausdorffDistanceVisitor concurrent error fixed | | * 88cd2ff -- Closest Node Multiple Visitor Javadoc added | | * 7068e5f -- Distance To Triangles KD Visitor Javadoc added | | * 040baf3 -- Distance To Triangles Visitor Javadoc corrected | | * a4bf397 -- Distance To Vertices KD Visitor Javadoc added | | * 37c45a5 -- Distance To Vertices Visitor Javadoc corrected | | * bd17a0a -- Hausdorff Distance KD Visitor Javadoc added | | * 6ecdcd4 -- KD Tree Visitor Javadoc added | | * 2e72531 -- Mesh Visitor Javadoc corrected | | * 75d1043 -- Kd Tree Javadoc corrected | | * c535052 -- DistanceToTrianglesVisitor and DistanceToVerticesVisitor unused code removed | | * 17fceef -- DistanceToTrianglesVisitor and DistanceToVerticesVisitor Javadoc corrected | | * f56609e -- Distance To Triangles Visitor unused attribute removed | | * f7e7311 -- Hausdorff Distance Visitor Javadoc corrected and completed | | * 4cc3e7c -- Human Face Javadoc corrected | | * f5670a0 -- Tests for DistanceToTrianglesKdVisitor implemented | | * e4a234b -- Tests for DistanceToVerticesKdVisitor implemented | | * bd5d5cc -- Hausdorff Distance KD Visitor point-to-triangle strategy implemented | | * a4f93a8 -- KD tree visitor finding the closest triangle to given point implemented | | * 297a4e8 -- ClosestNodeMultipleVisitor and HausdorffDistanceVisitor synchronization finalized | | * 95d2488 -- Merge remote-tracking branch 'origin/master' into 48-refactoring-implement-hausdorff-distance-using-kd-trees | | |\ | |_|/ |/| | * | | 2d60ab2 -- Merge branch '50-implement-3d-interaction-2' into 'master' |\ \ \ | * | | 1c3a039 -- Adjusted rotation | * | | e6c393f -- Implemented rotation and movement speed preferences | * | | d359ce1 -- Added rotation and move sliders | * | | b415cb1 -- Added speed modifiers getterrs and setters | * | | d51659a -- Added speed modifiers | * | | 28d9cb4 -- fixed moving | * | | 852687e -- Added rotation on left mouse button, movement on right mouse button, reset on middle mouse button | * | | ef91cf6 -- Moved zoom from Canvas to Manipulator3D | * | | 0c7f1ae -- Implemented basic mouse dragging manipualtion | * | | 63a1467 -- Connected Canvas for 3D manipulation | * | | 82f96af -- Added empty mouse adapter for 3D manipulation |/ / / | | * 16c7d17 -- KdTree visitor to find all closest nodes implemented | | * 2df887f -- KdTree pivot selection error corrected | | * 3ff85fc -- KdTree builder test added | | * d5ea088 -- KdTree builder error corrected | | * 7a951c6 -- KdTree getter added | * | 68cbcaf -- Added distance interfaces | * | 6737422 -- Cloneable visitors | |/ | * 336ee79 -- HausdorffDistanceKdVisitor comparison logic swapped | * 83ac91e -- KdTree added as a class attribute | * d8e0800 -- HausdorffDistanceVisitor comparison logic swapped | * e3fbe3d -- Unused KdTreeBuiltEvent deleted | * 117b306 -- KdTree removed from HumanFace. | * 3f1d382 -- KdTreeBuildVisitor deleted | * 9b320c5 -- Logger - invalid class name fixed | * 280c6fd -- Hausdorff distance KD visitor renamed | * 8ba6bb6 -- Hausdorff Distance KD Visitor concurrent point-to-point strategy implemented | * a434164 -- Distance to vertices visitor for KD tree implemented | * d8e8511 -- KD tree visitor added | * 336a412 -- Hausdorff Distance KD Visitor prepared for concurrency and strategies | * 262303c -- Initial tests for HausdorffDistanceKDVisitor taken from HausdorffDistanceVisitor tests | * 51f2cb0 -- HausdorffDistMeshKDVisitor renamed to HausdorffDistanceKDVisitor extending refactored HausdorffDistanceVisitor class | * c71b651 -- Merge remote-tracking branch 'origin/master' into 48-refactoring-implement-hausdorff-distance-using-kd-trees | |\ | |/ |/| * | 37a64ca -- CHANGELOG.md file updated with commits between the current and previous tag. * | 1b3b106 -- Update pom.xml version. * | b79d924 -- Merge branch '51-refactor-visitors' into 'master' |\ \ | * | 81e0b5b -- FInal refactoring | * | 1423a38 -- Fixed error in corner table hashing | * | 49b2b40 -- Corner table extended with vertex-to-row hash map | * | 8667d56 -- Minor changes | * | 5ad6b81 -- Curvature distance moved to MeshFacet | * | 32d15cf -- Computation of the closest point on triangle moved from visitor to MeshTriangle | * | 31fed48 -- Minor updates | * | b202664 -- Final refactoring and documentation | * | d5967b4 -- New efficient implementation of point-to-tri distance and related refactoring | * | a6590c2 -- Finished concurrent implementation of visitorts and their tests | * | c5cfbdc -- Efficient concurrent thread-safe implementation of HausdorffDistMeshVisitor | * | 33d3d85 -- Added constructor for MeshModel | * | e0d8f31 -- Visitors refactored to by used concurrently | * | bc519b3 -- Added visitrConcurrent() method to the MeshModel |/ / | * b054692 -- Revert "HausdorffDist KD Tri visitor initially declared" | * a2bf6c3 -- Revert "Initial tests for HausdorffDist KD Tri visitor taken from HausdorffDistMeshVisitor tests" | * 89c8d92 -- Revert "Initial tests for HausdorffDist KD visitor taken from HausdorffDistMeshVisitor tests" | * 0d5e114 -- Initial tests for HausdorffDist KD Tri visitor taken from HausdorffDistMeshVisitor tests | * 2ce0b56 -- HausdorffDist KD Tri visitor initially declared | * 0956def -- Merge remote-tracking branch 'origin/master' into 48-refactoring-implement-hausdorff-distance-using-kd-trees | |\ | |/ |/| * | f6f913d -- CHANGELOG.md file updated with commits between the current and previous tag. * | 1066d04 -- Update pom.xml version. * | eaa061b -- Merge branch '49-refactoring-humanface' into 'master' |\ \ | * | 3632952 -- Project refactoring; HumanFace implementation; Introduction of listeners |/ / | * e207ee1 -- HausdorffDist KD visitor implemented | * e60a7a9 -- Revert "KD trees map added" | * 34e2d37 -- KD trees map added | * 05496a0 -- Initial tests for HausdorffDist KD visitor taken from HausdorffDistMeshVisitor tests | * 0c67cf7 -- HausdorffDist KD visitor initially declared |/ * cb1e933 -- CHANGELOG.md file updated with commits between the current and previous tag. * f4299be -- Update pom.xml version. Loading Loading
CHANGELOG.md +136 −22 Original line number Diff line number Diff line * 1b3b106 -- Update pom.xml version. * b79d924 -- Merge branch '51-refactor-visitors' into 'master' * b9802a5 -- Update pom.xml version. * 9ff4f14 -- Merge branch 'noissue' into 'master' |\ | * 81e0b5b -- FInal refactoring | * 1423a38 -- Fixed error in corner table hashing | * 49b2b40 -- Corner table extended with vertex-to-row hash map | * 8667d56 -- Minor changes | * 5ad6b81 -- Curvature distance moved to MeshFacet | * 32d15cf -- Computation of the closest point on triangle moved from visitor to MeshTriangle | * 31fed48 -- Minor updates | * b202664 -- Final refactoring and documentation | * d5967b4 -- New efficient implementation of point-to-tri distance and related refactoring | * a6590c2 -- Finished concurrent implementation of visitorts and their tests | * c5cfbdc -- Efficient concurrent thread-safe implementation of HausdorffDistMeshVisitor | * 33d3d85 -- Added constructor for MeshModel | * e0d8f31 -- Visitors refactored to by used concurrently | * bc519b3 -- Added visitrConcurrent() method to the MeshModel |/ * f6f913d -- CHANGELOG.md file updated with commits between the current and previous tag. * 1066d04 -- Update pom.xml version. * eaa061b -- Merge branch '49-refactoring-humanface' into 'master' |\ | * 3632952 -- Project refactoring; HumanFace implementation; Introduction of listeners | * b4e9c48 -- added .iml files generated by idea to .gitignore * | f556186 -- Merge branch '48-refactoring-implement-hausdorff-distance-using-kd-trees' into 'master' |\ \ | |/ |/| | * 715277c -- Finalization | * a98b7fb -- Faster traversal of async results | * e5ab901 -- Brute-force HD removed | * 822e4ef -- P2P HD visitor uses ofaster distance computation without closest opoints | * e3e6335 -- Distance visitors return independent 3D closest points instead of indexes to the underlaying mesh structure | * fc26fe5 -- Introduced abstract super-class for ClosestNode visitors | * 6c3efdf -- DistanceToKdVertices uses ClosestNodeMultipleVisitor to get precise results | * 7665bd1 -- INtroduced Distance and ClosestNodeVisitor, refactored related code | * 00ec5fc -- Fixed DistanceToTriangles visitor | * 617c591 -- Improved kd distance visitors by replacing LinkedList with ArrayList | * e2b5d92 -- Added the parallel option to HD visitors | * ea7b6c4 -- Refactoring | * 1eadf5b -- Further refactoring | * 1a54d88 -- javadoc, style checking | * cf0e653 -- renamed tests | * be1bd58 -- Removed clonning | * c43b814 -- Refactored HausdorffDistance visitors | * 438aab2 -- Refactored DistanceToTrianglesApprox visitor | * eb49048 -- Refactored DistanceToTriangles visitor | * 570ee95 -- Refactored DistanceToVertices visitor | * bca7409 -- Added DistanceMeshVisitor | * 4fe4ccd -- Removed .orig residues from merge conflicts | * 2acae73 -- KdTreeVisitors refactored | * f2a6998 -- Fixed compilation errors | * 6ef52a3 -- Resolved conflicts | |\ | | * 9ed9d37 -- HausdorffDistanceVisitor concurrent error fixed | | * 88cd2ff -- Closest Node Multiple Visitor Javadoc added | | * 7068e5f -- Distance To Triangles KD Visitor Javadoc added | | * 040baf3 -- Distance To Triangles Visitor Javadoc corrected | | * a4bf397 -- Distance To Vertices KD Visitor Javadoc added | | * 37c45a5 -- Distance To Vertices Visitor Javadoc corrected | | * bd17a0a -- Hausdorff Distance KD Visitor Javadoc added | | * 6ecdcd4 -- KD Tree Visitor Javadoc added | | * 2e72531 -- Mesh Visitor Javadoc corrected | | * 75d1043 -- Kd Tree Javadoc corrected | | * c535052 -- DistanceToTrianglesVisitor and DistanceToVerticesVisitor unused code removed | | * 17fceef -- DistanceToTrianglesVisitor and DistanceToVerticesVisitor Javadoc corrected | | * f56609e -- Distance To Triangles Visitor unused attribute removed | | * f7e7311 -- Hausdorff Distance Visitor Javadoc corrected and completed | | * 4cc3e7c -- Human Face Javadoc corrected | | * f5670a0 -- Tests for DistanceToTrianglesKdVisitor implemented | | * e4a234b -- Tests for DistanceToVerticesKdVisitor implemented | | * bd5d5cc -- Hausdorff Distance KD Visitor point-to-triangle strategy implemented | | * a4f93a8 -- KD tree visitor finding the closest triangle to given point implemented | | * 297a4e8 -- ClosestNodeMultipleVisitor and HausdorffDistanceVisitor synchronization finalized | | * 95d2488 -- Merge remote-tracking branch 'origin/master' into 48-refactoring-implement-hausdorff-distance-using-kd-trees | | |\ | |_|/ |/| | * | | 2d60ab2 -- Merge branch '50-implement-3d-interaction-2' into 'master' |\ \ \ | * | | 1c3a039 -- Adjusted rotation | * | | e6c393f -- Implemented rotation and movement speed preferences | * | | d359ce1 -- Added rotation and move sliders | * | | b415cb1 -- Added speed modifiers getterrs and setters | * | | d51659a -- Added speed modifiers | * | | 28d9cb4 -- fixed moving | * | | 852687e -- Added rotation on left mouse button, movement on right mouse button, reset on middle mouse button | * | | ef91cf6 -- Moved zoom from Canvas to Manipulator3D | * | | 0c7f1ae -- Implemented basic mouse dragging manipualtion | * | | 63a1467 -- Connected Canvas for 3D manipulation | * | | 82f96af -- Added empty mouse adapter for 3D manipulation |/ / / | | * 16c7d17 -- KdTree visitor to find all closest nodes implemented | | * 2df887f -- KdTree pivot selection error corrected | | * 3ff85fc -- KdTree builder test added | | * d5ea088 -- KdTree builder error corrected | | * 7a951c6 -- KdTree getter added | * | 68cbcaf -- Added distance interfaces | * | 6737422 -- Cloneable visitors | |/ | * 336ee79 -- HausdorffDistanceKdVisitor comparison logic swapped | * 83ac91e -- KdTree added as a class attribute | * d8e0800 -- HausdorffDistanceVisitor comparison logic swapped | * e3fbe3d -- Unused KdTreeBuiltEvent deleted | * 117b306 -- KdTree removed from HumanFace. | * 3f1d382 -- KdTreeBuildVisitor deleted | * 9b320c5 -- Logger - invalid class name fixed | * 280c6fd -- Hausdorff distance KD visitor renamed | * 8ba6bb6 -- Hausdorff Distance KD Visitor concurrent point-to-point strategy implemented | * a434164 -- Distance to vertices visitor for KD tree implemented | * d8e8511 -- KD tree visitor added | * 336a412 -- Hausdorff Distance KD Visitor prepared for concurrency and strategies | * 262303c -- Initial tests for HausdorffDistanceKDVisitor taken from HausdorffDistanceVisitor tests | * 51f2cb0 -- HausdorffDistMeshKDVisitor renamed to HausdorffDistanceKDVisitor extending refactored HausdorffDistanceVisitor class | * c71b651 -- Merge remote-tracking branch 'origin/master' into 48-refactoring-implement-hausdorff-distance-using-kd-trees | |\ | |/ |/| * | 37a64ca -- CHANGELOG.md file updated with commits between the current and previous tag. * | 1b3b106 -- Update pom.xml version. * | b79d924 -- Merge branch '51-refactor-visitors' into 'master' |\ \ | * | 81e0b5b -- FInal refactoring | * | 1423a38 -- Fixed error in corner table hashing | * | 49b2b40 -- Corner table extended with vertex-to-row hash map | * | 8667d56 -- Minor changes | * | 5ad6b81 -- Curvature distance moved to MeshFacet | * | 32d15cf -- Computation of the closest point on triangle moved from visitor to MeshTriangle | * | 31fed48 -- Minor updates | * | b202664 -- Final refactoring and documentation | * | d5967b4 -- New efficient implementation of point-to-tri distance and related refactoring | * | a6590c2 -- Finished concurrent implementation of visitorts and their tests | * | c5cfbdc -- Efficient concurrent thread-safe implementation of HausdorffDistMeshVisitor | * | 33d3d85 -- Added constructor for MeshModel | * | e0d8f31 -- Visitors refactored to by used concurrently | * | bc519b3 -- Added visitrConcurrent() method to the MeshModel |/ / | * b054692 -- Revert "HausdorffDist KD Tri visitor initially declared" | * a2bf6c3 -- Revert "Initial tests for HausdorffDist KD Tri visitor taken from HausdorffDistMeshVisitor tests" | * 89c8d92 -- Revert "Initial tests for HausdorffDist KD visitor taken from HausdorffDistMeshVisitor tests" | * 0d5e114 -- Initial tests for HausdorffDist KD Tri visitor taken from HausdorffDistMeshVisitor tests | * 2ce0b56 -- HausdorffDist KD Tri visitor initially declared | * 0956def -- Merge remote-tracking branch 'origin/master' into 48-refactoring-implement-hausdorff-distance-using-kd-trees | |\ | |/ |/| * | f6f913d -- CHANGELOG.md file updated with commits between the current and previous tag. * | 1066d04 -- Update pom.xml version. * | eaa061b -- Merge branch '49-refactoring-humanface' into 'master' |\ \ | * | 3632952 -- Project refactoring; HumanFace implementation; Introduction of listeners |/ / | * e207ee1 -- HausdorffDist KD visitor implemented | * e60a7a9 -- Revert "KD trees map added" | * 34e2d37 -- KD trees map added | * 05496a0 -- Initial tests for HausdorffDist KD visitor taken from HausdorffDistMeshVisitor tests | * 0c67cf7 -- HausdorffDist KD visitor initially declared |/ * cb1e933 -- CHANGELOG.md file updated with commits between the current and previous tag. * f4299be -- Update pom.xml version. Loading