11 #ifndef AIMS_REGISTRATION_TRANSFORMATION_H
12 #define AIMS_REGISTRATION_TRANSFORMATION_H
18 class AffineTransformation3d;
39 void setcx(
float cx) { _cx=cx; }
40 void setcy(
float cy) { _cy=cy; }
41 void setcz(
float cz) { _cz=cz; }
42 void setX(
int X) { _XX=X; }
43 void setY(
int Y) { _YY=Y; }
44 void setZ(
int Z) { _ZZ=Z; }
float max(float x, float y)