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