]> Creatis software - gdcm.git/commitdiff
add the method
authorjpr <jpr>
Tue, 21 Oct 2003 12:19:43 +0000 (12:19 +0000)
committerjpr <jpr>
Tue, 21 Oct 2003 12:19:43 +0000 (12:19 +0000)
int gdcmHeader::GetBitsAllocated(void);

src/gdcmHeader.h

index e377f90a179728086ba46591c7af8ad6701e1142..7a518912cd2023870761f5b75bd1f2b59cb6606a 100644 (file)
@@ -1,4 +1,4 @@
-// $Header: /cvs/public/gdcm/src/Attic/gdcmHeader.h,v 1.39 2003/10/02 11:26:16 malaterre Exp $
+// $Header: /cvs/public/gdcm/src/Attic/gdcmHeader.h,v 1.40 2003/10/21 12:19:43 jpr Exp $
 
 #ifndef GDCMHEADER_H
 #define GDCMHEADER_H
@@ -190,6 +190,7 @@ public:
    int GetYSize(void);
    int GetZSize(void);
    int GetBitsStored(void);
+   int GetBitsAllocated(void);
    int GetSamplesPerPixel(void);
    
    int GetPlanarConfiguration(void);