]> Creatis software - creaRigidRegistration.git/blobdiff - lib/Transformer.h
*** empty log message ***
[creaRigidRegistration.git] / lib / Transformer.h
index 54fdbfe59d51b8631452439cbdc1c187cd94abac..327eae60633513f9e75a2bec0fabcaefd58e279c 100644 (file)
@@ -11,17 +11,16 @@ public:
     ~Transformer();
        void SetTransform(vtkTransform *transform);
        void SetCenterPoint(std::vector<int> point);
-       void SetAxis(std::vector<double> axis);
        void SetAngle(double angle);
        void SetScaleX(double scaleX);
        void SetScaleY(double scaleY);
        void SetScaleZ(double scaleZ);
-       void Run(bool _3D);
+       void Run();
        
     vtkTransform *GetResult();
 private:
        std::vector<int> _centerPoint;
-       std::vector<double> _transformAxis;
+       
        double _angle;
        double _scaleX;
        double _scaleY;