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
24namespace itk
25{
41template< typename TInputImage,
42typename TOutputImage = TInputImage >
44 public ParabolicErodeDilateImageFilter< TInputImage, false,
45 TOutputImage >
46{
47
48public:
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 );
84protected:
85
88// void PrintSelf(std::ostream& os, Indent indent) const;
89
90private:
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
Parent class for morphological operations with parabolic structuring elements.
Class for morphological erosion operations with parabolic structuring elements.
ParabolicErodeImageFilter(const Self &)
NumericTraits< PixelType >::RealType RealType
itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > RadiusType
TInputImage::ConstPointer InputImageConstPointer
itkStaticConstMacro(ImageDimension, unsigned int, TInputImage::ImageDimension)
void operator=(const Self &)
ParabolicErodeDilateImageFilter< TInputImage, false, TOutputImage > Superclass
NumericTraits< PixelType >::ScalarRealType ScalarRealType


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo