[pubgit-commits-list] FrontAlgorithms branch master updated. aaeabf9e79b8db1b97bc3381e95e46c77da4d891
root
root at tux.creatis.insa-lyon.fr
Tue Apr 12 01:15:19 CEST 2016
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 aaeabf9e79b8db1b97bc3381e95e46c77da4d891 (commit)
from 57a315ceb876d4a26e8a88046f5c6ef87989780a (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=aaeabf9e79b8db1b97bc3381e95e46c77da4d891
commit aaeabf9e79b8db1b97bc3381e95e46c77da4d891
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Apr 11 18:15:11 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 101 ++++--------------
cmake/CMakeLists.txt | 2 +-
cmake/FrontAlgorithmsConfig.cmake.in | 8 +-
cmake/fpa_Policies.cmake | 13 +++
lib/CMakeLists.txt | 116 +--------------------
lib/fpa/Base/RegionGrow.hxx | 2 +-
lib/fpa/Image/RegionGrow.hxx | 3 +-
lib/fpa/VTK/Image/Observer2D.h | 88 ++++++++++++++++
.../{Image2DObserver.hxx => Image/Observer2D.hxx} | 22 ++--
lib/fpa/VTK/Image/Observer3D.h | 86 +++++++++++++++
.../{Image3DObserver.hxx => Image/Observer3D.hxx} | 20 ++--
lib/fpa/VTK/Image2DObserver.h | 84 ---------------
lib/fpa/VTK/Image3DObserver.h | 82 ---------------
lib/fpa_Instances/Backtracking.i | 17 +++
lib/fpa_Instances/CMakeLists.txt | 89 ++++------------
lib/fpa_Instances/Filters.i | 34 +++++-
lib/fpa_Instances/Functors.i | 31 ++++++
lib/fpa_Instances/Instances.i | 42 +++++---
lib/fpa_Instances/Observers.i | 27 +++--
plugins/CMakeLists.txt | 8 +-
plugins/fpa/BaseImageFilter.cxx | 1 -
plugins/fpa/BaseImageFilter.hxx | 49 ++-------
plugins/fpa/CMakeLists.txt | 107 ++++++-------------
...ointsAndBifurcationsFromMinimumSpanningTree.cxx | 6 +-
plugins/fpa/ExtractPathFromMinimumSpanningTree.cxx | 19 ++--
plugins/fpa/GradientBaseImageFunctionSource.cxx | 16 +--
plugins/fpa/ImageDijkstra.cxx | 18 ++--
plugins/fpa/ImageRegionGrow.cxx | 27 ++---
plugins/fpa/MinimumSpanningTreeReader.cxx | 3 +-
plugins/fpa/MinimumSpanningTreeWriter.cxx | 3 +-
30 files changed, 461 insertions(+), 663 deletions(-)
create mode 100644 cmake/fpa_Policies.cmake
create mode 100644 lib/fpa/VTK/Image/Observer2D.h
rename lib/fpa/VTK/{Image2DObserver.hxx => Image/Observer2D.hxx} (93%)
create mode 100644 lib/fpa/VTK/Image/Observer3D.h
rename lib/fpa/VTK/{Image3DObserver.hxx => Image/Observer3D.hxx} (94%)
delete mode 100644 lib/fpa/VTK/Image2DObserver.h
delete mode 100644 lib/fpa/VTK/Image3DObserver.h
create mode 100644 lib/fpa_Instances/Backtracking.i
create mode 100644 lib/fpa_Instances/Functors.i
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list