X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=PackRecalage%2Fsrc%2FbbPackRecalageCalculateVectorBox.h;h=0e0a8deb95cf61e6b894ec01a955c63c38a80113;hb=95ea4de5ed48b8ab8663e94e8f3e95380741ad75;hp=31086052ae920a897e1a49c9a60baae515ed344f;hpb=647cc99d880cf22b8e6f7a7b4dad509ea30a52b6;p=creaRigidRegistration.git diff --git a/PackRecalage/src/bbPackRecalageCalculateVectorBox.h b/PackRecalage/src/bbPackRecalageCalculateVectorBox.h index 3108605..0e0a8de 100644 --- a/PackRecalage/src/bbPackRecalageCalculateVectorBox.h +++ b/PackRecalage/src/bbPackRecalageCalculateVectorBox.h @@ -48,15 +48,22 @@ class bbPackRecalage_EXPORT CalculateVectorBox /*The rotation axis (this axis is defined by the cross product of the 2 vectors)*/ BBTK_DECLARE_OUTPUT(TransformAxis, std::vector); - + /*Scale difference in X*/ BBTK_DECLARE_OUTPUT(OutScaleX,int); + + /*Scale difference in Y*/ BBTK_DECLARE_OUTPUT(OutScaleY,int); + + /*Scale difference in Z*/ BBTK_DECLARE_OUTPUT(OutScaleZ,int); + + /*Rotation Angle*/ BBTK_DECLARE_OUTPUT(OutAngle,double); BBTK_PROCESS(Process); void Process(); private: + VectorMath *_vector; };