App
|
#include <TFInterpolator.hpp>
Public Member Functions | |
TFInterpolator () | |
virtual | ~TFInterpolator () |
virtual TPIXEL * | getSrcData () const =0 |
virtual unsigned | getSrcWidth () const =0 |
virtual unsigned | getSrcHeight () const =0 |
virtual int | isInitOk () const =0 |
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) |
Počet kanálů bitmapy. | |
static const TCHANNEL | maxVal = ~0 |
Maximální hodnota kanálu. | |
Protected Member Functions | |
virtual int | resampleTo_4ch (TBitmap< TPIXEL, TCHANNEL > &dst) const =0 |
virtual int | resampleTo_1ch (TBitmap< TPIXEL, TCHANNEL > &dst) const =0 |
virtual TFInterpolator< TPIXEL, TCHANNEL > * | newInstance (const TBitmap< TPIXEL, TCHANNEL > &over) const =0 |
Definition at line 24 of file TFInterpolator.hpp.
|
inline |
Definition at line 36 of file TFInterpolator.hpp.
|
virtual |
Definition at line 9 of file TFInterpolator.cpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
protectedpure virtual |
|
virtual |
Definition at line 13 of file TFInterpolator.cpp.
|
protectedpure virtual |
|
protectedpure virtual |
|
virtual |
Definition at line 24 of file TFInterpolator.cpp.
|
static |
Počet kanálů bitmapy.
Definition at line 33 of file TFInterpolator.hpp.
|
static |
Maximální hodnota kanálu.
Definition at line 34 of file TFInterpolator.hpp.