latest version v1.9 - last update 10 Apr 2010 |
Defines the enumeration type eInterpolatorType used in many places to specify which kind of interpolation should be employed. More...
#include "ltiIoHandler.h"
Go to the source code of this file.
Namespaces | |
namespace | lti |
Enumerations | |
enum | lti::eInterpolatorType { lti::NearestNeighborInterpolator, lti::BilinearInterpolator, lti::BiquadraticInterpolator, lti::BicubicInterpolator } |
Functions | |
bool | lti::read (ioHandler &handler, eInterpolatorType &data) |
bool | lti::write (ioHandler &handler, const eInterpolatorType &data) |
Defines the enumeration type eInterpolatorType used in many places to specify which kind of interpolation should be employed.