iRoCS Toolbox
1.1.0
|
#include <Kernel_MATRIX.hh>
Public Member Functions | |
Kernel_MATRIX () | |
Kernel_MATRIX (const KERNEL &kernel) | |
~Kernel_MATRIX () | |
void | clearCache () const |
template<typename FV > | |
double | k_function (const FV &x, const FV &y) const |
template<typename STDATA > | |
void | loadParameters (STDATA &stData) |
void | resizeCache (long width) const |
template<typename STDATA > | |
void | saveParameters (STDATA &stData) const |
template<typename ForwardIter , typename Accessor > | |
void | updateCache (const ForwardIter &fvBegin, const ForwardIter &fvEnd, Accessor accessor, ProgressReporter *pr=0) 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 |
Static Public Member Functions | |
static std::string | description () |
static void | getParamInfos (std::vector< ParamInfo > &p) |
get information about the parameters, that are used in loadParameters() and saveParameters(). More... | |
static std::string | name () |
Definition at line 93 of file Kernel_MATRIX.hh.
|
inline |
Definition at line 99 of file Kernel_MATRIX.hh.
Referenced by svt::Kernel_MATRIX< KERNEL >::Kernel_MATRIX().
|
inline |
Definition at line 106 of file Kernel_MATRIX.hh.
|
inline |
Definition at line 148 of file Kernel_MATRIX.hh.
|
inline |
Definition at line 153 of file Kernel_MATRIX.hh.
Referenced by svt::Kernel_MATRIX< KERNEL >::Kernel_MATRIX(), and svt::Kernel_MATRIX< KERNEL >::updateCache().
|
inline |
Definition at line 178 of file Kernel_MATRIX.hh.
Referenced by svt::Kernel_MATRIX< KERNEL >::resizeCache(), and svt::Kernel_MATRIX< KERNEL >::~Kernel_MATRIX().
|
inline |
Definition at line 204 of file Kernel_MATRIX.hh.
|
inline |
Definition at line 283 of file Kernel_MATRIX.hh.
|
inline |
Definition at line 295 of file Kernel_MATRIX.hh.
|
inline |
Definition at line 313 of file Kernel_MATRIX.hh.
|
inline |
Definition at line 320 of file Kernel_MATRIX.hh.
|
inlinestatic |
Definition at line 327 of file Kernel_MATRIX.hh.
Referenced by svt::Kernel_MATRIX< KERNEL >::saveParameters().
|
inlinestatic |
Definition at line 332 of file Kernel_MATRIX.hh.
|
inlinestatic |
get information about the parameters, that are used in loadParameters() and saveParameters().
The Infos are appended to the passed array
p | array of ParamInfos. The Infos will be appended to this array |
Definition at line 347 of file Kernel_MATRIX.hh.