Alexandria
2.18
Please provide a description of the project.
|
#include <SamplingPolicy.h>
Public Member Functions | |
IterType | start (IterType begin, IterType end) const override |
IterType | next (IterType) const override |
Private Attributes | |
IterType | m_end |
Definition at line 59 of file SamplingPolicy.h.
|
inlineoverridevirtual |
Implements Euclid::SOM::SamplingPolicy::Interface< IterType >.
Definition at line 77 of file SamplingPolicy.h.
References Euclid::SOM::SamplingPolicy::Bootstrap< IterType >::m_end.
|
inlineoverridevirtual |
Implements Euclid::SOM::SamplingPolicy::Interface< IterType >.
Definition at line 62 of file SamplingPolicy.h.
References std::advance(), std::distance(), and Euclid::SOM::SamplingPolicy::Bootstrap< IterType >::m_end.
|
mutableprivate |
Definition at line 82 of file SamplingPolicy.h.
Referenced by Euclid::SOM::SamplingPolicy::Bootstrap< IterType >::next(), and Euclid::SOM::SamplingPolicy::Bootstrap< IterType >::start().