|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbPeriodicSampler_h
22 #define otbPeriodicSampler_h
74 if (m_Parameters != param)
91 void Reset(
void)
override;
97 bool TakeSample(
void);
111 void operator=(
const Self&);
void SetParameters(const ParameterType ¶m)
itk::SmartPointer< const Self > ConstPointer
ParameterType GetParameters()
ParameterType m_Parameters
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
unsigned long MaxBufferSize
This is a base class for sampling methods.
std::vector< double > m_JitterValues
Periodic sampler for iteration loops.
constexpr bool operator!=(extents< StaticExtentsL... > const &lhs, extents< StaticExtentsR... > const &rhs)
~PeriodicSampler() override
itk::SmartPointer< Self > Pointer