KWStyle - itkImageRegionIteratorWithIndex.txx
 
Matrix View
Description

1 /*=========================================================================
2
3   Program:   Insight Segmentation & Registration Toolkit
4   Module:    $RCSfile: itkImageRegionIteratorWithIndex.txx.html,v $
5   Language:  C++
6   Date:      $Date: 2006/01/17 19:15:39 $
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 _itkImageRegionIteratorWithIndex_txx
18 DEF #define _itkImageRegionIteratorWithIndex_txx
19
20 #include "itkImageRegionIteratorWithIndex.h"
21
22 namespace itk
23 {
24
25
26 template< typename TImage >
27 ImageRegionIteratorWithIndex<TImage>
28 ::ImageRegionIteratorWithIndex()
29 IND **: ImageRegionConstIteratorWithIndex<TImage>() 
30 {
31
32
33 }
34
35
36 EML
37 template< typename TImage >
38 ImageRegionIteratorWithIndex<TImage>
39 ::ImageRegionIteratorWithIndex(TImage *ptr, const RegionType& region)
40 IND **: ImageRegionConstIteratorWithIndex<TImage>(ptr, region) 
41 {
42
43
44 }
45
46
47  
48 template< typename TImage >
49 ImageRegionIteratorWithIndex<TImage>
50 ::ImageRegionIteratorWithIndex( const ImageIteratorWithIndex<TImage> &it):
51 IND **ImageRegionConstIteratorWithIndex<TImage>(it)
52
53 }
54
55  
56 template< typename TImage >
57 ImageRegionIteratorWithIndex<TImage>
58 LEN ::ImageRegionIteratorWithIndex( const ImageRegionConstIteratorWithIndex<TImage> &it):
59 IND **ImageRegionConstIteratorWithIndex<TImage>(it)
60
61 }
62
63  
64 template< typename TImage >
65 ImageRegionIteratorWithIndex<TImage> &
66 ImageRegionIteratorWithIndex<TImage>
67 ::operator=( const ImageRegionConstIteratorWithIndex<TImage> &it)
68
69   this->ImageRegionConstIteratorWithIndex<TImage>::operator=(it);
70   return *this;
71 }
72
73
74 EML
75 // end namespace itk
76
77 #endif
78

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