Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

gdcmBase.cxx

Go to the documentation of this file.
00001   /*=========================================================================
00002                                                                                 
00003   Program:   gdcm
00004   Module:    $RCSfile: gdcmBase.cxx,v $
00005   Language:  C++
00006   Date:      $Date: 2005/02/01 10:29:54 $
00007   Version:   $Revision: 1.9 $
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 #include "gdcmBase.h"
00020 
00021 namespace gdcm 
00022 {
00023 //-------------------------------------------------------------------------
00024 // Constructor / Destructor
00028 Base::Base( )
00029 {
00030    PrintLevel = 0;
00031 }
00032 
00038 Base::~Base()
00039 { 
00040 }
00041 
00042 //-----------------------------------------------------------------------------
00043 // Public
00044 
00045 //-----------------------------------------------------------------------------
00046 // Protected
00047 
00048 //-----------------------------------------------------------------------------
00049 // Private
00050 
00051 //-----------------------------------------------------------------------------
00052 // Print
00058 void Base::Print(std::ostream &, std::string const & )
00059 {
00060 }
00061 
00062 //-----------------------------------------------------------------------------
00063 } // end namespace gdcm
00064 

Generated on Thu Feb 10 22:17:55 2005 for gdcm by doxygen 1.3.6