Program: gdcm
Module: $RCSfile: gdcmDicomDir.h,v $
Language: C++
- Date: $Date: 2005/07/08 19:07:12 $
- Version: $Revision: 1.63 $
+ Date: $Date: 2005/07/17 04:28:55 $
+ Version: $Revision: 1.64 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
public:
typedef void Method(void*);
- DicomDir( std::string const &filename, bool parseDir = false );
+ DicomDir( std::string const &filename, bool parseDir = false ); // Deprecated
DicomDir();
~DicomDir();
void SetEndMethodArgDelete ( DicomDir::Method *m );
/// GetProgress GetProgress
- float GetProgress() { return Progress; };
+ float GetProgress() { return Progress; };
/// AbortProgress AbortProgress
void AbortProgress() { Abort = true; };
/// IsAborted IsAborted
Program: gdcm
Module: $RCSfile: gdcmDocument.h,v $
Language: C++
- Date: $Date: 2005/07/11 12:52:51 $
- Version: $Revision: 1.116 $
+ Date: $Date: 2005/07/17 04:28:55 $
+ Version: $Revision: 1.117 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
typedef std::list<Element> ListElements;
// Loading
- virtual bool Load( std::string const &filename );
+ //Deprecated : use SetFileName() + Load()
+ virtual bool Load( std::string const &filename );
virtual bool Load( );
// Dictionaries