X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=PackRecalage%2Fsrc%2FbbPackRecalageCalculateVectorBox.h;h=31086052ae920a897e1a49c9a60baae515ed344f;hb=647cc99d880cf22b8e6f7a7b4dad509ea30a52b6;hp=ed04a3905af2a9701e4d428ff6168473955ac1f3;hpb=86c3482ce714b8d4201c8d819a10b59e4e4440c4;p=creaRigidRegistration.git diff --git a/PackRecalage/src/bbPackRecalageCalculateVectorBox.h b/PackRecalage/src/bbPackRecalageCalculateVectorBox.h index ed04a39..3108605 100644 --- a/PackRecalage/src/bbPackRecalageCalculateVectorBox.h +++ b/PackRecalage/src/bbPackRecalageCalculateVectorBox.h @@ -42,9 +42,13 @@ class bbPackRecalage_EXPORT CalculateVectorBox /*Origin (starting point of the vector) of the second image, this is necesary for the translation matrix of a transform filter*/ BBTK_DECLARE_OUTPUT(Origin, std::vector); - /**/ + /*Origin (starting point of the vector) of the first image, this is necesary for the imageReslicer filter*/ BBTK_DECLARE_OUTPUT(OriginReslicer, std::vector); + + /*The rotation axis (this axis is defined by the cross product of the 2 vectors)*/ BBTK_DECLARE_OUTPUT(TransformAxis, std::vector); + + BBTK_DECLARE_OUTPUT(OutScaleX,int); BBTK_DECLARE_OUTPUT(OutScaleY,int); BBTK_DECLARE_OUTPUT(OutScaleZ,int);