]> Creatis software - gdcm.git/commitdiff
* Doc/CMakeLists.txt: the main page is now properly differentiated
authorfrog <frog>
Fri, 30 Apr 2004 14:50:35 +0000 (14:50 +0000)
committerfrog <frog>
Fri, 30 Apr 2004 14:50:35 +0000 (14:50 +0000)
       between the developper and user version.
     * Doc/doxygen.config.in: dropped search related obsolete flags
     * src/gdcmParser.h: doxygenation

17 files changed:
.cvsignore
ChangeLog
DEVELOPPER
Dicts/.cvsignore
Doc/.cvsignore
Doc/CMakeLists.txt
Doc/doxygen.config.in
Testing/.cvsignore
gdcmPython/.cvsignore
setup.py
src/.cvsignore
src/gdcmParser.h
src/jpeg/.cvsignore
src/jpeg/libijg12/.cvsignore
src/jpeg/libijg8/.cvsignore
src/jpeg/ljpg/.cvsignore
vtk/.cvsignore

index f2988cb18ceeed581fc28b018a84cdc55eceb5e7..55f3c305b346534da50cc956633188a67442ba98 100644 (file)
@@ -23,4 +23,15 @@ gdcm.spec
 *.opt
 *Python.cxx
 *lib*
-
+CMakeCCompiler.cmake
+CMakeCXXCompiler.cmake
+CMakeCache.txt
+CMakeOutput.log
+CMakeSystem.cmake
+CMakeTmp
+DartConfiguration.tcl
+DartTestfile.txt
+cmake.check_cache
+cmake.check_depends
+cmake.depends
+gdcmConfigure.h
index cb5d546f4e024814b192df44fb695197467d44df..dd6c8778ca47e90e76643aaeeb74206ead7a3afa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-04-30  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
      * Doc/gdcmUML.xmi added raw UML class view (umbrello format)
+     * Doc/CMakeLists.txt: the main page is now properly differentiated
+       between the developper and user version.
+     * Doc/doxygen.config.in: dropped search related obsolete flags
+     * src/gdcmParser.h, gdcmHeader.h: doxygenation
 
 2004-04-29  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
      * DEVELOPPER: added some helpfull comments for compile/test/install
index 1cf346e633d30433789732bf5db57c51d62574ab..f70ac33a8d41ae4dd9b9c14c8c81bea8fd9f8229 100644 (file)
@@ -60,7 +60,7 @@ The following comments are intended for core gdcm developpers.
         followed the above instructions).
 
 * Python related section.
