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