The Kernel_HISTINTERSECT class specifies a HISTINTERSECT kernel function: min(u'(i),v(i))
More...
#include <Kernel_HISTINTERSECT.hh>
|
| Kernel_HISTINTERSECT () |
|
| ~Kernel_HISTINTERSECT () |
|
void | clearCache () const |
|
template<typename FV > |
double | k_function (const FV &x, const FV &y) const |
|
template<typename STDATA > |
void | loadParameters (STDATA &) |
|
template<typename STDATA > |
void | saveParameters (STDATA &stData) const |
|
template<typename ForwardIter , typename Accessor > |
void | updateCache (const ForwardIter &, const ForwardIter &, Accessor, ProgressReporter *) const |
|
template<typename ForwardIter1 , typename Accessor1 , typename ForwardIter2 , typename Accessor2 > |
void | updateCache (const ForwardIter1 &, const ForwardIter1 &, Accessor1, const ForwardIter2 &, const ForwardIter2 &, Accessor2, ProgressReporter *=0) const |
|
The Kernel_HISTINTERSECT class specifies a HISTINTERSECT kernel function: min(u'(i),v(i))
Definition at line 71 of file Kernel_HISTINTERSECT.hh.
◆ Kernel_HISTINTERSECT()
svt::Kernel_HISTINTERSECT::Kernel_HISTINTERSECT |
( |
| ) |
|
|
inline |
◆ ~Kernel_HISTINTERSECT()
svt::Kernel_HISTINTERSECT::~Kernel_HISTINTERSECT |
( |
| ) |
|
|
inline |
◆ updateCache() [1/2]
template<typename ForwardIter , typename Accessor >
void svt::Kernel_HISTINTERSECT::updateCache |
( |
const ForwardIter & |
, |
|
|
const ForwardIter & |
, |
|
|
Accessor |
, |
|
|
ProgressReporter * |
|
|
) |
| const |
|
inline |
◆ updateCache() [2/2]
template<typename ForwardIter1 , typename Accessor1 , typename ForwardIter2 , typename Accessor2 >
void svt::Kernel_HISTINTERSECT::updateCache |
( |
const ForwardIter1 & |
, |
|
|
const ForwardIter1 & |
, |
|
|
Accessor1 |
, |
|
|
const ForwardIter2 & |
, |
|
|
const ForwardIter2 & |
, |
|
|
Accessor2 |
, |
|
|
ProgressReporter * |
= 0 |
|
) |
| const |
|
inline |
◆ clearCache()
void svt::Kernel_HISTINTERSECT::clearCache |
( |
| ) |
const |
|
inline |
◆ k_function()
template<typename FV >
double svt::Kernel_HISTINTERSECT::k_function |
( |
const FV & |
x, |
|
|
const FV & |
y |
|
) |
| const |
|
inline |
◆ loadParameters()
template<typename STDATA >
void svt::Kernel_HISTINTERSECT::loadParameters |
( |
STDATA & |
| ) |
|
|
inline |
◆ saveParameters()
template<typename STDATA >
void svt::Kernel_HISTINTERSECT::saveParameters |
( |
STDATA & |
stData | ) |
const |
|
inline |
◆ name()
static const char* svt::Kernel_HISTINTERSECT::name |
( |
| ) |
|
|
inlinestatic |
◆ description()
static const char* svt::Kernel_HISTINTERSECT::description |
( |
| ) |
|
|
inlinestatic |
◆ getParamInfos()
static void svt::Kernel_HISTINTERSECT::getParamInfos |
( |
std::vector< ParamInfo > & |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: