ITK  4.8.0
Insight Segmentation and Registration Toolkit
itkTileImageFilter.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 itkTileImageFilter_h
19 #define itkTileImageFilter_h
20 
21 #include "itkImageToImageFilter.h"
22 #include "itkFixedArray.h"
23 
24 namespace itk
25 {
51 template< typename TInputImage, typename TOutputImage >
53  public ImageToImageFilter< TInputImage, TOutputImage >
54 {
55 public:
61 
63  itkNewMacro(Self);
64 
67 
69  typedef typename TInputImage::PixelType InputPixelType;
70  typedef typename TOutputImage::PixelType OutputPixelType;
71 
73  typedef typename TInputImage::Pointer InputImagePointer;
74  typedef typename TOutputImage::Pointer OutputImagePointer;
75 
76  typedef typename TInputImage::SizeType InputSizeType;
77  typedef typename TInputImage::IndexType InputIndexType;
78  typedef typename TInputImage::RegionType InputImageRegionType;
79  typedef typename TOutputImage::SizeType OutputSizeType;
80  typedef typename TOutputImage::IndexType OutputIndexType;
81  typedef typename TOutputImage::RegionType OutputImageRegionType;
82 
85  TInputImage::ImageDimension);
87  TOutputImage::ImageDimension);
88 
91 
98 
106 
115 
118 
121 
125 
155 
TInputImage::RegionType InputImageRegionType
TOutputImage::PixelType OutputPixelType
TInputImage::IndexType InputIndexType
Base class for all process objects that output image data.
TOutputImage::SizeType OutputSizeType
TOutputImage::Pointer OutputImagePointer
Tile multiple input images into a single output image.
TInputImage::Pointer InputImagePointer
TInputImage::SizeType InputSizeType
SmartPointer< Self > Pointer
itkStaticConstMacro(InputImageDimension, unsigned int, TInputImage::ImageDimension)
TOutputImage::RegionType OutputImageRegionType
TInputImage::PixelType InputPixelType
Base class for filters that take an image as input and produce an image as output.
static const unsigned int InputImageDimension
ImageToImageFilter< TInputImage, TOutputImage > Superclass
TOutputImage::IndexType OutputIndexType
SmartPointer< const Self > ConstPointer
static const unsigned int OutputImageDimension