00001 /*========================================================================= 00002 00003 Program: Insight Segmentation & Registration Toolkit 00004 Module: $RCSfile: itkBrains2MaskHeaderInfo.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 __itkBrains2MaskHeaderInfo_h 00021 #define __itkBrains2MaskHeaderInfo_h 00022 00023 #include "itkBrains2HeaderBase.h" 00024 00025 namespace itk { 00026 class Brains2MaskHeaderInfo: public Brains2HeaderBase 00027 { 00028 public: 00029 Brains2MaskHeaderInfo(); 00030 ~Brains2MaskHeaderInfo(); 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 // __itkBrains2MaskHeaderInfo_h 00039