]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/src/bbPackRecalageReSlicerBox.h
2075 creaRigidRegistration Feature New Normal Registration 3D 1P
[creaRigidRegistration.git] / PackRecalage / src / bbPackRecalageReSlicerBox.h
index d61e5a9d821a704643362df385c96c5eb534e379..057bff8f0c37f49f60fd49a8051060e9da5404e4 100644 (file)
@@ -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<int> point );
+  bool CompareBackInfo(double* , double *);
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ReSlicerBox,bbtk::AtomicBlackBox);