[pubgit-commits-list] cpPlugins branch master updated. 72511c13cc2e60724a8a2cd4d85b5b7bcc82fde7
root
root at tux.creatis.insa-lyon.fr
Mon Mar 2 23:24:31 CET 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 72511c13cc2e60724a8a2cd4d85b5b7bcc82fde7 (commit)
from 6681969f675f3ecbf4d2a476b326d5dc9aefd6e6 (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=72511c13cc2e60724a8a2cd4d85b5b7bcc82fde7
commit 72511c13cc2e60724a8a2cd4d85b5b7bcc82fde7
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Mar 2 17:24:17 2015 -0500
vtkPolyData support added
-----------------------------------------------------------------------
Summary of changes:
appli/ImageMPR/ImageMPR.cxx | 146 ++++---
appli/ImageMPR/ImageMPR.h | 6 +-
appli/ImageMPR/ImageMPR.ui | 9 +
.../examples/example_ReadImageSeriesWriteImage.cxx | 2 +-
.../Extensions/Visualization/ImageSliceActors.cxx | 53 +--
.../Extensions/Visualization/ImageSliceActors.h | 16 +-
.../Extensions/Visualization/MPRActors.cxx | 470 +++++++++++++--------
lib/cpPlugins/Extensions/Visualization/MPRActors.h | 36 +-
.../Visualization/MPRWithDifferentWindows.cxx | 30 +-
.../Visualization/MPRWithDifferentWindows.h | 3 +-
lib/cpPlugins/Interface/PolyData.cxx | 65 +++
lib/cpPlugins/Interface/PolyData.h | 61 +++
.../{FilterObject.cxx => PolyDataSource.cxx} | 18 +-
.../Interface/{MeshSource.h => PolyDataSource.h} | 18 +-
lib/cpPlugins/Plugins/CMakeLists.txt | 2 +
lib/cpPlugins/Plugins/Host.cxx | 2 +
lib/cpPlugins/Plugins/ImageReader.cxx | 96 +++--
lib/cpPlugins/Plugins/ImageReader.h | 4 +-
lib/cpPlugins/Plugins/PolyDataReader.cxx | 73 ++++
lib/cpPlugins/Plugins/PolyDataReader.h | 56 +++
20 files changed, 811 insertions(+), 355 deletions(-)
create mode 100644 lib/cpPlugins/Interface/PolyData.cxx
create mode 100644 lib/cpPlugins/Interface/PolyData.h
copy lib/cpPlugins/Interface/{FilterObject.cxx => PolyDataSource.cxx} (54%)
copy lib/cpPlugins/Interface/{MeshSource.h => PolyDataSource.h} (62%)
create mode 100644 lib/cpPlugins/Plugins/PolyDataReader.cxx
create mode 100644 lib/cpPlugins/Plugins/PolyDataReader.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list