X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmPixelReadConvert.h;h=1372220154dbff8bb686a8cc16c668a835eb1d68;hb=53d8646509a5a15166422a0d41533be61670c6aa;hp=4c0b5846c6ffd4f83b317a1aad64568b523e8078;hpb=327dfe7647e3720b0f3125f9b19397cb9afc0ed3;p=gdcm.git diff --git a/src/gdcmPixelReadConvert.h b/src/gdcmPixelReadConvert.h index 4c0b5846..13722201 100644 --- a/src/gdcmPixelReadConvert.h +++ b/src/gdcmPixelReadConvert.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmPixelReadConvert.h,v $ Language: C++ - Date: $Date: 2005/01/06 20:03:28 $ - Version: $Revision: 1.9 $ + Date: $Date: 2005/01/16 04:50:42 $ + 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 @@ -29,7 +29,8 @@ namespace gdcm class Header; class RLEFramesInfo; class JPEGFragmentsInfo; -/* + +/** * \brief Utility container for gathering the various forms the pixel data * migth take during the user demanded processes. */ @@ -49,8 +50,7 @@ public: //// Predicates: bool IsRawRGB(); - void Print( std::ostream &os = std::cout ); - void Print( std::string indent = "", std::ostream &os = std::cout ); + void Print( std::ostream &os = std::cout, std::string const & indent = "" ); // In progress void GrabInformationsFromHeader( Header *header );