between the developper and user version.
* Doc/doxygen.config.in: dropped search related obsolete flags
* src/gdcmParser.h: doxygenation
*.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
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
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.
Makefile
Makefile.in
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
Makefile.in
html.developper
html.user
-
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
# 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
)
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"
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}"
# 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
# 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 =
PrintDicomDir
makeDicomDir
testDicomDir
+gdcmCxxTests
bug1
image.dcm
image.raw
*.dll
*Debug*
*Release*
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
gdcm_wrap.cpp
gdcm_wrap.cxx
gdcm_wrap.doc
+vtkgdcmPythonInit.cxx
vtkGdcmReaderPython.cxx
vtkWrapPythonInit
vtkGdcmInit.cxx
.libs
.deps
_gdcm.so
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
libraries=["stdc++"]
macros =[('__STDC_LIMIT_MACROS', '1')]
- VTKPATH="/home/malaterre"
+ VTKPATH="/usr"
vtkWrapper="vtkWrapPython"
else:
targetDir=os.path.join('lib','site-packages')
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)
stamp-h
stamp-h1
stamp-h.in
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
/// 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;
/// 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;
/// 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;
/// 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;
Makefile
Makefile.in
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
Makefile
*.lo
*.la
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
Makefile
*.lo
*.la
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
.libs
*.lo
*.la
+DartTestfile.txt
+cmake.check_depends
+cmake.depends
+
*Release*
*.exp
*.lib
+DartTestfile.txt
+cmake.check_depends
+cmake.depends