Program: gdcm
Module: $RCSfile: WriteDicomSimple.cxx,v $
Language: C++
- Date: $Date: 2005/11/02 10:10:28 $
- Version: $Revision: 1.16 $
+ Date: $Date: 2005/11/03 14:13:07 $
+ Version: $Revision: 1.17 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
if (am->ArgMgrDefined("debug"))
gdcm::Debug::DebugOn();
- char *fileOut = am->ArgMgrGetString("fileout","WriteDicomSimple.dcm");
+ std::string fileOut = am->ArgMgrGetString("fileout","WriteDicomSimple.dcm");
SIZE_X = am->ArgMgrGetInt("NX", 128);
SIZE_Y = am->ArgMgrGetInt("NY", 128);
COMPONENT = am->ArgMgrGetInt("components", 1);