Program: gdcm
Module: $RCSfile: gdcmDocument.cxx,v $
Language: C++
- Date: $Date: 2005/11/21 16:04:43 $
- Version: $Revision: 1.330 $
+ Date: $Date: 2005/11/21 16:28:06 $
+ Version: $Revision: 1.331 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
return DoTheLoadingDocumentJob( );
}
+/*
//#ifndef GDCM_LEGACY_REMOVE
bool Document::Load( std::string const &fileName )
{
return DoTheLoadingDocumentJob( );
}
//#endif
+*/
/**
* \brief Performs the Loading Job (internal use only)
Program: gdcm
Module: $RCSfile: gdcmDocument.h,v $
Language: C++
- Date: $Date: 2005/11/21 16:14:39 $
- Version: $Revision: 1.135 $
+ Date: $Date: 2005/11/21 16:28:06 $
+ Version: $Revision: 1.136 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
// Loading
//Deprecated : use SetFileName() + Load()
//GDCM_LEGACY( virtual bool Load( std::string const &filename ) );
- virtual bool Load( std::string const &filename );
+ //virtual bool Load( std::string const &filename );
virtual bool Load( );
// Dictionaries
Program: gdcm
Module: $RCSfile: gdcmFile.cxx,v $
Language: C++
- Date: $Date: 2005/11/09 11:21:47 $
- Version: $Revision: 1.304 $
+ Date: $Date: 2005/11/21 16:28:06 $
+ Version: $Revision: 1.305 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
*/
bool File::DoTheLoadingJob( )
{
-
// for some ACR-NEMA images GrPixel, NumPixel is *not* 7fe0,0010
// We may encounter the 'RETired' (0x0028, 0x0200) tag
// (Image Location") . This entry contains the number of
// These are the deprecated method that one day should be removed (after the next release)
-#ifndef GDCM_LEGACY_REMOVE
+//#ifndef GDCM_LEGACY_REMOVE
/*
* \ brief Loader. (DEPRECATED : temporaryly kept not to break the API)
* @ param fileName file to be open for parsing
* or no tag was found.
* @ deprecated Use the Load() [ + SetLoadMode() ] + SetFileName() functions instead
*/
+ /*
bool File::Load( std::string const &fileName )
{
GDCM_LEGACY_REPLACED_BODY(File::Load(std::string), "1.2",
return DoTheLoadingJob( );
}
-#endif
+*/
+//#endif
//-----------------------------------------------------------------------------
// Print
Program: gdcm
Module: $RCSfile: gdcmFile.h,v $
Language: C++
- Date: $Date: 2005/10/26 09:15:19 $
- Version: $Revision: 1.119 $
+ Date: $Date: 2005/11/21 16:28:07 $
+ Version: $Revision: 1.120 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
static File *New() {return new File();}
// Loading
- GDCM_LEGACY(bool Load( std::string const &filename ));
+ //GDCM_LEGACY(bool Load( std::string const &filename ));
bool Load();
// Standard values and informations contained in the header
bool IsReadable();