iRoCS Toolbox  1.1.0
Public Member Functions | Static Public Member Functions | Protected Attributes
svt::Kernel_DS_RBF< KERNEL > Class Template Reference

#include <Kernel_DS_RBF.hh>

Collaboration diagram for svt::Kernel_DS_RBF< KERNEL >:

Public Member Functions

 Kernel_DS_RBF (double gamma=1.)
 
 ~Kernel_DS_RBF ()
 
void clearCache () const
 
double gamma () const
 
template<typename FV >
double k_function (const FV &x, const FV &y) const
 
template<typename STDATA >
void loadParameters (STDATA &stData)
 
template<typename STDATA >
void saveParameters (STDATA &stData) const
 
void setGamma (double gamma)
 
template<typename ForwardIter1 , typename Accessor1 , typename ForwardIter2 , typename Accessor2 >
void updateCache (const ForwardIter1 &fvBegin1, const ForwardIter1 &fvEnd1, Accessor1 accessor1, const ForwardIter2 &fvBegin2, const ForwardIter2 &fvEnd2, Accessor2 accessor2, ProgressReporter *pr=0) const
 
template<typename ForwardIter , typename Accessor >
void updateCache (const ForwardIter &fvBegin, const ForwardIter &fvEnd, Accessor accessor, ProgressReporter *pr=0) const
 

Static Public Member Functions

static const char * description ()
 
static void getParamInfos (std::vector< ParamInfo > &p)
 
static std::string name ()
 

Protected Attributes

KERNEL _kernel
 
double p_gamma
 

Detailed Description

template<typename KERNEL>
class svt::Kernel_DS_RBF< KERNEL >

Definition at line 66 of file Kernel_DS_RBF.hh.

Constructor & Destructor Documentation

◆ Kernel_DS_RBF()

template<typename KERNEL >
svt::Kernel_DS_RBF< KERNEL >::Kernel_DS_RBF ( double  gamma = 1.)
inline

Definition at line 69 of file Kernel_DS_RBF.hh.

◆ ~Kernel_DS_RBF()

template<typename KERNEL >
svt::Kernel_DS_RBF< KERNEL >::~Kernel_DS_RBF ( )
inline

Definition at line 73 of file Kernel_DS_RBF.hh.

Member Function Documentation

◆ setGamma()

template<typename KERNEL >
void svt::Kernel_DS_RBF< KERNEL >::setGamma ( double  gamma)
inline

Definition at line 76 of file Kernel_DS_RBF.hh.

◆ gamma()

template<typename KERNEL >
double svt::Kernel_DS_RBF< KERNEL >::gamma ( ) const
inline

Definition at line 77 of file Kernel_DS_RBF.hh.

Referenced by svt::Kernel_DS_RBF< KERNEL >::setGamma().

◆ updateCache() [1/2]

template<typename KERNEL >
template<typename ForwardIter1 , typename Accessor1 , typename ForwardIter2 , typename Accessor2 >
void svt::Kernel_DS_RBF< KERNEL >::updateCache ( const ForwardIter1 &  fvBegin1,
const ForwardIter1 &  fvEnd1,
Accessor1  accessor1,
const ForwardIter2 &  fvBegin2,
const ForwardIter2 &  fvEnd2,
Accessor2  accessor2,
ProgressReporter pr = 0 
) const
inline

Definition at line 82 of file Kernel_DS_RBF.hh.

◆ updateCache() [2/2]

template<typename KERNEL >
template<typename ForwardIter , typename Accessor >
void svt::Kernel_DS_RBF< KERNEL >::updateCache ( const ForwardIter &  fvBegin,
const ForwardIter &  fvEnd,
Accessor  accessor,
ProgressReporter pr = 0 
) const
inline

Definition at line 97 of file Kernel_DS_RBF.hh.

◆ clearCache()

template<typename KERNEL >
void svt::Kernel_DS_RBF< KERNEL >::clearCache ( ) const
inline

Definition at line 105 of file Kernel_DS_RBF.hh.

◆ k_function()

template<typename KERNEL >
template<typename FV >
double svt::Kernel_DS_RBF< KERNEL >::k_function ( const FV &  x,
const FV &  y 
) const
inline

Definition at line 111 of file Kernel_DS_RBF.hh.

◆ loadParameters()

template<typename KERNEL >
template<typename STDATA >
void svt::Kernel_DS_RBF< KERNEL >::loadParameters ( STDATA &  stData)
inline

Definition at line 119 of file Kernel_DS_RBF.hh.

◆ saveParameters()

template<typename KERNEL >
template<typename STDATA >
void svt::Kernel_DS_RBF< KERNEL >::saveParameters ( STDATA &  stData) const
inline

Definition at line 130 of file Kernel_DS_RBF.hh.

◆ name()

template<typename KERNEL >
static std::string svt::Kernel_DS_RBF< KERNEL >::name ( )
inlinestatic

Definition at line 138 of file Kernel_DS_RBF.hh.

Referenced by svt::Kernel_DS_RBF< KERNEL >::saveParameters().

◆ description()

template<typename KERNEL >
static const char* svt::Kernel_DS_RBF< KERNEL >::description ( )
inlinestatic

Definition at line 143 of file Kernel_DS_RBF.hh.

◆ getParamInfos()

template<typename KERNEL >
static void svt::Kernel_DS_RBF< KERNEL >::getParamInfos ( std::vector< ParamInfo > &  p)
inlinestatic

Definition at line 149 of file Kernel_DS_RBF.hh.

Field Documentation

◆ _kernel

template<typename KERNEL >
KERNEL svt::Kernel_DS_RBF< KERNEL >::_kernel
protected

◆ p_gamma

template<typename KERNEL >
double svt::Kernel_DS_RBF< KERNEL >::p_gamma
protected

The documentation for this class was generated from the following file: