[pubgit-commits-list] FrontAlgorithms branch sandbox updated. ae0e1b8916a0fb2188080b9134c1c2781c6c200f
root
root at tux.creatis.insa-lyon.fr
Mon Oct 9 22:57:25 CEST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Generic implementation of front propagation algorithms with some extra features".
The branch, sandbox has been updated
via ae0e1b8916a0fb2188080b9134c1c2781c6c200f (commit)
via 9cf33dcd27d0c1b6c99bfbbd088d21ae1b75f572 (commit)
from 5be07a28290fed315829547221848a0ee90558d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.creatis.insa-lyon.fr/pubgit/?p=FrontAlgorithms.git;a=commitdiff;h=ae0e1b8916a0fb2188080b9134c1c2781c6c200f
commit ae0e1b8916a0fb2188080b9134c1c2781c6c200f
Merge: 9cf33dc 5be07a2
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Oct 9 15:57:06 2017 -0500
Merge branch 'sandbox' of ssh://git.creatis.insa-lyon.fr/FrontAlgorithms into sandbox
http://git.creatis.insa-lyon.fr/pubgit/?p=FrontAlgorithms.git;a=commitdiff;h=9cf33dcd27d0c1b6c99bfbbd088d21ae1b75f572
commit 9cf33dcd27d0c1b6c99bfbbd088d21ae1b75f572
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Oct 9 15:56:44 2017 -0500
...
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 12 +-
.../cpPlgUninstall.cmake.in | 0
data/axial_CT_slice.bmp | Bin 0 -> 66614 bytes
lib/fpa/CMakeLists.txt | 2 +-
lib/fpa/Common/Image/PathReader.h | 85 -------
lib/fpa/Common/Image/PathReader.hxx | 172 -------------
lib/fpa/Common/Image/PathWriter.h | 69 ------
lib/fpa/Common/Image/PathWriter.hxx | 111 ---------
lib/fpa/Common/Image/SkeletonReader.h | 85 -------
lib/fpa/Common/Image/SkeletonReader.hxx | 208 ----------------
lib/fpa/Common/Image/SkeletonWriter.h | 74 ------
lib/fpa/Common/Image/SkeletonWriter.hxx | 161 ------------
.../{OriginalRandomWalker.h => RandomWalker.h} | 31 +--
.../{OriginalRandomWalker.hxx => RandomWalker.hxx} | 83 ++++---
lib/fpa/Config.h.in | 68 +-----
lib/fpa/DataStructures/Graph.h | 167 -------------
lib/fpa/DataStructures/Graph.hxx | 270 ---------------------
lib/fpa/DataStructures/Image/MinimumSpanningTree.h | 77 ------
.../DataStructures/Image/MinimumSpanningTree.hxx | 71 ------
lib/fpa/DataStructures/Image/Path.h | 104 --------
lib/fpa/DataStructures/Image/Path.hxx | 215 ----------------
lib/fpa/DataStructures/Image/Skeleton.h | 68 ------
lib/fpa/DataStructures/Image/Skeleton.hxx | 98 --------
lib/fpa/DataStructures/MinimumSpanningTree.h | 74 ------
lib/fpa/DataStructures/MinimumSpanningTree.hxx | 236 ------------------
lib/fpa/VTK/Image/PathToPolyDataFilter.h | 70 ------
lib/fpa/VTK/Image/PathToPolyDataFilter.hxx | 133 ----------
lib/fpa/VTK/Image/SkeletonToPolyDataFilter.h | 71 ------
lib/fpa/VTK/Image/SkeletonToPolyDataFilter.hxx | 154 ------------
29 files changed, 62 insertions(+), 2907 deletions(-)
copy cmake_uninstall.cmake.in => cmake/cpPlgUninstall.cmake.in (100%)
create mode 100644 data/axial_CT_slice.bmp
delete mode 100644 lib/fpa/Common/Image/PathReader.h
delete mode 100644 lib/fpa/Common/Image/PathReader.hxx
delete mode 100644 lib/fpa/Common/Image/PathWriter.h
delete mode 100644 lib/fpa/Common/Image/PathWriter.hxx
delete mode 100644 lib/fpa/Common/Image/SkeletonReader.h
delete mode 100644 lib/fpa/Common/Image/SkeletonReader.hxx
delete mode 100644 lib/fpa/Common/Image/SkeletonWriter.h
delete mode 100644 lib/fpa/Common/Image/SkeletonWriter.hxx
rename lib/fpa/Common/{OriginalRandomWalker.h => RandomWalker.h} (86%)
rename lib/fpa/Common/{OriginalRandomWalker.hxx => RandomWalker.hxx} (90%)
delete mode 100644 lib/fpa/DataStructures/Graph.h
delete mode 100644 lib/fpa/DataStructures/Graph.hxx
delete mode 100644 lib/fpa/DataStructures/Image/MinimumSpanningTree.h
delete mode 100644 lib/fpa/DataStructures/Image/MinimumSpanningTree.hxx
delete mode 100644 lib/fpa/DataStructures/Image/Path.h
delete mode 100644 lib/fpa/DataStructures/Image/Path.hxx
delete mode 100644 lib/fpa/DataStructures/Image/Skeleton.h
delete mode 100644 lib/fpa/DataStructures/Image/Skeleton.hxx
delete mode 100644 lib/fpa/DataStructures/MinimumSpanningTree.h
delete mode 100644 lib/fpa/DataStructures/MinimumSpanningTree.hxx
delete mode 100644 lib/fpa/VTK/Image/PathToPolyDataFilter.h
delete mode 100644 lib/fpa/VTK/Image/PathToPolyDataFilter.hxx
delete mode 100644 lib/fpa/VTK/Image/SkeletonToPolyDataFilter.h
delete mode 100644 lib/fpa/VTK/Image/SkeletonToPolyDataFilter.hxx
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list