Orfeo Toolbox  3.16
itkPhasedArray3DSpecialCoordinatesImage.txx
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Insight Segmentation & Registration Toolkit
4  Module: $RCSfile: itkPhasedArray3DSpecialCoordinatesImage.txx,v $
5  Language: C++
6  Date: $Date: 2007-01-23 13:15:24 $
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 #ifndef __itkPhasedArray3DSpecialCoordinatesImage_txx
21 #define __itkPhasedArray3DSpecialCoordinatesImage_txx
23 
24 namespace itk
25 {
26 
30 template<class TPixel>
31 void
33 ::PrintSelf(std::ostream& os, Indent indent) const
34 {
35  Superclass::PrintSelf(os,indent);
36 
37  os << indent
38  << "m_RadiusSampleSize = " << m_RadiusSampleSize
39  << std::endl;
40  os << indent
41  << "m_AzimuthAngularSeparation = "
42  << m_AzimuthAngularSeparation
43  << std::endl;
44  os << indent
45  << "m_ElevationAngularSeparation = "
46  << m_ElevationAngularSeparation
47  << std::endl;
48  os << indent
49  << "m_FirstSampleDistance = "
50  << m_FirstSampleDistance
51  << std::endl;
52 }
53 
54 
55 } // end namespace itk
56 
57 #endif

Generated at Sat Feb 2 2013 23:59:37 for Orfeo Toolbox with doxygen 1.8.1.1