X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=PackRecalage%2Fsrc%2FbbPackRecalagePlaneReorientationBox.h;h=076b5af2dc09d0efd55ccba0af06c34ceecb4ab7;hb=3707df370a2c5b61006233977fb91c5652e0ffea;hp=d81c4d83b605df7fe067419bdd52d9693638c4c2;hpb=ef1b2d78a9c08ea55e470608a6a8fe0fa1ad6099;p=creaRigidRegistration.git diff --git a/PackRecalage/src/bbPackRecalagePlaneReorientationBox.h b/PackRecalage/src/bbPackRecalagePlaneReorientationBox.h index d81c4d8..076b5af 100644 --- a/PackRecalage/src/bbPackRecalagePlaneReorientationBox.h +++ b/PackRecalage/src/bbPackRecalagePlaneReorientationBox.h @@ -26,6 +26,9 @@ class bbPackRecalage_EXPORT PlaneReorientationBox BBTK_DECLARE_OUTPUT(Out,vtkTransform*); BBTK_PROCESS(Process); void Process(); + + private: + vtkTransform *transform; }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(PlaneReorientationBox,bbtk::AtomicBlackBox);