// GENERATED FILE DO NOT EDIT // $ xsltproc CSADefaultDicts.xsl CSAHeader.xml > gdcmCSAHeaderDefaultDicts.cxx /*========================================================================= Program: GDCM (Grassroots DICOM). A DICOM library Copyright (c) 2006-2011 Mathieu Malaterre All rights reserved. See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notice for more information. =========================================================================*/ #ifndef GDCMCSAHEADERDICT_CXX #define GDCMCSAHEADERDICT_CXX #include "gdcmCSAHeaderDict.h" #include "gdcmCSAHeaderDictEntry.h" #include "gdcmVR.h" #include "gdcmVM.h" namespace gdcm { typedef struct { const char *name; const char *type; VR::VRType vr; VM::VMType vm; const char *description; } CSA_DICT_ENTRY; static const CSA_DICT_ENTRY CSAHeaderDataDict [] = { Problem with element:(,) {0,0,VR::INVALID,VM::VM0,0 } // Guard }; void CSAHeaderDict::LoadDefault() { unsigned int i = 0; CSA_DICT_ENTRY n = CSAHeaderDataDict[i]; while( n.name != 0 ) { CSAHeaderDictEntry e( n.name, n.vr, n.vm, n.description ); AddCSAHeaderDictEntry( e ); n = CSAHeaderDataDict[++i]; } } } // end namespace gdcm #endif // GDCMCSAHEADERDICT_CXX {" "," " ,VR:: INVALID ,VM:: ," "}, 0