ITK  4.6.0
Insight Segmentation and Registration Toolkit
itkWrapPadImageFilter.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 __itkWrapPadImageFilter_h
19 #define __itkWrapPadImageFilter_h
20 
21 #include "itkPadImageFilter.h"
22 
24 
25 namespace itk
26 {
52 template< typename TInputImage, typename TOutputImage >
54  public PadImageFilter< TInputImage, TOutputImage >
55 {
56 public:
62 
64  itkNewMacro(Self);
65 
68 
74 
78 
82 
88 
90  itkStaticConstMacro(ImageDimension, unsigned int,
91  TInputImage::ImageDimension);
92 
93 #ifdef ITK_USE_CONCEPT_CHECKING
94  // Begin concept checking
95  itkConceptMacro( InputConvertibleToOutputCheck,
97  // End concept checking
98 #endif
99 
100 protected:
103 
104 private:
105  WrapPadImageFilter(const Self &); //purposely not implemented
106  void operator=(const Self &); //purposely not implemented
107 
109 };
110 } // end namespace itk
111 
112 #ifndef ITK_MANUAL_INSTANTIATION
113 #include "itkWrapPadImageFilter.hxx"
114 #endif
115 
116 #endif
TOutputImage::RegionType OutputImageRegionType
InputImageType::ConstPointer InputImageConstPointer
TInputImage::RegionType InputImageRegionType
Superclass::InputImageIndexType InputImageIndexType
Superclass::InputImageRegionType InputImageRegionType
InputImageType::Pointer InputImagePointer
SmartPointer< Self > Pointer
TInputImage::PixelType InputImagePixelType
Base class for all process objects that output image data.
TInputImage::IndexType InputImageIndexType
Superclass::OutputImagePixelType OutputImagePixelType
Superclass::OutputImageSizeType OutputImageSizeType
Superclass::OutputImageIndexType OutputImageIndexType
A function object that determines values outside of image boundaries according to periodic (wrap-arou...
TOutputImage::SizeType OutputImageSizeType
TOutputImage::PixelType OutputImagePixelType
OutputImageType::Pointer OutputImagePointer
Superclass::InputImageSizeType InputImageSizeType
Increase the image size by padding with replicants of the input image value.
Superclass::OutputImageType OutputImageType
Superclass::InputImagePixelType InputImagePixelType
TInputImage::SizeType InputImageSizeType
Superclass::InputImageConstPointer InputImageConstPointer
Superclass::OutputImagePointer OutputImagePointer
PeriodicBoundaryCondition< TInputImage, TOutputImage > m_InternalBoundaryCondition
void operator=(const Self &)
SmartPointer< const Self > ConstPointer
TOutputImage::IndexType OutputImageIndexType
Superclass::InputImageType InputImageType
PadImageFilter< TInputImage, TOutputImage > Superclass
Increase the image size by padding. Superclass for filters that fill in extra pixels.
TOutputImage OutputImageType
static const unsigned int ImageDimension
Superclass::OutputImageRegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
Superclass::InputImagePointer InputImagePointer