18 #ifndef __itkNeighborhoodSampler_h
19 #define __itkNeighborhoodSampler_h
43 template<
typename TSample >
90 #ifndef ITK_MANUAL_INSTANTIATION
91 #include "itkNeighborhoodSampler.hxx"
Light weight base class for most itk classes.
Subsample< SampleType > SubsampleType
void PrintSelf(std::ostream &os, Indent indent) const
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.
Base class of filters intended to select subsamples from samples.
itkSetGetDecoratedInputMacro(Radius, RadiusType)
Superclass::SubsampleType SubsampleType
Superclass::SampleType SampleType
void operator=(const Self &)