Program: gdcm
Module: $RCSfile: PrintFile.cxx,v $
Language: C++
- Date: $Date: 2005/11/23 13:38:17 $
- Version: $Revision: 1.73 $
+ Date: $Date: 2005/11/28 10:55:00 $
+ Version: $Revision: 1.74 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
std::string lutDescriptor = sqi->GetEntryString(0x0028,0x3002);
if ( /*lutDescriptor == GDCM_UNFOUND*/ 0 )
{
- //gdcmWarningMacro( "LUT Descriptor is missing" );
std::cout << "LUT Descriptor is missing" << std::endl;
return;
}
<< std::endl;
if ( nbRead != 3 )
{
- //gdcmWarningMacro( "Wrong LUT descriptor" );
- std::cout << "Wrong LUT descriptor" << std::endl;
+ std::cout << "Wrong LUT descriptor" << std::endl;
}
//LUT Data (CTX dependent)
gdcm::DataEntry *b = sqi->GetDataEntry(0x0028,0x3006);
&length, &deb, &nbits );
if ( nbRead != 3 )
{
- //gdcmWarningMacro( "Wrong LUT descriptor" );
std::cout << "Wrong LUT descriptor" << std::endl;
}
gdcm::DataEntry *b = sqi->GetDataEntry(0x0028,0x3006);
Program: gdcm
Module: $RCSfile: exReadPapyrus.cxx,v $
Language: C++
- Date: $Date: 2005/10/25 14:52:28 $
- Version: $Revision: 1.5 $
+ Date: $Date: 2005/11/28 10:55:00 $
+ Version: $Revision: 1.6 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
if( ! *Fp )
{
std::cout << "Cannot open file: " << fileName << std::endl;
- //gdcmDebugMacro( "Cannot open file: " << fileName.c_str() );
delete Fp;
Fp = 0;
return 0;