KWStyle - itkSegmentationBorder.cxx
 
Matrix View
Description

1 /*=========================================================================
2
3   Program:   Insight Segmentation & Registration Toolkit
4   Module:    $RCSfile: itkSegmentationBorder.cxx.html,v $
5   Language:  C++
6   Date:      $Date: 2006/01/17 19:15:47 $
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 _itkSegmentationBorder_cxx
18 DEF #define _itkSegmentationBorder_cxx
19
20 #include "itkSegmentationBorder.h"
21
22 namespace itk
23 {
24
25
26 SegmentationBorder
27 ::SegmentationBorder(void):
28 IND **m_BorderLength(0)
29 {
30 }
31
32
33 SegmentationBorder
34 ::~SegmentationBorder()
35 {
36
37 }
38
39 /**
40  * PrintSelf
41  */
42 void
43 SegmentationBorder
44 ::PrintSelf(std::ostream& os, Indent indent) const
45 {
46   Superclass::PrintSelf(os,indent);
47   os << indent << "Segmentation border object" << std::endl;
48   os << indent << "Length of the border: " << m_BorderLength << std::endl;
49
50 }// end PrintSelf
51
52 // namespace itk
53
54 #endif
55

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