KWStyle - itkDecisionRuleBase.cxx
 
Matrix View
Description

1 /*=========================================================================
2
3   Program:   Insight Segmentation & Registration Toolkit
4   Module:    $RCSfile: itkDecisionRuleBase.cxx.html,v $
5   Language:  C++
6   Date:      $Date: 2006/01/17 19:15:34 $
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 DEF =========================================================================*/
17 #include "itkDecisionRuleBase.h"
18
19 namespace itk
20 {
21
22 DecisionRuleBase
23 ::DecisionRuleBase() 
24 {
25 }
26
27 DecisionRuleBase
28 ::~DecisionRuleBase()
29 {
30 }
31
32 void
33 DecisionRuleBase
34 ::PrintSelf( std::ostream& os, Indent indent ) const
35 {
36   Superclass::PrintSelf(os,indent);
37 }// end PrintSelf
38
39 // namespace itk
40
41 EOF
42 EOF,EML
43 EOF,EML
44 EOF,EML
45 EOF,EML
46 EOF,EML
47 EOF,EML

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