* gdcmPython/testSuite.py : test the readable flag of file for tests
* src/gdcmDict.cxx, gdcmElValSet.cxx : bug fix under windows for prints.
It's lied to the stl compilation by MSVC (windows, always windows...)
+ * src/gdcmIdo.h, gdcmHeaderIdo.cxx : remove the Ido unused files
2004-01-12 Benoit Regrain
* src/*.h : add comments
# End Source File\r
# Begin Source File\r
\r
-SOURCE=..\..\src\gdcmHeaderIdo.cxx\r
-# End Source File\r
-# Begin Source File\r
-\r
SOURCE=..\..\src\gdcmJpeg.cxx\r
# End Source File\r
# Begin Source File\r
# Begin Special Build Tool\r
ProjDir=.\r
SOURCE="$(InputPath)"\r
-PostBuild_Cmds=move $(ProjDir)\gdcm.py $(ProjDir)\..\ \r
+PostBuild_Cmds=move $(ProjDir)\gdcm.py $(ProjDir)\..\ \r
# End Special Build Tool\r
# Begin Target\r
\r
# End Source File\r
# Begin Source File\r
\r
-SOURCE=..\..\src\gdcmHeaderIdo.cxx\r
-# End Source File\r
-# Begin Source File\r
-\r
SOURCE=..\..\src\gdcmJpeg.cxx\r
# End Source File\r
# Begin Source File\r
gdcmDict.cxx\r
gdcmDictSet.cxx\r
gdcmElValSet.cxx\r
- gdcmHeaderIdo.cxx\r
gdcmFile.cxx\r
gdcmVR.cxx\r
gdcmTS.cxx\r
gdcmDict.cxx \
gdcmDictSet.cxx \
gdcmElValSet.cxx \
- gdcmHeaderIdo.cxx \
gdcmFile.cxx \
gdcmVR.cxx \
gdcmTS.cxx \
#include "gdcmHeader.h"
#include "gdcmHeaderHelper.h"
-#include "gdcmIdo.h"
#include "gdcmFile.h"
//#include "gdcmTS.h"
+++ /dev/null
-// gdcmHeaderIdo.cxx
-
-#include "gdcmIdo.h"
-#include "gdcmUtil.h"
-
-gdcmHeaderIdo::gdcmHeaderIdo (char* InFilename)
- : gdcmHeader(InFilename)
-{
-}
-
-void gdcmHeaderIdo::BuildHeader(void) {
- gdcmHeaderIdo::BuildHeader();
- setAcrLibido();
-}
-
-/**
- * \ingroup gdcmHeaderIdo
- * \brief Si le recognition code (0008,0010) s'avere etre "ACR_LIBIDO",
- * alors valide la reconnaissance du fichier en positionnant
- * filetype.
- */
-void gdcmHeaderIdo::setAcrLibido(void) {
- std::string RecCode;
-
- RecCode = GetPubElValByNumber(0x0008, 0x0010);
- if (RecCode == "ACRNEMA_LIBIDO" ||
- RecCode == "CANRME_AILIBOD" )
- filetype = ACR_LIBIDO;
- return;
-}
+++ /dev/null
-// gdcmIdo.h
-
-#include "gdcmHeader.h"
-
-/*
- * A gdcmHeaderIdo is a specific gdcmHeader that recognize
- * the creation's source of the file : the libIdo library.
- * Thus the file type is modified in consequence.
- *
- * \see gdcmHeader
- */
-class gdcmHeaderIdo: protected gdcmHeader {
-private:
- void setAcrLibido(void);
- void BuildHeader(void);
-
-public:
- gdcmHeaderIdo(char* filename);
-};
# Begin Special Build Tool\r
SOURCE="$(InputPath)"\r
PostBuild_Desc=Copy for test\r
-PostBuild_Cmds=copy ..\..\lib\gdcmdll.dll ..\..\gdcmPython\ copy ..\..\lib\gdcmdll.dll ..\..\test\ copy Release\gdcmdll.lib ..\..\lib\ \r
+PostBuild_Cmds=copy ..\..\lib\gdcmdll.dll ..\..\gdcmPython\ copy ..\..\lib\gdcmdll.dll ..\..\test\ copy Release\gdcmdll.lib ..\..\lib\ \r
# End Special Build Tool\r
\r
!ELSEIF "$(CFG)" == "gdcmdll - Win32 Debug"\r
# Begin Special Build Tool\r
SOURCE="$(InputPath)"\r
PostBuild_Desc=Copy for test\r
-PostBuild_Cmds=copy ..\..\lib\gdcmdll.dll ..\..\gdcmPython\ copy ..\..\lib\gdcmdll.dll ..\..\test\ copy Debug\gdcmdll.lib ..\..\lib\ \r
+PostBuild_Cmds=copy ..\..\lib\gdcmdll.dll ..\..\gdcmPython\ copy ..\..\lib\gdcmdll.dll ..\..\test\ copy Debug\gdcmdll.lib ..\..\lib\ \r
# End Special Build Tool\r
\r
!ENDIF \r
# End Source File\r
# Begin Source File\r
\r
-SOURCE=..\gdcmHeaderIdo.cxx\r
-# End Source File\r
-# Begin Source File\r
-\r
SOURCE=..\gdcmJpeg.cxx\r
# End Source File\r
# Begin Source File\r
# End Source File\r
# Begin Source File\r
\r
-SOURCE=..\gdcmIdo.h\r
-# End Source File\r
-# Begin Source File\r
-\r
SOURCE=..\gdcmTS.h\r
# End Source File\r
# Begin Source File\r
# End Source File\r
# Begin Source File\r
\r
-SOURCE=..\..\src\gdcmHeaderIdo.cxx\r
-# End Source File\r
-# Begin Source File\r
-\r
SOURCE=..\..\src\gdcmJpeg.cxx\r
# End Source File\r
# Begin Source File\r