| eLynx SDK
v3.0.1 C++ image processing API reference |
#include <TransfertFunction.h>

Public Member Functions | |
| MidtoneTransform (double iLow, double iHigh, double iGamma) | |
| virtual | ~MidtoneTransform () |
| void | SetLow (double iLow) |
| void | SetHigh (double iHigh) |
| void | SetParam (double iMidtone) |
| double | GetParam () const |
| virtual bool | IsSupported (EResolution iDestination, EResolution iSource) const |
| virtual bool | Transform (void *iprDst, EResolution iDst, const void *iprSrc, EResolution iSrc, uint32 iSize) const |
Definition at line 105 of file TransfertFunction.h.
| eLynx::Math::MidtoneTransform::MidtoneTransform | ( | double | iLow, | |
| double | iHigh, | |||
| double | iGamma | |||
| ) |
| virtual eLynx::Math::MidtoneTransform::~MidtoneTransform | ( | ) | [virtual] |
| void eLynx::Math::MidtoneTransform::SetLow | ( | double | iLow | ) |
| void eLynx::Math::MidtoneTransform::SetHigh | ( | double | iHigh | ) |
| void eLynx::Math::MidtoneTransform::SetParam | ( | double | iMidtone | ) |
| double eLynx::Math::MidtoneTransform::GetParam | ( | ) | const [inline] |
Definition at line 113 of file TransfertFunction.h.
| virtual bool eLynx::Math::MidtoneTransform::IsSupported | ( | EResolution | iDestination, | |
| EResolution | iSource | |||
| ) | const [virtual] |
Implements eLynx::Math::IMapTransform.
| virtual bool eLynx::Math::MidtoneTransform::Transform | ( | void * | iprDst, | |
| EResolution | iDst, | |||
| const void * | iprSrc, | |||
| EResolution | iSrc, | |||
| uint32 | iSize | |||
| ) | const [virtual] |
Implements eLynx::Math::IMapTransform.