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

eLynx::Math::CopyTransform Class Reference

Inheritance diagram for eLynx::Math::CopyTransform:
eLynx::Math::IMapTransform

List of all members.

Public Member Functions

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.
 CopyTransform (const CopyTransform &)
const CopyTransformoperator= (const CopyTransform &)

Member Function Documentation

virtual bool eLynx::Math::CopyTransform::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::CopyTransform::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