App
|
#include <TNearestFInt.hpp>
Public Member Functions | |
TNearestFInt (const TBitmap< TPIXEL, TCHANNEL > &over) | |
virtual TPIXEL * | getSrcData () const |
virtual unsigned | getSrcWidth () const |
virtual unsigned | getSrcHeight () const |
virtual | ~TNearestFInt () |
virtual int | isInitOk () const |
TPIXEL | getAt (double x, double y) |
virtual int | resampleTo (TBitmap< TPIXEL, TCHANNEL > &dst) const |
virtual int | resampleTo_aliased (TBitmap< TPIXEL, TCHANNEL > &dst, double force=1) const |
Static Public Attributes | |
static const unsigned | chCount = sizeof(TPIXEL) / sizeof(TCHANNEL) |
static const TCHANNEL | maxVal = ~0 |
Protected Member Functions | |
virtual int | resampleTo_4ch (TBitmap< TPIXEL, TCHANNEL > &dst) const |
virtual int | resampleTo_1ch (TBitmap< TPIXEL, TCHANNEL > &dst) const |
virtual TFInterpolator< TPIXEL, TCHANNEL > * | newInstance (const TBitmap< TPIXEL, TCHANNEL > &over) const |
Protected Attributes | |
TPIXEL * | srcData |
unsigned | srcWidth |
unsigned | srcHeight |
Definition at line 22 of file TNearestFInt.hpp.
|
inline |
Definition at line 41 of file TNearestFInt.hpp.
|
virtual |
Definition at line 14 of file TNearestFInt.cpp.
|
inline |
|
inlinevirtual |
Implements app::TFInterpolator< TPIXEL, TCHANNEL >.
Definition at line 47 of file TNearestFInt.hpp.
|
inlinevirtual |
Implements app::TFInterpolator< TPIXEL, TCHANNEL >.
Definition at line 54 of file TNearestFInt.hpp.
|
inlinevirtual |
Implements app::TFInterpolator< TPIXEL, TCHANNEL >.
Definition at line 51 of file TNearestFInt.hpp.
|
inlinevirtual |
Implements app::TFInterpolator< TPIXEL, TCHANNEL >.
Definition at line 60 of file TNearestFInt.hpp.
|
inlineprotectedvirtual |
Implements app::TFInterpolator< TPIXEL, TCHANNEL >.
Definition at line 32 of file TNearestFInt.hpp.
|
virtualinherited |
Definition at line 13 of file TFInterpolator.cpp.
|
protectedvirtual |
Implements app::TFInterpolator< TPIXEL, TCHANNEL >.
Definition at line 23 of file TNearestFInt.cpp.
|
protectedvirtual |
Implements app::TFInterpolator< TPIXEL, TCHANNEL >.
Definition at line 18 of file TNearestFInt.cpp.
|
virtualinherited |
Definition at line 24 of file TFInterpolator.cpp.
|
static |
Definition at line 38 of file TNearestFInt.hpp.
|
static |
Definition at line 39 of file TNearestFInt.hpp.
|
protected |
Definition at line 24 of file TNearestFInt.hpp.
|
protected |
Definition at line 26 of file TNearestFInt.hpp.
|
protected |
Definition at line 25 of file TNearestFInt.hpp.