X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkMaskPoint.h;fp=packages%2Fvtk%2Fsrc%2FbbvtkMaskPoint.h;h=a9732d55ead96619666069a3a113d25a66a81480;hb=360978002d02369e42cb4ab8008828613e3b8bf4;hp=28c9a2c55ea06ac916d2f4b78247300f0cd32664;hpb=9ca9c2a92d7d7f653ce424f477960e5a00ac0e8a;p=bbtk.git diff --git a/packages/vtk/src/bbvtkMaskPoint.h b/packages/vtk/src/bbvtkMaskPoint.h index 28c9a2c..a9732d5 100644 --- a/packages/vtk/src/bbvtkMaskPoint.h +++ b/packages/vtk/src/bbvtkMaskPoint.h @@ -23,6 +23,7 @@ class bbvtk_EXPORT MaskPoint //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== + BBTK_DECLARE_INPUT(Active,bool); BBTK_DECLARE_INPUT(In,vtkImageData*); BBTK_DECLARE_INPUT(Ratio,int); BBTK_DECLARE_OUTPUT(Out,vtkPolyData*); @@ -38,13 +39,17 @@ class bbvtk_EXPORT MaskPoint }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(MaskPoint,bbtk::AtomicBlackBox); -BBTK_NAME("MaskPoint"); -BBTK_AUTHOR("ED at InfoDev Creatis"); -BBTK_DESCRIPTION("vtkMaskPoint. See Vectors/Tensors Examples"); -BBTK_CATEGORY("empty"); + BBTK_NAME("MaskPoint"); + BBTK_AUTHOR("ED at InfoDev Creatis"); + BBTK_DESCRIPTION("vtkMaskPoint. See Vectors/Tensors Examples"); + BBTK_CATEGORY("empty"); + + BBTK_INPUT(MaskPoint,Active,"(default true) true/false",bool,""); BBTK_INPUT(MaskPoint,In,"vtkImageData",vtkImageData*,""); BBTK_INPUT(MaskPoint,Ratio,"Ratio",int,""); + BBTK_OUTPUT(MaskPoint,Out,"vtkPolyData",vtkPolyData*,""); + BBTK_END_DESCRIBE_BLACK_BOX(MaskPoint); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)