KWStyle - itkFiniteDifferenceFunction.txx
 
Matrix View
Description

1 /*=========================================================================
2
3   Program:   Insight Segmentation & Registration Toolkit
4   Module:    $RCSfile: itkFiniteDifferenceFunction.txx.html,v $
5   Language:  C++
6   Date:      $Date: 2006/01/17 19:15:35 $
7   Version:   $Revision: 1.4 $
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 DEF #ifndef __itkFiniteDifferenceFunction_txx_
18 DEF #define __itkFiniteDifferenceFunction_txx_
19
20 namespace itk
21 {
22 template<class TImageType>
23 void
24 FiniteDifferenceFunction<TImageType>::
25 PrintSelf(std::ostream& os, Indent indent) const
26 {
27   Superclass::PrintSelf(os, indent);
28   os << indent << "Radius: " << m_Radius << std::endl;
29   os << indent << "ScaleCoefficients: " << m_ScaleCoefficients;
30 }
31 // end namespace itk
32
33
34 #endif
35

Generated by KWStyle 1.0b on Tuesday January,17 at 02:14:07PM
© Kitware Inc.