X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaRigidRegistration.git;a=blobdiff_plain;f=lib%2FTransformer3D.h;fp=lib%2FTransformer3D.h;h=3879509af07d6509913b26260653709e40ded23e;hp=a5f882fa7fffe65540ae2139f55a7ac819f8f4dc;hb=7051738fb1c92724bd6d15907edc4d517527a3b2;hpb=877893bd98980a3d730fd9a65f8c65a21f56c14a diff --git a/lib/Transformer3D.h b/lib/Transformer3D.h index a5f882f..3879509 100644 --- a/lib/Transformer3D.h +++ b/lib/Transformer3D.h @@ -42,11 +42,13 @@ public: void SetSecondRotationAxis(double* axis); void SetAngle(double angle); void SetSecondAngle(double angle); + void SetScale(double scale); void Run(); vtkTransform *GetResult(); vtkTransform *GetFirstResult(); private: + double _scale; double _rotationAxis[3]; double _secondRotationAxis[3]; double _firstPoint[3];