# Install a python path file in site-packages that tells
# python where to find the gdcmPython module
IF(UNIX)
-FIND_PATH(PYTHON_DIR "site-packages"
- /usr/lib/python2.4
- /usr/lib/python2.3
- /usr/lib/python2.2
- /usr/lib/python2.1
-)
-STRING(REGEX REPLACE "/usr" "" PYTHON_DIR ${PYTHON_DIR})
-
-INSTALL_FILES(${PYTHON_DIR}/site-packages "gdcmPython.pth")
-INSTALL_FILES(/lib/gdcm/gdcmPython "\\.py$")
-INSTALL_FILES(/lib/gdcm/gdcmPython FILES "gdcm.py")
+ FIND_PATH(PYTHON_DIR "site-packages"
+ /usr/lib/python2.4
+ /usr/lib/python2.3
+ /usr/lib/python2.2
+ /usr/lib/python2.1
+ )
+ STRING(REGEX REPLACE "/usr" "" PYTHON_DIR ${PYTHON_DIR})
+
+ INSTALL_FILES(${PYTHON_DIR}/site-packages "gdcmPython.pth")
+ INSTALL_FILES(/lib/gdcm/gdcmPython "\\.py$")
+ INSTALL_FILES(/lib/gdcm/gdcmPython FILES "gdcm.py")
ENDIF(UNIX)
#-----------------------------------------------------------------------------
${GDCM_BINARY_DIR}/gdcmPython/demo/vtkGdcmWriter.py
)
ENDIF(GDCM_VTK)
+
+#-----------------------------------------------------------------------------
+INSTALL_FILES(/lib/gdcm/gdcmPython/demo "\\.py$")
+
Program: gdcm
Module: $RCSfile: gdcmDicomEntry.h,v $
Language: C++
- Date: $Date: 2005/10/21 07:38:00 $
- Version: $Revision: 1.3 $
+ Date: $Date: 2005/10/21 11:50:04 $
+ Version: $Revision: 1.4 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
*/
class GDCM_EXPORT DicomEntry : public RefCounter
{
-public:
gdcmTypeMacro(DicomEntry)
public:
Program: gdcm
Module: $RCSfile: gdcmDictEntry.h,v $
Language: C++
- Date: $Date: 2005/10/21 07:38:00 $
- Version: $Revision: 1.40 $
+ Date: $Date: 2005/10/21 11:50:04 $
+ Version: $Revision: 1.41 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
*/
class GDCM_EXPORT DictEntry : public DicomEntry
{
-public:
gdcmTypeMacro(DictEntry)
public:
Program: gdcm
Module: $RCSfile: gdcmRefCounter.h,v $
Language: C++
- Date: $Date: 2005/10/21 10:40:53 $
- Version: $Revision: 1.4 $
+ Date: $Date: 2005/10/21 11:50:04 $
+ Version: $Revision: 1.5 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
*/
class GDCM_EXPORT RefCounter : public Base
{
-public:
gdcmTypeMacro(RefCounter)
public: