X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FcreaNewProject%2FNewProject%2Fbbtk_mySamplePackage_PKG%2Fsrc%2FbbmySamplePackagemySampleBoxWithVTK.h;h=e9bc1f6f34278e884fb7f4c17814e77988275c26;hb=f4e2dd1f4b7169797a99cf28ba832c1ef4a5b4d4;hp=9bd81ad5bf82cea9e6f39d57c714b2cdeabb2a94;hpb=aea7a7a670afd36baafabc8f924902551f852006;p=crea.git diff --git a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.h b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.h index 9bd81ad..e9bc1f6 100644 --- a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.h +++ b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.h @@ -1,12 +1,13 @@ -//===== -// Don't edit this file. This file is generated from xml description.. -//===== + #ifndef __bbmySamplePackagemySampleBoxWithVTK_h_INCLUDED__ #define __bbmySamplePackagemySampleBoxWithVTK_h_INCLUDED__ #include "bbmySamplePackage_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" +#include +#include "myFierceClass3vtkPipeline.h" + namespace bbmySamplePackage { @@ -15,29 +16,28 @@ class bbmySamplePackage_EXPORT mySampleBoxWithVTK public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(mySampleBoxWithVTK,bbtk::AtomicBlackBox); -//===== -// Don't edit this file. This file is generated from xml description.. -//===== - BBTK_DECLARE_INPUT(In,double); - BBTK_DECLARE_OUTPUT(Out,double); + + BBTK_DECLARE_INPUT(In,vtkImageData*); + BBTK_DECLARE_INPUT(Lower,double); + BBTK_DECLARE_INPUT(Upper,double); + BBTK_DECLARE_OUTPUT(Out,vtkImageData*); BBTK_PROCESS(Process); void Process(); -//===== -// Don't edit this file. This file is generated from xml description.. -//===== + + myFierceClass3vtkPipeline myVtkPipeline; }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(mySampleBoxWithVTK,bbtk::AtomicBlackBox); BBTK_NAME("mySampleBoxWithVTK"); -BBTK_AUTHOR("_author_"); -BBTK_DESCRIPTION("_description_"); -BBTK_CATEGORY(""); -BBTK_INPUT(mySampleBoxWithVTK,In,"First input",double,""); -BBTK_OUTPUT(mySampleBoxWithVTK,Out,"First output",double,""); +BBTK_AUTHOR("Info-Dev"); +BBTK_DESCRIPTION("vtk pipeline example threshold + gaussian smooth"); +BBTK_CATEGORY("filter"); +BBTK_INPUT(mySampleBoxWithVTK,In,"Input image",vtkImageData*,""); +BBTK_INPUT(mySampleBoxWithVTK,Lower,"lower threshold",double,""); +BBTK_INPUT(mySampleBoxWithVTK,Upper,"upper threshold",double,""); +BBTK_OUTPUT(mySampleBoxWithVTK,Out,"Output image",vtkImageData*,""); BBTK_END_DESCRIBE_BLACK_BOX(mySampleBoxWithVTK); -//===== -// Don't edit this file. This file is generated from xml description.. -//===== + } // EO namespace bbmySamplePackage