eLynx SDK v3.3.0
C++ image processing API reference
Public Member Functions

eLynx::Math::MidtoneTransform Class Reference

Inheritance diagram for eLynx::Math::MidtoneTransform:
eLynx::Math::IMapTransform

List of all members.

Public Member Functions

 MidtoneTransform (double iLow, double iHigh, double iGamma)
void SetLow (double iLow)
void SetHigh (double iHigh)
void SetParam (double iMidtone)
double GetParam () const
virtual bool IsSupported (EResolution iDestination, EResolution iSource) const
 Check if the transformation is supported from a resolution to another one.
virtual bool Transform (void *iprDst, EResolution iDst, const void *iprSrc, EResolution iSrc, size_t iSize) const
 Transform a source buffer to a destination buffer, changing the resolution.

Member Function Documentation

virtual bool eLynx::Math::MidtoneTransform::IsSupported ( EResolution  iDestination,
EResolution  iSource 
) const [virtual]

Check if the transformation is supported from a resolution to another one.

Parameters:
iDestinationthe resolution of the destination.
iSourcethe resolution of the source.
Returns:
if the convertion is available.

Implements eLynx::Math::IMapTransform.

virtual bool eLynx::Math::MidtoneTransform::Transform ( void *  iprDst,
EResolution  iDestination,
const void *  iprSrc,
EResolution  iSource,
size_t  iSize 
) const [virtual]

Transform a source buffer to a destination buffer, changing the resolution.

Parameters:
iprDstpointer on the destination buffer.
iDestinationthe resolution of the destination.
iprSrcpointer on the source buffer.
iSourcethe resolution of the source.
iSizethe size of the buffer in samples.
Returns:
The method return status.

Implements eLynx::Math::IMapTransform.


The documentation for this class was generated from the following file:

Generated on Thu Dec 9 2010 by doxygen 1.7.2