Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itkBrains2IPLHeaderInfo.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Insight Segmentation & Registration Toolkit
00004   Module:    $RCSfile: itkBrains2IPLHeaderInfo.h,v $
00005   Language:  C++
00006   Date:      $Date: 2006/02/05 20:57:46 $
00007   Version:   $Revision: 1.3 $
00008 
00009   Copyright (c) Insight Software Consortium. All rights reserved.
00010   See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
00011 
00012   Portions of this code are covered under the VTK copyright.
00013   See VTKCopyright.txt or http://www.kitware.com/VTKCopyright.htm for details.
00014 
00015      This software is distributed WITHOUT ANY WARRANTY; without even 
00016      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
00017      PURPOSE.  See the above copyright notices for more information.
00018 
00019 =========================================================================*/
00020 #ifndef __itkBrains2IPLHeaderInfo_h
00021 #define __itkBrains2IPLHeaderInfo_h
00022 
00023 #include "itkBrains2HeaderBase.h"
00024 
00025 namespace itk {
00026 class Brains2IPLHeaderInfo: public Brains2HeaderBase
00027 {
00028 public:
00029   Brains2IPLHeaderInfo();
00030   ~Brains2IPLHeaderInfo();
00031   virtual std::string GetHeaderBeginTag(void) const;
00032   virtual std::string GetHeaderEndTag(void) const;
00033 protected:
00034 private:
00035 };
00036 
00037 } // end namespace itk
00038 #endif // __itkBrains2IPLHeaderInfo_h
00039 

Generated at Wed Nov 5 20:38:13 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000