STIRA  0.1
Public Member Functions | List of all members
stira::imagetools::Translation Class Reference

class to translate an image More...

#include <Translation.h>

Inheritance diagram for stira::imagetools::Translation:
stira::imagetools::GeometricTransform

Public Member Functions

 Translation ()
 constructor
 
 ~Translation ()
 destructor
 
void SetDeltaX (double dx)
 sets distance to translate in x direction More...
 
void SetDeltaY (double dy)
 sets distance to translate in y direction More...
 
- Public Member Functions inherited from stira::imagetools::GeometricTransform
 GeometricTransform ()
 constructor
 
 ~GeometricTransform ()
 destructor
 
ImageApply (Image *pImageIn)
 generates new forward transfored image More...
 
ImageApplyInverse (Image *pImageIn)
 generates new inverse transfored image More...
 
void SetInterpolatorType (InterpolatorType type)
 sets the interpolatortype to 'type' More...
 
InterpolatorType GetInterpolatorType ()
 gets the interpolatortype
 

Additional Inherited Members

- Protected Attributes inherited from stira::imagetools::GeometricTransform
InterpolatorType mInterpolatorType
 
InterpolatormpInterpolator
 

type of interpolation to apply

More...
 

Detailed Description

class to translate an image

Member Function Documentation

void stira::imagetools::Translation::SetDeltaX ( double  dx)

sets distance to translate in x direction

Parameters
dxamount of translation in the x direction
void stira::imagetools::Translation::SetDeltaY ( double  dy)

sets distance to translate in y direction

Parameters
dyamount of translation in the y direction

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