18#ifndef __ImageFullSampler_h
19#define __ImageFullSampler_h
36template<
class TInputImage >
70 Superclass::InputImageDimension );
100 void PrintSelf( std::ostream & os, Indent indent )
const override;
108 ThreadIdType threadId )
override;
121#ifndef ITK_MANUAL_INSTANTIATION
122#include "itkImageFullSampler.hxx"
Samples all voxels in the InputImageRegion.
Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
Superclass::ImageSampleContainerType ImageSampleContainerType
Superclass::InputImageType InputImageType
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass::InputImageDimension)
void operator=(const Self &)
InputImageType::IndexType InputImageIndexType
SmartPointer< Self > Pointer
Superclass::InputImageConstPointer InputImageConstPointer
bool SelectingNewSamplesOnUpdateSupported(void) const override
InputImageType::PointType InputImagePointType
Superclass::ImageSampleType ImageSampleType
void GenerateData(void) override
ImageSamplerBase< TInputImage > Superclass
ImageFullSampler(const Self &)
Superclass::DataObjectPointer DataObjectPointer
Superclass::MaskType MaskType
Superclass::OutputVectorContainerType OutputVectorContainerType
SmartPointer< const Self > ConstPointer
Superclass::InputImagePointer InputImagePointer
bool SelectNewSamplesOnUpdate(void) override
~ImageFullSampler() override
Superclass::InputImagePixelType InputImagePixelType
Superclass::InputImageRegionType InputImageRegionType
void ThreadedGenerateData(const InputImageRegionType &inputRegionForThread, ThreadIdType threadId) override
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
void PrintSelf(std::ostream &os, Indent indent) const override
A class that defines an image sample, which is the coordinates of a point and its value.
This class is a base class for any image sampler.
Superclass::InputImagePixelType InputImagePixelType
SpatialObject< Self::InputImageDimension > MaskType
Superclass::DataObjectPointer DataObjectPointer
Superclass::InputImageRegionType InputImageRegionType
Superclass::InputImageType InputImageType
Superclass::InputImagePointer InputImagePointer
Superclass::InputImageConstPointer InputImageConstPointer
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.