X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaRigidRegistration.git;a=blobdiff_plain;f=PackRecalage%2Fsrc%2FbbPackRecalageReSlicerBox.h;fp=PackRecalage%2Fsrc%2FbbPackRecalageReSlicerBox.h;h=057bff8f0c37f49f60fd49a8051060e9da5404e4;hp=d61e5a9d821a704643362df385c96c5eb534e379;hb=5b6e06ea55193ecce4fe2c59b1f3cb698835020b;hpb=9e77cea52961ce9043c8f3e5f86024a1b6588355 diff --git a/PackRecalage/src/bbPackRecalageReSlicerBox.h b/PackRecalage/src/bbPackRecalageReSlicerBox.h index d61e5a9..057bff8 100644 --- a/PackRecalage/src/bbPackRecalageReSlicerBox.h +++ b/PackRecalage/src/bbPackRecalageReSlicerBox.h @@ -58,6 +58,12 @@ class bbPackRecalage_EXPORT ReSlicerBox vtkImageChangeInformation* image; vtkImageChangeInformation* imageResult; vtkImageReslice* slicer; + + int sizeBackInfo; + double backInfoA[19]; //16+3 + + void GetBackInfo(double *backInfo, vtkMatrix4x4 *vtkmatrix, std::vector point ); + bool CompareBackInfo(double* , double *); }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(ReSlicerBox,bbtk::AtomicBlackBox);