X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.h;h=d7d8a6566e3b2b654c0476fa33b3f82df1e18ed2;hb=b1ab6f0e358f0fe1894b0198c7e0b57440e13c72;hp=106ce066fc70a07788efb35a8cd29d44facb4123;hpb=0591e5cbe0d6136167a7ff5f2086d893f2111d58;p=gdcm.git diff --git a/src/gdcmFile.h b/src/gdcmFile.h index 106ce066..d7d8a656 100644 --- a/src/gdcmFile.h +++ b/src/gdcmFile.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.h,v $ Language: C++ - Date: $Date: 2005/01/21 12:37:15 $ - Version: $Revision: 1.98 $ + Date: $Date: 2005/01/23 10:12:34 $ + Version: $Revision: 1.99 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -140,13 +140,16 @@ public: float GetYSpacing(); float GetZSpacing(); - // Useful for rescaling graylevel: + // For rescaling graylevel: float GetRescaleIntercept(); float GetRescaleSlope(); int GetNumberOfScalarComponents(); int GetNumberOfScalarComponentsRaw(); + // To organize DICOM files based on their x,y,z position + void GetImageOrientationPatient( float iop[6] ); + int GetImageNumber(); ModalityType GetModality(); @@ -172,12 +175,8 @@ protected: /// Replace patient's specific information by 'anonymous' bool AnonymizeFile(); - /// Helper function needed to organize DICOM files based on - /// their x,y,z position - void GetImageOrientationPatient( float iop[6] ); - private: - friend class SerieHeader; + }; } // end namespace gdcm