18#ifndef __ImageGridSampler_h
19#define __ImageGridSampler_h
43template<
class TInputImage >
77 Superclass::InputImageDimension );
143 void PrintSelf( std::ostream & os, Indent indent )
const override;
165#ifndef ITK_MANUAL_INSTANTIATION
166#include "itkImageGridSampler.hxx"
Samples image voxels on a regular grid.
Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
void operator=(const Self &)
SmartPointer< const Self > ConstPointer
~ImageGridSampler() override
InputImageIndexType SampleGridIndexType
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass::InputImageDimension)
bool SelectNewSamplesOnUpdate(void) override
void GenerateData(void) override
InputImageType::SizeType InputImageSizeType
Superclass::ImageSampleContainerType ImageSampleContainerType
InputImageType::SizeType SampleGridSizeType
Superclass::MaskType MaskType
Superclass::InputImageRegionType InputImageRegionType
SampleGridSpacingType m_SampleGridSpacing
ImageSamplerBase< TInputImage > Superclass
SampleGridSpacingType::OffsetValueType SampleGridSpacingValueType
Superclass::ImageSampleType ImageSampleType
Superclass::OutputVectorContainerType OutputVectorContainerType
SmartPointer< Self > Pointer
bool SelectingNewSamplesOnUpdateSupported(void) const override
void SetSampleGridSpacing(const SampleGridSpacingType &arg)
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::InputImagePixelType InputImagePixelType
unsigned long m_RequestedNumberOfSamples
InputImageType::OffsetType SampleGridSpacingType
ImageGridSampler(const Self &)
Superclass::InputImagePointer InputImagePointer
Superclass::InputImageIndexType InputImageIndexType
Superclass::DataObjectPointer DataObjectPointer
Superclass::InputImageType InputImageType
Superclass::InputImageConstPointer InputImageConstPointer
Superclass::InputImagePointType InputImagePointType
void SetNumberOfSamples(unsigned long nrofsamples) 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.
InputImageType::IndexType InputImageIndexType
Superclass::InputImagePixelType InputImagePixelType
SpatialObject< Self::InputImageDimension > MaskType
Superclass::DataObjectPointer DataObjectPointer
InputImageType::PointType InputImagePointType
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.