/*========================================================================= Program: gdcm Module: $RCSfile: TestDicomDirElement.cxx,v $ Language: C++ Date: $Date: 2005/01/24 14:14:09 $ Version: $Revision: 1.1 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or http://www.creatis.insa-lyon.fr/Public/Gdcm/License.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 notices for more information. =========================================================================*/ #include "gdcmDicomDirElement.h" #include int TestDicomDirElement(int , char *[]) { gdcm::DicomDirElement ddElt; ddElt.Print( std::cout ); return 0; }