X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaMaracasVisuCutModule2.h;h=23c89863eb1bf2d093bb808b028fe987bcda3884;hb=7237c161ca713d5054c9a5cd7dc7188d5ac65ae9;hp=a6d04e2723dea900ad0be92b36a9296541d3e29a;hpb=241ec043d82df169705445f317b332207fd1b6b2;p=creaMaracasVisu.git diff --git a/bbtk/src/bbcreaMaracasVisuCutModule2.h b/bbtk/src/bbcreaMaracasVisuCutModule2.h index a6d04e2..23c8986 100644 --- a/bbtk/src/bbcreaMaracasVisuCutModule2.h +++ b/bbtk/src/bbcreaMaracasVisuCutModule2.h @@ -1,3 +1,28 @@ +/*# --------------------------------------------------------------------- +# +# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image +# pour la Sant�) +# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# Previous Authors : Laurent Guigues, Jean-Pierre Roux +# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil +# +# 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. +# ------------------------------------------------------------------------ */ + #ifdef _USE_WXWIDGETS_ #ifndef __bbcreaMaracasVisuCutModule_h_INCLUDED__ #define __bbcreaMaracasVisuCutModule_h_INCLUDED__ @@ -12,7 +37,7 @@ class bbcreaMaracasVisu_EXPORT CutModule2 : public bbtk::WxBlackBox { - + BBTK_BLACK_BOX_INTERFACE(CutModule2,bbtk::WxBlackBox); BBTK_DECLARE_INPUT(In,vtkImageData*); BBTK_DECLARE_INPUT(Interactor,vtkRenderWindowInteractor*); @@ -32,7 +57,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(CutModule2,bbtk::WxBlackBox); BBTK_NAME("CutModule2"); BBTK_AUTHOR("perez@creatis.insa-lyon.fr"); BBTK_DESCRIPTION("extracts"); -BBTK_CATEGORY("__CategoryBlackBox__"); +BBTK_CATEGORY("actor, image, filter"); BBTK_INPUT(CutModule2,In,"Image",vtkImageData*,""); BBTK_INPUT(CutModule2,Interactor,"WindowInteractor",vtkRenderWindowInteractor*,""); BBTK_INPUT(CutModule2,Renderer,"Renderer",vtkRenderer*,""); @@ -43,4 +68,3 @@ BBTK_END_DESCRIBE_BLACK_BOX(CutModule2); #endif // __bbcreaMaracasVisuCutModule_h_INCLUDED__ #endif // _USE_WXWIDGETS_ -