|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkSpatialNeighborSubsampler_h
19 #define itkSpatialNeighborSubsampler_h
50 template <
typename TSample,
typename TRegion>
87 static constexpr
unsigned int ImageDimension = RegionType::ImageDimension;
95 SetRadius(
unsigned int radius);
102 itkGetConstReferenceMacro(RadiusInitialized,
bool);
119 InternalClone()
const override;
125 PrintSelf(std::ostream & os,
Indent indent)
const override;
134 #ifndef ITK_MANUAL_INSTANTIATION
135 # include "itkSpatialNeighborSubsampler.hxx"
ImageBaseType::SizeType SizeType
A subsampler that selects all points within the specified radius of the query point.
Control indentation during Print() invocation.
typename SubsampleType::ConstIterator SubsampleConstIterator
typename SubsampleType::InstanceIdentifierHolder InstanceIdentifierHolder
typename IndexType::IndexValueType IndexValueType
typename TSample::MeasurementVectorType MeasurementVectorType
typename Superclass::Baseclass Baseclass
typename RegionType::SizeType RadiusType
ImageBaseType::IndexType IndexType
Light weight base class for most itk classes.
typename RegionType::IndexType IndexType
typename SubsampleType::Pointer SubsamplePointer
ImageBaseType::RegionType RegionType
This class stores a subset of instance identifiers from another sample object. You can create a subsa...
typename SampleType::ConstPointer SampleConstPointer
typename RegionType::SizeType SizeType
Fast Index/Offset computation.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
signed long IndexValueType
This an abstract subsampler that constrains subsamples to be contained within a given image region.
typename TSample::InstanceIdentifier InstanceIdentifier