go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
itkParabolicErodeImageFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2  *
3  * Copyright Insight Software Consortium
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0.txt
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  *=========================================================================*/
18 #ifndef __itkParabolicErodeImageFilter_h
19 #define __itkParabolicErodeImageFilter_h
20 
22 #include "itkNumericTraits.h"
23 
24 namespace itk
25 {
41 template< typename TInputImage,
42 typename TOutputImage = TInputImage >
44  public ParabolicErodeDilateImageFilter< TInputImage, false,
45  TOutputImage >
46 {
47 
48 public:
49 
54  typedef SmartPointer< const Self > ConstPointer;
55 
57  itkNewMacro( Self );
58 
61 
63  typedef TInputImage InputImageType;
64  typedef TOutputImage OutputImageType;
65  typedef typename TInputImage::PixelType PixelType;
66  typedef typename NumericTraits< PixelType >::RealType RealType;
67  typedef typename NumericTraits< PixelType >::ScalarRealType ScalarRealType;
68  typedef typename TOutputImage::PixelType OutputPixelType;
69 
71  typedef typename TInputImage::Pointer InputImagePointer;
72  typedef typename TInputImage::ConstPointer InputImageConstPointer;
73 
75  typedef typename itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > RadiusType;
76 
78  itkStaticConstMacro( ImageDimension, unsigned int,
79  TInputImage::ImageDimension );
84 protected:
85 
88 // void PrintSelf(std::ostream& os, Indent indent) const;
89 
90 private:
91 
92  ParabolicErodeImageFilter( const Self & ); // purposely not implemented
93  void operator=( const Self & ); // purposely not implemented
94 
95 };
96 
97 } // end namespace itk
98 
99 #endif
itk::ParabolicErodeImageFilter::RadiusType
itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > RadiusType
Definition: itkParabolicErodeImageFilter.h:75
itk::ParabolicErodeImageFilter::ScalarRealType
NumericTraits< PixelType >::ScalarRealType ScalarRealType
Definition: itkParabolicErodeImageFilter.h:67
itk::ParabolicErodeImageFilter::InputImagePointer
TInputImage::Pointer InputImagePointer
Definition: itkParabolicErodeImageFilter.h:71
SmartPointer< Self >
itk::ParabolicErodeImageFilter::RealType
NumericTraits< PixelType >::RealType RealType
Definition: itkParabolicErodeImageFilter.h:66
itk::ParabolicErodeImageFilter::operator=
void operator=(const Self &)
itk::ParabolicErodeImageFilter::OutputImageType
TOutputImage OutputImageType
Definition: itkParabolicErodeImageFilter.h:64
itk::ParabolicErodeImageFilter::ConstPointer
SmartPointer< const Self > ConstPointer
Definition: itkParabolicErodeImageFilter.h:54
itk::ParabolicErodeImageFilter::ParabolicErodeImageFilter
ParabolicErodeImageFilter(const Self &)
itk::ParabolicErodeImageFilter::Superclass
ParabolicErodeDilateImageFilter< TInputImage, false, TOutputImage > Superclass
Definition: itkParabolicErodeImageFilter.h:52
itk::ParabolicErodeDilateImageFilter
Parent class for morphological operations with parabolic structuring elements.
Definition: itkParabolicErodeDilateImageFilter.h:66
itk::ParabolicErodeImageFilter::itkStaticConstMacro
itkStaticConstMacro(ImageDimension, unsigned int, TInputImage::ImageDimension)
itk::ParabolicErodeImageFilter::ParabolicErodeImageFilter
ParabolicErodeImageFilter()
Definition: itkParabolicErodeImageFilter.h:86
itk::ParabolicErodeImageFilter::~ParabolicErodeImageFilter
virtual ~ParabolicErodeImageFilter()
Definition: itkParabolicErodeImageFilter.h:87
itk::ParabolicErodeImageFilter::PixelType
TInputImage::PixelType PixelType
Definition: itkParabolicErodeImageFilter.h:65
itkParabolicErodeDilateImageFilter.h
itk::ParabolicErodeImageFilter::Pointer
SmartPointer< Self > Pointer
Definition: itkParabolicErodeImageFilter.h:53
itk
Definition: itkAdvancedImageToImageMetric.h:40
itk::ParabolicErodeImageFilter::OutputPixelType
TOutputImage::PixelType OutputPixelType
Definition: itkParabolicErodeImageFilter.h:68
itk::ParabolicErodeImageFilter::InputImageType
TInputImage InputImageType
Definition: itkParabolicErodeImageFilter.h:60
itk::ParabolicErodeImageFilter
Class for morphological erosion operations with parabolic structuring elements.
Definition: itkParabolicErodeImageFilter.h:46
itk::ParabolicErodeImageFilter::InputImageConstPointer
TInputImage::ConstPointer InputImageConstPointer
Definition: itkParabolicErodeImageFilter.h:72
itk::ParabolicErodeImageFilter::Self
ParabolicErodeImageFilter Self
Definition: itkParabolicErodeImageFilter.h:51


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo