|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkSliceImageFilter_h
19 #define itkSliceImageFilter_h
55 template <
class TInputImage,
class TOutputImage>
88 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
89 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
98 itkGetConstReferenceMacro(Start,
IndexType);
105 itkGetConstReferenceMacro(Stop,
IndexType);
115 itkGetConstReferenceMacro(Step,
ArrayType);
121 #ifdef ITK_USE_CONCEPT_CHECKING
134 PrintSelf(std::ostream & os,
Indent indent)
const override;
141 GenerateOutputInformation()
override;
144 GenerateInputRequestedRegion()
override;
161 VerifyInputInformation()
const override;
170 #ifndef ITK_MANUAL_INSTANTIATION
171 # include "itkSliceImageFilter.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
typename InputImageType::IndexType IndexType
typename OutputImageType::Pointer OutputImagePointer
typename TOutputImage::OffsetType OutputOffsetType
Control indentation during Print() invocation.
typename TInputImage::IndexType InputIndexType
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
TInputImage InputImageType
typename TOutputImage::IndexType OutputIndexType
typename OutputImageType::RegionType OutputImageRegionType
typename InputIndexType::IndexValueType IndexValueType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType
Slices an image based on a starting index and a stopping index, and a step size.