18#ifndef itkNeighborhoodSampler_h
19#define itkNeighborhoodSampler_h
43template <
typename TSample>
62 using typename Superclass::SampleType;
63 using typename Superclass::MeasurementVectorType;
64 using typename Superclass::MeasurementType;
65 using typename Superclass::InstanceIdentifier;
66 using typename Superclass::SubsampleType;
67 using typename Superclass::OutputType;
90#ifndef ITK_MANUAL_INSTANTIATION
91# include "itkNeighborhoodSampler.hxx"
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Decorates any "simple" data type (data types without smart pointers) with a DataObject API.
Generates a Subsample out of a Sample, based on a user-provided distance to a MeasurementVector.
NeighborhoodSampler()=default
void GenerateData() override
void PrintSelf(std::ostream &os, Indent indent) const override
~NeighborhoodSampler() override=default
Base class of filters intended to select subsamples from samples.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....