X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwxvtk%2Fsrc%2FbbwxvtkViewer2D.h;h=1f7dc824343144bfad1a0e75385d7a9429cfbd17;hb=ba235cfa6ce74178ab468c01af002af0ab3a7d82;hp=d24947c74200da42f9e748574e0479ad0367e38a;hpb=141959873bfc3610f427de9a7690458a8b18bd2a;p=bbtk.git diff --git a/packages/wxvtk/src/bbwxvtkViewer2D.h b/packages/wxvtk/src/bbwxvtkViewer2D.h index d24947c..1f7dc82 100644 --- a/packages/wxvtk/src/bbwxvtkViewer2D.h +++ b/packages/wxvtk/src/bbwxvtkViewer2D.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbwxvtkViewer2D.h,v $ Language: C++ - Date: $Date: 2008/03/10 12:28:44 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/04/18 12:59:53 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -74,7 +74,7 @@ namespace bbwxvtk class /*BBTK_EXPORT*/ Viewer2D : public bbtk::WxBlackBox { - BBTK_USER_BLACK_BOX_INTERFACE(Viewer2D,bbtk::WxBlackBox); + BBTK_BLACK_BOX_INTERFACE(Viewer2D,bbtk::WxBlackBox); BBTK_DECLARE_INPUT(Slice,int); BBTK_DECLARE_INPUT(Orientation,int); BBTK_DECLARE_INPUT(In,vtkImageData *); @@ -93,10 +93,10 @@ namespace bbwxvtk BBTK_AUTHOR("eduardo.davila@creatis.insa-lyon.fr"); BBTK_DESCRIPTION("Viewer2D widget (vtk)"); BBTK_CATEGORY("viewer"); - BBTK_INPUT(Viewer2D,Slice,"Position of the slider",int); - BBTK_INPUT(Viewer2D,Orientation,"Slicing orientation : 0:yz / 1:xz / 2:xy",int); - BBTK_INPUT(Viewer2D,In,"Input Image",vtkImageData *); - BBTK_OUTPUT(Viewer2D,Out,"Position of the slider",int); + BBTK_INPUT(Viewer2D,Slice,"Position of the slider",int,""); + BBTK_INPUT(Viewer2D,Orientation,"Slicing orientation : 0:yz / 1:xz / 2:xy",int,""); + BBTK_INPUT(Viewer2D,In,"Input Image",vtkImageData *,""); + BBTK_OUTPUT(Viewer2D,Out,"Position of the slider",int,""); BBTK_END_DESCRIBE_BLACK_BOX(Viewer2D); //=================================================================