[pubgit-commits-list] cpPlugins branch master updated. 3b51a08c6a78ed09578f198f6a13dd769d460bef
root
root at tux.creatis.insa-lyon.fr
Tue Sep 22 19:39:20 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 "Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)".
The branch, master has been updated
via 3b51a08c6a78ed09578f198f6a13dd769d460bef (commit)
from 132530e0876c10981f096abfea81d92ca840d333 (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=cpPlugins.git;a=commitdiff;h=3b51a08c6a78ed09578f198f6a13dd769d460bef
commit 3b51a08c6a78ed09578f198f6a13dd769d460bef
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Sep 22 19:39:15 2015 +0200
...
-----------------------------------------------------------------------
Summary of changes:
appli/ImageMPR/ImageMPR.cxx | 47 +++++-
appli/ImageMPR/ImageMPR.h | 8 +-
appli/examples/CMakeLists.txt | 2 +-
appli/examples/example_MPR.cxx | 99 +++++------
appli/examples/example_ReadWriteImage.cxx | 5 +
.../SecondRankDiffusionTensorToPolyData.cxx | 181 +++++++++++++++++++++
.../SecondRankDiffusionTensorToPolyData.h | 53 ++++++
lib/cpExtensions/Visualization/MPRActors.cxx | 3 -
lib/cpPlugins/Interface/Instances_itkImage.cxx | 2 +
lib/cpPlugins/Plugins/CMakeLists.txt | 1 +
lib/cpPlugins/Plugins/Host.cxx | 2 +
lib/cpPlugins/Plugins/ImageReader.cxx | 15 ++
.../SecondRankDiffusionTensorToPolyData.cxx | 82 ++++++++++
...bes.h => SecondRankDiffusionTensorToPolyData.h} | 23 +--
14 files changed, 439 insertions(+), 84 deletions(-)
create mode 100644 lib/cpExtensions/Algorithms/SecondRankDiffusionTensorToPolyData.cxx
create mode 100644 lib/cpExtensions/Algorithms/SecondRankDiffusionTensorToPolyData.h
create mode 100644 lib/cpPlugins/Plugins/SecondRankDiffusionTensorToPolyData.cxx
copy lib/cpPlugins/Plugins/{MarchingCubes.h => SecondRankDiffusionTensorToPolyData.h} (52%)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list