X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=PackRecalage%2Fsrc%2FbbPackRecalageReSlicerBox.h;h=057bff8f0c37f49f60fd49a8051060e9da5404e4;hb=5b6e06ea55193ecce4fe2c59b1f3cb698835020b;hp=e21de51e70061efd2ced1f3994d4e99aaac9d187;hpb=8b1a19e083976bd9d80693030b7216704555a64f;p=creaRigidRegistration.git diff --git a/PackRecalage/src/bbPackRecalageReSlicerBox.h b/PackRecalage/src/bbPackRecalageReSlicerBox.h index e21de51..057bff8 100644 --- a/PackRecalage/src/bbPackRecalageReSlicerBox.h +++ b/PackRecalage/src/bbPackRecalageReSlicerBox.h @@ -1,3 +1,29 @@ +/* +# --------------------------------------------------------------------- +# +# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image +# pour la Santé) +# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# +# This software is governed by the CeCILL-B license under French law and +# abiding by the rules of distribution of free software. You can use, +# modify and/ or redistribute the software under the terms of the CeCILL-B +# license as circulated by CEA, CNRS and INRIA at the following URL +# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +# or in the file LICENSE.txt. +# +# As a counterpart to the access to the source code and rights to copy, +# modify and redistribute granted by the license, users are provided only +# with a limited warranty and the software's author, the holder of the +# economic rights, and the successive licensors have only limited +# liability. +# +# The fact that you are presently reading this means that you have had +# knowledge of the CeCILL-B license and that you accept its terms. +# ------------------------------------------------------------------------ +*/ + + #ifndef __bbPackRecalageReSlicerBox_h_INCLUDED__ #define __bbPackRecalageReSlicerBox_h_INCLUDED__ #include "bbPackRecalage_EXPORT.h" @@ -32,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);