[pubgit-commits-list] FrontAlgorithms branch master updated. dba0f8d24a98fabeb461b337ed78efaf06cb057c
root
root at tux.creatis.insa-lyon.fr
Fri Apr 10 04:40:25 CEST 2015
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, master has been updated
via dba0f8d24a98fabeb461b337ed78efaf06cb057c (commit)
from b4ed6ddfa7e90e892f07cad9a760961bd4e84e6b (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=dba0f8d24a98fabeb461b337ed78efaf06cb057c
commit dba0f8d24a98fabeb461b337ed78efaf06cb057c
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Apr 9 21:40:15 2015 -0500
Skeletonization ready to use
-----------------------------------------------------------------------
Summary of changes:
appli/examples/CMakeLists.txt | 1 +
appli/examples/example_ShowSkeleton.cxx | 254 +++++++++++++++++++++
lib/fpa/Base/MinimumSpanningTree.h | 7 +-
...ainerWriter.h => MatrixValuesContainerReader.h} | 28 +--
lib/fpa/IO/MatrixValuesContainerReader.hxx | 103 +++++++++
...ingTreeWriter.h => MinimumSpanningTreeReader.h} | 25 +-
lib/fpa/IO/MinimumSpanningTreeReader.hxx | 114 +++++++++
...gTreeWriter.h => UniqueValuesContainerReader.h} | 25 +-
lib/fpa/IO/UniqueValuesContainerReader.hxx | 82 +++++++
9 files changed, 599 insertions(+), 40 deletions(-)
create mode 100644 appli/examples/example_ShowSkeleton.cxx
copy lib/fpa/IO/{UniqueValuesContainerWriter.h => MatrixValuesContainerReader.h} (56%)
create mode 100644 lib/fpa/IO/MatrixValuesContainerReader.hxx
copy lib/fpa/IO/{MinimumSpanningTreeWriter.h => MinimumSpanningTreeReader.h} (58%)
create mode 100644 lib/fpa/IO/MinimumSpanningTreeReader.hxx
copy lib/fpa/IO/{MinimumSpanningTreeWriter.h => UniqueValuesContainerReader.h} (57%)
create mode 100644 lib/fpa/IO/UniqueValuesContainerReader.hxx
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list