Orfeo Toolbox
3.16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
OTB
Utilities
ITK
Code
IO
itkBrains2IPLHeaderInfo.cxx
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Insight Segmentation & Registration Toolkit
4
Module: $RCSfile: itkBrains2IPLHeaderInfo.cxx,v $
5
Language: C++
6
Date: $Date: 2006-02-05 20:57:46 $
7
Version: $Revision: 1.3 $
8
9
Copyright (c) Insight Software Consortium. All rights reserved.
10
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
11
12
Portions of this code are covered under the VTK copyright.
13
See VTKCopyright.txt or http://www.kitware.com/VTKCopyright.htm for details.
14
15
This software is distributed WITHOUT ANY WARRANTY; without even
16
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
17
PURPOSE. See the above copyright notices for more information.
18
19
=========================================================================*/
20
#include "
itkBrains2IPLHeaderInfo.h
"
21
22
namespace
itk {
23
Brains2IPLHeaderInfo::Brains2IPLHeaderInfo
()
24
{
25
//Nothing to be done here.
26
}
27
Brains2IPLHeaderInfo::~Brains2IPLHeaderInfo
()
28
{
29
//Nothing to be done here.
30
}
31
std::string
Brains2IPLHeaderInfo::GetHeaderBeginTag
(
void
)
const
{
return
std::string(
"IPL_HEADER_BEGIN"
); }
32
std::string
Brains2IPLHeaderInfo::GetHeaderEndTag
(
void
)
const
{
return
std::string(
"IPL_HEADER_END"
); }
33
}
// end namespace itk
Generated at Sat Feb 2 2013 23:30:29 for
Orfeo Toolbox
with
doxygen 1.8.1.1