18 #ifndef itkNeighborhoodSampler_h
19 #define itkNeighborhoodSampler_h
43 template<
typename TSample >
76 itkSetGetDecoratedInputMacro(Radius,
RadiusType);
81 void PrintSelf(std::ostream & os,
Indent indent)
const override;
83 void GenerateData()
override;
88 #ifndef ITK_MANUAL_INSTANTIATION
89 #include "itkNeighborhoodSampler.hxx"
typename Superclass::SubsampleType SubsampleType
Light weight base class for most itk classes.
typename Superclass::InstanceIdentifier InstanceIdentifier
Generates a Subsample out of a Sample, based on a user-provided distance to a MeasurementVector.
typename Superclass::MeasurementType MeasurementType
typename Superclass::OutputType OutputType
typename Superclass::SampleType SampleType
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
typename Superclass::MeasurementVectorType MeasurementVectorType
Control indentation during Print() invocation.
Base class of filters intended to select subsamples from samples.