|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageToListSampleFilter_h
19 #define itkImageToListSampleFilter_h
55 template <
typename TImage,
typename TMaskImage = TImage>
91 GetMeasurementVectorSize()
const;
94 using Superclass::SetInput;
106 GetMaskImage()
const;
126 PrintSelf(std::ostream & os,
Indent indent)
const override;
131 using Superclass::MakeOutput;
137 GenerateData()
override;
142 GenerateInputRequestedRegion()
override;
145 GenerateOutputInformation()
override;
153 #ifndef ITK_MANUAL_INSTANTIATION
154 # include "itkImageToListSampleFilter.hxx"
typename ImageType::Pointer ImagePointer
typename ImageType::ConstPointer ImageConstPointer
typename MeasurementVectorPixelTraits< PixelType >::MeasurementVectorType MeasurementVectorType
This class is the native implementation of the a Sample with an STL container.
Control indentation during Print() invocation.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
typename MaskImageType::ConstPointer MaskImageConstPointer
TPixelType MeasurementVectorType
Light weight base class for most itk classes.
The class takes an image as input and generates a list sample as output.
typename MaskImageType::PixelType MaskPixelType
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...
class ITK_FORWARD_EXPORT ProcessObject
typename ImageType::PixelType PixelType
MaskPixelType m_MaskValue
SmartPointer< Self > Pointer
typename MaskImageType::Pointer MaskImagePointer