, including all inherited members.
appendStatusString(const char *msg) const | lti::status | [virtual] |
appendStatusString(const int &msg) const | lti::status | [virtual] |
appendStatusString(const double &msg) const | lti::status | [virtual] |
appendStatusString(const status &other) const | lti::status | [virtual] |
apply(const vector< T > &src, const float &x) const | lti::genericInterpolator< T > | [virtual] |
apply(const float &x) const | lti::genericInterpolator< T > | [virtual] |
apply(const matrix< T > &src, const float &row, const float &col) const | lti::genericInterpolator< T > | [virtual] |
apply(const matrix< T > &src, const tpoint< float > &p) const | lti::genericInterpolator< T > | [virtual] |
apply(const float &row, const float &col) const | lti::genericInterpolator< T > | [virtual] |
apply(const tpoint< float > &p) const | lti::genericInterpolator< T > | [virtual] |
buffer | lti::genericInterpolator< T > | [mutable, protected] |
bufferRows | lti::genericInterpolator< T > | [protected] |
clone() const | lti::genericInterpolator< T > | [virtual] |
column | lti::genericInterpolator< T > | [protected] |
compute(const float fx, const T *data) const | lti::genericInterpolator< T > | [inline] |
compute(const float fy, const float fx, const T **data) const | lti::genericInterpolator< T > | [inline] |
copy(const genericInterpolator &other) | lti::genericInterpolator< T > | |
cstAt(const vector< T > &img, const int x) const | lti::scalarValuedInterpolation< T > | [inline, protected] |
cstAt(const matrix< T > &img, const int y, const int x) const | lti::scalarValuedInterpolation< T > | [inline, protected] |
equallySpacedSamplesInterpolator() | lti::equallySpacedSamplesInterpolator | |
equallySpacedSamplesInterpolator(const equallySpacedSamplesInterpolator &other) | lti::equallySpacedSamplesInterpolator | |
firstElemColumn | lti::genericInterpolator< T > | [protected] |
firstSampleOffset | lti::genericInterpolator< T > | [protected] |
functor() | lti::functor | |
functor(const functor &other) | lti::functor | |
genericInterpolator() | lti::genericInterpolator< T > | |
genericInterpolator(const parameters ¶ms) | lti::genericInterpolator< T > | |
genericInterpolator(const eBoundaryType boundaryType) | lti::genericInterpolator< T > | |
genericInterpolator(const genericInterpolator< T > &other) | lti::genericInterpolator< T > | |
getLUT() const | lti::genericInterpolator< T > | [inline] |
getParameters() const | lti::genericInterpolator< T > | |
lti::functor::getParameters() | lti::functor | [inline, protected] |
getStatusString() const | lti::status | [virtual] |
getTypeName() const | lti::genericInterpolator< T > | [virtual] |
initBicubicLUT() | lti::genericInterpolator< T > | [protected] |
initBilinearLUT() | lti::genericInterpolator< T > | [protected] |
initGenericLUT() | lti::genericInterpolator< T > | [protected] |
initialize() | lti::object | [protected] |
initLUT() | lti::genericInterpolator< T > | [protected] |
interpolate(const matrix< T > &src, const float row, const float col) const | lti::genericInterpolator< T > | |
interpolate(const float row, const float col) const | lti::genericInterpolator< T > | [inline] |
lti::scalarValuedInterpolation::interpolate(const matrix< T > &src, const float &row, const float &col) const | lti::scalarValuedInterpolation< T > | [inline] |
interpolateUnchk(const matrix< T > &src, const float row, const float col) | lti::genericInterpolator< T > | [inline] |
interpolateUnchk(const float row, const float col) | lti::genericInterpolator< T > | [inline] |
interpolationKernel | lti::genericInterpolator< T > | [protected] |
interpolator() | lti::interpolator | |
interpolator(const interpolator &other) | lti::interpolator | |
intervalSize | lti::genericInterpolator< T > | [protected] |
ioObject() | lti::ioObject | |
ioObject(const ioObject &other) | lti::ioObject | |
lastIntervalFirstSample | lti::genericInterpolator< T > | [protected] |
ltiLibInitialized | lti::object | [protected, static] |
mirrAt(const vector< T > &img, const int x) const | lti::scalarValuedInterpolation< T > | [inline, protected] |
mirrAt(const matrix< T > &img, const int y, const int x) const | lti::scalarValuedInterpolation< T > | [inline, protected] |
numberOfIntervals | lti::genericInterpolator< T > | [protected] |
object() | lti::object | |
operator=(const equallySpacedSamplesInterpolator &other) | lti::equallySpacedSamplesInterpolator | |
periAt(const vector< T > &img, const int x) const | lti::scalarValuedInterpolation< T > | [inline, protected] |
periAt(const matrix< T > &img, const int y, const int x) const | lti::scalarValuedInterpolation< T > | [inline, protected] |
read(ioHandler &handler, const bool complete=true) | lti::functor | [virtual] |
rows | lti::genericInterpolator< T > | [mutable, protected] |
scalarValuedInterpolation() | lti::scalarValuedInterpolation< T > | |
scalarValuedInterpolation(const scalarValuedInterpolation &other) | lti::scalarValuedInterpolation< T > | |
setBoundaryType(const eBoundaryType &boundType) | lti::interpolator | |
setParameters(const parameters &theParam) | lti::functor | [virtual] |
setStatusString(const char *msg) const | lti::status | [virtual] |
status() | lti::status | |
theMatrix | lti::scalarValuedInterpolation< T > | [protected] |
theVector | lti::scalarValuedInterpolation< T > | [protected] |
updateParameters() | lti::genericInterpolator< T > | [virtual] |
use(const vector< T > &vct) | lti::scalarValuedInterpolation< T > | [virtual] |
use(const matrix< T > &vct) | lti::scalarValuedInterpolation< T > | [virtual] |
useParameters(parameters &theParam) | lti::functor | [virtual] |
validParameters() const | lti::functor | [virtual] |
value_type typedef | lti::scalarValuedInterpolation< T > | |
write(ioHandler &handler, const bool complete=true) const | lti::functor | [virtual] |
zeroAt(const vector< T > &img, const int x) const | lti::scalarValuedInterpolation< T > | [inline, protected] |
zeroAt(const matrix< T > &img, const int y, const int x) const | lti::scalarValuedInterpolation< T > | [inline, protected] |
~equallySpacedSamplesInterpolator() | lti::equallySpacedSamplesInterpolator | [virtual] |
~functor() | lti::functor | [virtual] |
~genericInterpolator() | lti::genericInterpolator< T > | [virtual] |
~interpolator() | lti::interpolator | [virtual] |
~ioObject() | lti::ioObject | [virtual] |
~object() | lti::object | [virtual] |
~scalarValuedInterpolation() | lti::scalarValuedInterpolation< T > | [virtual] |
~status() | lti::status | [virtual] |