gdcm.h

Go to the documentation of this file.
00001 /*=========================================================================
00002                                                                                 
00003   Program:   gdcm
00004   Module:    $RCSfile: gdcm.h,v $
00005   Language:  C++
00006   Date:      $Date: 2005/11/18 14:40:36 $
00007   Version:   $Revision: 1.56 $
00008                                                                                 
00009   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
00010   l'Image). All rights reserved. See Doc/License.txt or
00011   http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
00012                                                                                 
00013      This software is distributed WITHOUT ANY WARRANTY; without even
00014      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00015      PURPOSE.  See the above copyright notices for more information.
00016                                                                                 
00017 =========================================================================*/
00018 
00019 #ifndef GDCM_H
00020 #define GDCM_H
00021 
00022 // General purpose include file. This file should be included by
00023 // external users of gdcm. It exposes the necessary API.
00024 
00025 // No user should use any ".h" file that doesn't appear here!
00026 
00027 #include "gdcmCommon.h"
00028 #include "gdcmUtil.h"
00029 #include "gdcmDebug.h"
00030 
00031 #include "gdcmDictEntry.h"
00032 #include "gdcmDict.h"
00033 #include "gdcmDictSet.h"
00034 
00035 #include "gdcmDataEntry.h"
00036 #include "gdcmSeqEntry.h"
00037 #include "gdcmSQItem.h"
00038 
00039 #include "gdcmDocument.h"
00040 #include "gdcmFile.h"
00041 
00042 #include "gdcmFileHelper.h"
00043 #include "gdcmSerieHelper.h"
00044 #include "gdcmOrientation.h"
00045 
00046 #include "gdcmDicomDir.h"
00047 #include "gdcmDicomDirPatient.h"
00048 #include "gdcmDicomDirStudy.h"
00049 #include "gdcmDicomDirSerie.h"
00050 #include "gdcmDicomDirImage.h"
00051 #include "gdcmDicomDirVisit.h"
00052 
00053 #include "gdcmValidator.h"
00054 
00055 #endif

Generated on Fri Aug 24 12:59:28 2007 for gdcm by  doxygen 1.4.6