LANCIR resizing parameters class. More...
#include <lancir.h>
Public Member Functions | |
CLancIRParams (const int aSrcSSize=0, const int aNewSSize=0, const double akx=0.0, const double aky=0.0, const double aox=0.0, const double aoy=0.0) | |
Default constructor, with optional arguments that correspond to class variables. | |
LANCIR resizing parameters class.
An object of this class, which can be allocated on stack, can be used to pass non-default parameters to the resizing algorithm. See the constructor for the default values.
avir::CLancIRParams::CLancIRParams | ( | const int | aSrcSSize = 0, |
const int | aNewSSize = 0, | ||
const double | akx = 0.0, | ||
const double | aky = 0.0, | ||
const double | aox = 0.0, | ||
const double | aoy = 0.0 ) |
Default constructor, with optional arguments that correspond to class variables.
aSrcSSize | Physical size of the source scanline. |
aNewSSize | Physical size of the destination scanline. |
akx | Resizing step - horizontal. |
aky | Resizing step - vertical. |
aox | Start X pixel offset. |
aoy | Start Y pixel offset. |