CPanoramaTransform Class Reference
#include
<panorama/panorama.h>
Link against: panorama.lib
class CPanoramaTransform : public CBase |
Detailed Description
This class provides help functions for handling the result of the viewfinder tracking. It contains getters and setters.
Constructor & Destructor Documentation
~CPanoramaTransform ( )
IMPORT_C | ~CPanoramaTransform | ( | ) | |
Member Function Documentation
GetDirection ( TDirection & )
Get the direction of a panorama transform
Parameter | Description | aDirection | Direction of the panorama |
GetDirection ( TDirection &, TInt & )
IMPORT_C void | GetDirection | ( | TDirection & | aDirection, |
| TInt & | aMinimumDelta |
| ) | |
Get the direction of a panorama transform
Parameter | Description | aDirection | Direction of the panorama |
aMinimumDelta | Minimum translation in percent. |
GetTranslation ( TPoint &, TSize & )
IMPORT_C void | GetTranslation | ( | TPoint & | aDxDy, |
| TSize & | aDims |
| ) | const |
Get the translation part of a PanoramaTransform
Parameter | Description | aDxDy | x and y coordinates |
aDims | Image dimensions for the transform |
NewL ( )
Constructs a new panorama transform object.
A leave occurs if there is insufficient memory available.
Returns: A pointer to the new panorama transform object.
SetDirection ( TDirection & )
Set the desired direction of a panorama transform
Parameter | Description | aDirection | Direction of the panorama |
SetDirection ( TDirection &, TInt )
Set the desired direction of a panorama transform
Parameter | Description | aDirection | Direction of the panorama |
aMinDelta | Minimum translation in percent. |
SetTranslationL ( const TPoint &, const TSize & )
IMPORT_C void | SetTranslationL | ( | const TPoint & | aDxDy, |
| const TSize & | aDims |
| ) | |
Set the desired translation values on a panorama transform object.
Parameter | Description | aDxDy | x and y coordinates |
aDims | Image dimenstion for the transform |