|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkRegionConstrainedSubsampler_h
19 #define itkRegionConstrainedSubsampler_h
53 template <
typename TSample,
typename TRegion>
92 itkGetConstReferenceMacro(SampleRegion,
RegionType);
95 itkGetConstReferenceMacro(SampleRegionInitialized,
bool);
100 SetRegionConstraint(
const RegionType & region);
103 itkGetConstReferenceMacro(RegionConstraint,
RegionType);
106 itkGetConstReferenceMacro(RegionConstraintInitialized,
bool);
123 InternalClone()
const override;
129 PrintSelf(std::ostream & os,
Indent indent)
const override;
140 #ifndef ITK_MANUAL_INSTANTIATION
141 # include "itkRegionConstrainedSubsampler.hxx"
RegionType m_SampleRegion
bool m_RegionConstraintInitialized
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
typename SubsampleType::ConstIterator SubsampleConstIterator
std::vector< InstanceIdentifier > InstanceIdentifierHolder
typename SubsampleType::InstanceIdentifierHolder InstanceIdentifierHolder
typename IndexType::IndexValueType IndexValueType
typename TSample::MeasurementVectorType MeasurementVectorType
typename Superclass::Baseclass Baseclass
ImageBaseType::IndexType IndexType
Light weight base class for most itk classes.
typename RegionType::IndexType IndexType
This is the base subsampler class which defines the subsampler API.
typename SubsampleType::Pointer SubsamplePointer
This class stores a subset of instance identifiers from another sample object. You can create a subsa...
typename SampleType::ConstPointer SampleConstPointer
RegionType m_RegionConstraint
typename RegionType::SizeType SizeType
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
bool m_SampleRegionInitialized