X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolRigidReg.h;h=02d679b41ac033baa89b962c621e92791fc9128b;hb=4b98db66886cdbf30cfb459475b9148c5276eb26;hp=559aca5bfecb83ee3abe41c501d9648d61b9aae1;hpb=83fa36c0b759b05d38f23acae0e0f72af0faf524;p=clitk.git diff --git a/vv/vvToolRigidReg.h b/vv/vvToolRigidReg.h index 559aca5..02d679b 100644 --- a/vv/vvToolRigidReg.h +++ b/vv/vvToolRigidReg.h @@ -55,6 +55,7 @@ protected: Ui::vvToolRigidReg ui; vvSlicerManager * mInput; vtkSmartPointer mInitialMatrix; + void ExtentMax(const double [8][4], double [2][3]); void SetTransform(vtkMatrix4x4 * matrix); void GetSlidersAndSpinBoxes(std::vector&transSliders, std::vector&rotSliders, std::vector&transSBs, std::vector&rotSBs);