18#ifndef itkSliceImageFilter_h
19#define itkSliceImageFilter_h
55template <
class TInputImage,
class TOutputImage>
92 using IndexType =
typename InputImageType::IndexType;
165#ifndef ITK_MANUAL_INSTANTIATION
166# include "itkSliceImageFilter.hxx"
Simulate a standard C array with copy semantics.
Control indentation during Print() invocation.
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) override
void PrintSelf(std::ostream &os, Indent indent) const override
~SliceImageFilter() override=default
SmartPointer< Self > Pointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
void SetStart(IndexValueType start)
typename TOutputImage::RegionType OutputImageRegionType
typename OutputImageType::Pointer OutputImagePointer
TOutputImage OutputImageType
void VerifyInputInformation() const override
Verifies that the input images occupy the same physical space and the each index is at the same physi...
void SetStop(IndexValueType stop)
TInputImage InputImageType
typename TInputImage::IndexType InputIndexType
typename TOutputImage::OffsetType OutputOffsetType
typename TOutputImage::IndexType OutputIndexType
void GenerateInputRequestedRegion() override
static constexpr unsigned int OutputImageDimension
typename InputIndexType::IndexValueType IndexValueType
SmartPointer< const Self > ConstPointer
void GenerateOutputInformation() override
typename InputImageType::IndexType IndexType
FixedArray< int, ImageDimension > ArrayType
typename InputImageType::Pointer InputImagePointer
static constexpr unsigned int ImageDimension
typename InputImageType::ConstPointer InputImageConstPointer
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....