Orfeo Toolbox  3.16
itkShapedNeighborhoodIterator.txx
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Insight Segmentation & Registration Toolkit
4  Module: $RCSfile: itkShapedNeighborhoodIterator.txx,v $
5  Language: C++
6  Date: $Date: 2009-03-03 15:09:17 $
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  This software is distributed WITHOUT ANY WARRANTY; without even
13  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14  PURPOSE. See the above copyright notices for more information.
15 
16 =========================================================================*/
17 #ifndef __itkShapedNeighborhoodIterator_txx
18 #define __itkShapedNeighborhoodIterator_txx
20 namespace itk {
21 
22 
23 template<class TImage, class TBoundaryCondition>
24 void
26 ::PrintSelf(std::ostream &os, Indent indent) const
27 {
28  os << indent << "ShapedNeighborhoodIterator = " << this
29  << std::endl;
30  Superclass::PrintSelf(os, indent.GetNextIndent());
31 }
32 
33 } // namespace itk
34 
35 #endif

Generated at Sun Feb 3 2013 00:06:00 for Orfeo Toolbox with doxygen 1.8.1.1