X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmPixelConvert.h;h=74a01d1e0a3625e8dc4fd315d546bfd3c0aa1a37;hb=5bf7c51796867388334836847a6874640bc83f89;hp=e65a701c0470924d1c532f48af57be3adcadb175;hpb=e28b183ba68aa3cc84a44a779a31f9d906a1ad2f;p=gdcm.git diff --git a/src/gdcmPixelConvert.h b/src/gdcmPixelConvert.h index e65a701c..74a01d1e 100644 --- a/src/gdcmPixelConvert.h +++ b/src/gdcmPixelConvert.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmPixelConvert.h,v $ Language: C++ - Date: $Date: 2004/10/18 12:49:23 $ - Version: $Revision: 1.10 $ + Date: $Date: 2004/10/20 14:30:40 $ + Version: $Revision: 1.11 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -48,6 +48,8 @@ public: //// Predicates: bool IsDecompressedRGB(); + void Print( std::string indent = "", std::ostream &os = std::cout ); + // In progress void GrabInformationsFromHeader( Header* header ); bool ReadAndDecompressPixelData( FILE* fp );