KWStyle - itkImageRandomNonRepeatingIteratorWithIndex.txx
 
Matrix View
Description

1 /*=========================================================================
2
3   Program:   Insight Segmentation & Registration Toolkit
4   Module:    $RCSfile: itkImageRandomNonRepeatingIteratorWithIndex.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 _itkImageRandomNonRepeatingIteratorWithIndex_txx
18 DEF #define _itkImageRandomNonRepeatingIteratorWithIndex_txx
19
20 #include "itkImageRandomNonRepeatingIteratorWithIndex.h"
21
22 namespace itk
23 {
24
25 template< typename TImage >
26 ImageRandomNonRepeatingIteratorWithIndex<TImage>
27 ::ImageRandomNonRepeatingIteratorWithIndex()
28 IND **: ImageRandomNonRepeatingConstIteratorWithIndex<TImage>() 
29 {
30 }
31
32
33 template< typename TImage >
34 ImageRandomNonRepeatingIteratorWithIndex<TImage>
35 LEN ::ImageRandomNonRepeatingIteratorWithIndex(ImageType *ptr, const RegionType& region) :
36 IND **ImageRandomNonRepeatingConstIteratorWithIndex<TImage>(   ptr, region ) 
37 {
38 }
39
40 template< typename TImage >
41 ImageRandomNonRepeatingIteratorWithIndex<TImage>
42 LEN ::ImageRandomNonRepeatingIteratorWithIndex( const ImageIteratorWithIndex<TImage> &it):
43 IND **ImageRandomNonRepeatingConstIteratorWithIndex<TImage>(it)
44
45 }
46  
47 template< typename TImage >
48 ImageRandomNonRepeatingIteratorWithIndex<TImage>
49 LEN ::ImageRandomNonRepeatingIteratorWithIndex( const ImageRandomNonRepeatingConstIteratorWithIndex<TImage> &it):
50 IND **ImageRandomNonRepeatingConstIteratorWithIndex<TImage>(it)
51
52 }
53
54  
55 template< typename TImage >
56 ImageRandomNonRepeatingIteratorWithIndex<TImage> &
57 ImageRandomNonRepeatingIteratorWithIndex<TImage>
58 ::operator=( const ImageRandomNonRepeatingConstIteratorWithIndex<TImage> &it)
59
60   this->ImageRandomNonRepeatingConstIteratorWithIndex<TImage>::operator=(it);
61   return *this;
62 }
63
64 // end namespace itk
65
66 #endif
67

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