[opengtl-commits] [663] GTLGlue is a dead-end |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 663
Author: cyrille
Date: 2009-03-19 08:19:41 +0100 (Thu, 19 Mar 2009)
Log Message:
-----------
GTLGlue is a dead-end
Modified Paths:
--------------
trunk/OpenGTL/Extensions/CMakeLists.txt
trunk/OpenGTL/OpenGTL/CMakeLists.txt
Removed Paths:
-------------
trunk/OpenGTL/Extensions/CtlNode/
trunk/OpenGTL/Extensions/ShivaNode/
trunk/OpenGTL/OpenGTL/GTLGlue/
trunk/OpenGTL/OpenGTL/GTLGlue.doxy
Modified: trunk/OpenGTL/Extensions/CMakeLists.txt
===================================================================
--- trunk/OpenGTL/Extensions/CMakeLists.txt 2009-03-18 21:40:34 UTC (rev 662)
+++ trunk/OpenGTL/Extensions/CMakeLists.txt 2009-03-19 07:19:41 UTC (rev 663)
@@ -6,5 +6,3 @@
add_subdirectory( RawDC )
-# add_subdirectory(CtlNode)
-# add_subdirectory(ShivaNode)
Modified: trunk/OpenGTL/OpenGTL/CMakeLists.txt
===================================================================
--- trunk/OpenGTL/OpenGTL/CMakeLists.txt 2009-03-18 21:40:34 UTC (rev 662)
+++ trunk/OpenGTL/OpenGTL/CMakeLists.txt 2009-03-19 07:19:41 UTC (rev 663)
@@ -5,5 +5,4 @@
add_subdirectory(GTLCore)
add_subdirectory(GTLTest)
add_subdirectory(GTLImageIO)
-# add_subdirectory(GTLGlue)
add_subdirectory(tools)
Deleted: trunk/OpenGTL/OpenGTL/GTLGlue.doxy
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLGlue.doxy 2009-03-18 21:40:34 UTC (rev 662)
+++ trunk/OpenGTL/OpenGTL/GTLGlue.doxy 2009-03-19 07:19:41 UTC (rev 663)
@@ -1,15 +0,0 @@
-/**
- * @addtogroup GTLGlue GTLGlue Library
- * @version 0.9.8
- * @author Cyrille Berger
- *
- * This library allows to create an image processing pipeline (see \ref Pipeline ) containing a graph
- * of Shiva and CTL processing nodes (see \ref ProcessingNode ).
- *
- * The main interest of the library is that it will first generate a program calling all the processing
- * functions, then run optimisation on this program before executing it, which allow to create a faster
- * pipeline than by doing individual call, one by one.
- *
- * GTLGlue offers to create a single program that get applied to a set of images from a given chain of
- * algorithms.
- */