X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=PackRecalage%2Fsrc%2FbbPackRecalageReSlicerBox.h;h=b41d3bbc5d98d2594baa3974d64e5dd1019164d2;hb=056c44ebcefce5a0c1d0b5cd162a63d5805df456;hp=e0f7f8e1673fbe9206057d1e577598c96c204d03;hpb=124e80f4fe9a8dc4c7581b79ad3165aefacdf6ed;p=creaRigidRegistration.git diff --git a/PackRecalage/src/bbPackRecalageReSlicerBox.h b/PackRecalage/src/bbPackRecalageReSlicerBox.h index e0f7f8e..b41d3bb 100644 --- a/PackRecalage/src/bbPackRecalageReSlicerBox.h +++ b/PackRecalage/src/bbPackRecalageReSlicerBox.h @@ -35,9 +35,9 @@ class bbPackRecalage_EXPORT ReSlicerBox BBTK_BEGIN_DESCRIBE_BLACK_BOX(ReSlicerBox,bbtk::AtomicBlackBox); BBTK_NAME("ReSlicerBox"); -BBTK_AUTHOR("_authors_"); -BBTK_DESCRIPTION("_description_"); -BBTK_CATEGORY("__CATEGORY__"); +BBTK_AUTHOR("davila@creatis.insa-lyon.com"); +BBTK_DESCRIPTION("Uses the vtk ReSlicer tool to modify an input image given a transformation filter."); +BBTK_CATEGORY("filter"); BBTK_INPUT(ReSlicerBox,In,"Image input",vtkImageData *,""); BBTK_INPUT(ReSlicerBox,Origin,"Image Origin(x,y,z)",std::vector,""); BBTK_INPUT(ReSlicerBox,Transform,"Transform input",vtkLinearTransform *,"");