1 /*=========================================================================
4 Module: $RCSfile: gdcmBase.cxx,v $
6 Date: $Date: 2005/02/01 10:29:54 $
7 Version: $Revision: 1.9 $
9 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
10 l'Image). All rights reserved. See Doc/License.txt or
11 http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
13 This software is distributed WITHOUT ANY WARRANTY; without even
14 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15 PURPOSE. See the above copyright notices for more information.
17 =========================================================================*/
23 //-------------------------------------------------------------------------
24 // Constructor / Destructor
26 * \brief canonical constructor
34 * \brief canonical destructor
35 * \note If the Header was created by the File constructor,
36 * it is destroyed by the File
42 //-----------------------------------------------------------------------------
45 //-----------------------------------------------------------------------------
48 //-----------------------------------------------------------------------------
51 //-----------------------------------------------------------------------------
54 * \brief Print all the object
55 * @param os The output stream to be written to.
56 * @param indent Indentation string to be prepended during printing
58 void Base::Print(std::ostream &, std::string const & )
62 //-----------------------------------------------------------------------------
63 } // end namespace gdcm