-  Depending on the automake/autoconf/autogen.sh flags you used gdcm could
+  Depending on the cmake flags you used in order to compile gdcm could
   be wrapped in two ways:
   - the first python wrappers of gdcm uses Swig (http://www.swig.org). These
     are the one generated when using autogen.sh --enable-python. 
index 282522db0342d8750454b3dc162493b5fc709cc8..ed951f5ccdf6233e67a50da8a22d364e163382b8 100644 (file)
@@ -1,2 +1,5 @@
 Makefile
 Makefile.in
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
index 02d7429b912ad1ed0d0d1f5bba8b004324960422..5c9502439771cd4dc734e46467a533e515e773df 100644 (file)
@@ -2,4 +2,6 @@ Makefile
 Makefile.in
 html.developper
 html.user
-
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
index 25076fcdb048a9d346873c5ebe9aa8a24d9a8231..a4fceaf76da4517d10bb8b900611e855a29a8e45 100644 (file)
@@ -23,7 +23,7 @@ IF(GDCM_DOXYGEN)
   # http://www.cmake.org/pipermail/cmake/2003-April/003673.html
   # Too bad CMake doesn't support multiline ""
   SET(GDCM_DOXYGEN_INPUT_COMMON
-    "${GDCM_SOURCE_DIR}/src   ${GDCM_SOURCE_DIR}/Doc/DoxyPython.txt   ${GDCM_SOURCE_DIR}/Doc/DoxyMainPage.txt  ${GDCM_SOURCE_DIR}/Doc/DoxyInstallation.txt  ${GDCM_SOURCE_DIR}/Doc/DoxyIntroduction.txt"
+    "${GDCM_SOURCE_DIR}/src   ${GDCM_SOURCE_DIR}/Doc/DoxyPython.txt  ${GDCM_SOURCE_DIR}/Doc/DoxyInstallation.txt  ${GDCM_SOURCE_DIR}/Doc/DoxyIntroduction.txt"
   )
   SET(GDCM_DOXYGEN_EXCLUDE_COMMON
   )
@@ -36,7 +36,7 @@ IF(GDCM_DOXYGEN)
     html.developper
   )
   SET(GDCM_DOXYGEN_INPUT
-    "${GDCM_DOXYGEN_INPUT_COMMON} ${GDCM_SOURCE_DIR}/Doc/DoxyDevelInstal.txt"
+    "${GDCM_DOXYGEN_INPUT_COMMON} ${GDCM_SOURCE_DIR}/Doc/DoxyDevelInstal.txt ${GDCM_SOURCE_DIR}/Doc/DoxyMainPage.txt"
   )
   SET(GDCM_DOXYGEN_EXCLUDE
     "${GDCM_DOXYGEN_EXCLUDE_COMMON}  ${GDCM_SOURCE_DIR@/src/iddcmjpeg.h     ${GDCM_SOURCE_DIR@/src/src/gdcmJpeg.cxx"
@@ -59,7 +59,7 @@ IF(GDCM_DOXYGEN)
     html.user
   )
   SET(GDCM_DOXYGEN_INPUT
-    "${GDCM_DOXYGEN_INPUT_COMMON}"
+    "${GDCM_DOXYGEN_INPUT_COMMON} ${GDCM_SOURCE_DIR}/Doc/DoxyMainPageUser.txt"
   )
   SET(GDCM_DOXYGEN_EXCLUDE
     "${GDCM_DOXYGEN_EXCLUDE_COMMON}"
index 9b925f8fad0d097aa6835209ce91f1a40573c0e3..07677910a55587c2e6c95d0c183b4814b040b95b 100644 (file)
@@ -423,7 +423,7 @@ COLS_IN_ALPHA_INDEX    = 5
 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that 
 # should be ignored while generating the index headers.
 
-IGNORE_PREFIX          = 
+IGNORE_PREFIX          = gdcm
 
 #---------------------------------------------------------------------------
 # configuration options related to the HTML output
@@ -884,38 +884,3 @@ DOT_CLEANUP            = YES
 # used. If set to NO the values of all tags below this one will be ignored.
 
 SEARCHENGINE           = NO
-
-# The CGI_NAME tag should be the name of the CGI script that 
-# starts the search engine (doxysearch) with the correct parameters. 
-# A script with this name will be generated by doxygen.
-
-CGI_NAME               = search.cgi
-
-# The CGI_URL tag should be the absolute URL to the directory where the 
-# cgi binaries are located. See the documentation of your http daemon for 
-# details.
-
-CGI_URL                = 
-
-# The DOC_URL tag should be the absolute URL to the directory where the 
-# documentation is located. If left blank the absolute path to the 
-# documentation, with file:// prepended to it, will be used.
-
-DOC_URL                = 
-
-# The DOC_ABSPATH tag should be the absolute path to the directory where the 
-# documentation is located. If left blank the directory on the local machine 
-# will be used.
-
-DOC_ABSPATH            = 
-
-# The BIN_ABSPATH tag must point to the directory where the doxysearch binary 
-# is installed.
-
-BIN_ABSPATH            = /usr/local/bin/
-
-# The EXT_DOC_PATHS tag can be used to specify one or more paths to 
-# documentation generated for other projects. This allows doxysearch to search 
-# the documentation for these projects as well.
-
-EXT_DOC_PATHS          = 
index a15dc1a8233991f64128a5adef3b046fd1cc6127..4d4b287b22ccab9235a179e4b454dc84b7542ac2 100644 (file)
@@ -12,6 +12,7 @@ testChangeEntete
 PrintDicomDir
 makeDicomDir
 testDicomDir
+gdcmCxxTests
 bug1
 image.dcm
 image.raw
@@ -24,3 +25,6 @@ test3.acr.raw
 *.dll
 *Debug*
 *Release*
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
index 6548f658c5586002790618a58cdce259b8d6adb2..225fadc5d4a85c1648c08b89f37d430fa62ec6d6 100644 (file)
@@ -4,6 +4,7 @@ gdcm.py
 gdcm_wrap.cpp
 gdcm_wrap.cxx
 gdcm_wrap.doc
+vtkgdcmPythonInit.cxx
 vtkGdcmReaderPython.cxx
 vtkWrapPythonInit
 vtkGdcmInit.cxx
@@ -15,3 +16,6 @@ Makefile.in
 .libs
 .deps
 _gdcm.so
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
index 668b16ff72a5fd4fe458e0471e8757e59441975c..12cb72d483c0fa42374419adc2aa7d6fb8f0a262 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ if(os.name=='posix'):
        libraries=["stdc++"]
        macros   =[('__STDC_LIMIT_MACROS', '1')]
 
-       VTKPATH="/home/malaterre"
+       VTKPATH="/usr"
        vtkWrapper="vtkWrapPython"
 else:
        targetDir=os.path.join('lib','site-packages')
@@ -34,7 +34,7 @@ else:
                err=str(e)
                print "Environment variable",err[err.rfind(':')+1:],'not defined, '\
                       'please fix it!'
-               VTKPATH="/home/malaterre"
+               VTKPATH="/usr"
        vtkWrapper=os.path.join(VTKPATH,"bin","vtkWrapPython")
 
 targetDir=os.path.join(targetDir, ThisModule)
index e216a7c2fdf07129e2a980aa4ba2cfa8627c9130..30a9615f03da8e36010d2db36e371fde5de29912 100644 (file)
@@ -13,3 +13,6 @@ config.h.in
 stamp-h
 stamp-h1
 stamp-h.in
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
index ef75bcedd8587925cae6875f188a1208b5bc68a1..2cbea85da1c60f9ff95532e7395bb5733dc71055 100644 (file)
@@ -40,25 +40,25 @@ private:
    /// Public dictionary used to parse this header
    gdcmDict *RefPubDict;
    
-   /// Optional "shadow dictionary" (private elements) used to parse
+   /// \brief Optional "shadow dictionary" (private elements) used to parse
    /// this header
    gdcmDict *RefShaDict;
 
    /// Equals 1 if a gdcmHeaderEntry was added post parsing 
    int wasUpdated;
    
-   /// Equals =1 if user wants to skip shadow groups while parsing
+   /// \brief Equals =1 if user wants to skip shadow groups while parsing
    /// (to save space)
    int ignoreShadow;
 
-   /// Size threshold above which an element value will NOT be loaded in 
-   /// memory (to avoid loading the image/volume itself). By default,
+   /// \brief Size threshold above which an element value will NOT be loaded
+   /// in memory (to avoid loading the image/volume itself). By default,
    /// this upper bound is fixed to 1024 bytes (which might look reasonable
    /// when one considers the definition of the various VR contents).
    guint32 MaxSizeLoadEntry;
    
-   /// Size threshold above which an element value will NOT be *printed* in
-   /// order no to polute the screen output. By default, this upper bound
+   /// \brief Size threshold above which an element value will NOT be *printed*
+   /// in order no to polute the screen output. By default, this upper bound
    /// is fixed to 64 bytes.
    guint32 MaxSizePrintEntry;
 
@@ -66,7 +66,7 @@ protected:
    /// Refering underlying filename.
    std::string filename; 
 
-   /// SWap code (e.g. Big Endian, Little Endian, Bad Big Endian,
+   /// \brief SWap code (e.g. Big Endian, Little Endian, Bad Big Endian,
    /// Bad Little Endian) according to the processor Endianity and
    /// what is written on disc.
    int sw;
@@ -80,11 +80,11 @@ protected:
    /// After opening the file, we read HEADER_LENGTH_TO_READ bytes.
    static const unsigned int HEADER_LENGTH_TO_READ; 
 
-   /// Elements whose value is longer than MAX_SIZE_LOAD_ELEMENT_VALUE
+   /// \brief Elements whose value is longer than MAX_SIZE_LOAD_ELEMENT_VALUE
    /// are NOT loaded.
    static const unsigned int MAX_SIZE_LOAD_ELEMENT_VALUE;
 
-   /// Elements whose value is longer than  MAX_SIZE_PRINT_ELEMENT_VALUE
+   /// \brief Elements whose value is longer than  MAX_SIZE_PRINT_ELEMENT_VALUE
    /// are NOT printed.
    static const unsigned int MAX_SIZE_PRINT_ELEMENT_VALUE;
 
@@ -94,10 +94,10 @@ protected:
    /// Chained list, to keep the 'spacial' ordering
    ListTag listEntries; 
 
-   /// will be set 1 if user asks to 'go inside' the 'sequences' (VR = "SQ")
+   /// Will be set 1 if user asks to 'go inside' the 'sequences' (VR = "SQ")
    int enableSequences;
 
-   /// Amount of printed details for each Header Entry (Dicom Element):
+   /// \brief Amount of printed details for each Header Entry (Dicom Element):
    /// 0 : stands for the least detail level.
    int printLevel;
    
index 282522db0342d8750454b3dc162493b5fc709cc8..ed951f5ccdf6233e67a50da8a22d364e163382b8 100644 (file)
@@ -1,2 +1,5 @@
 Makefile
 Makefile.in
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
index 4727c1b0c93d396756ff4bdc43dcb67f91263093..d427ae1bba3b361ed04ce36e5223693150dbe224 100644 (file)
@@ -6,3 +6,6 @@ Makefile.in
 Makefile
 *.lo
 *.la
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
index 4727c1b0c93d396756ff4bdc43dcb67f91263093..d427ae1bba3b361ed04ce36e5223693150dbe224 100644 (file)
@@ -6,3 +6,6 @@ Makefile.in
 Makefile
 *.lo
 *.la
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
index 6e5ca7ed41e6bf0bd59eaeeee9f46f45252cafed..40ed00b5d6848bbc1521bba7edd1bf6e4d7c4a3e 100644 (file)
@@ -4,3 +4,7 @@ Makefile.in
 .libs
 *.lo
 *.la
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
+
index cd216bbd7b5a2e277fb56a9ab1ef107ecf44e626..913b18775709f9591423f380c8bac9aa27f7d22f 100644 (file)
@@ -12,3 +12,6 @@ vtkGdcmReaderPython.cxx
 *Release*
 *.exp
 *.lib
+DartTestfile.txt
+cmake.check_depends
+cmake.depends