Program: gdcm
Module: $RCSfile: gdcmCommand.cxx,v $
Language: C++
- Date: $Date: 2007/10/25 08:04:50 $
- Version: $Revision: 1.4 $
+ Date: $Date: 2007/10/30 13:34:42 $
+ Version: $Revision: 1.5 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
* \brief Constructor used when we want to generate dicom files from scratch
*/
Command::Command()
- : Cmd(CMD_UNKNOWN), Object(NULL), ConstObject(NULL), Text("")
+ : Text(""), Object(NULL), ConstObject(NULL), Cmd(CMD_UNKNOWN)
{
// Cmd = CMD_UNKNOWN;
// Object = NULL;