]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkMaskPoint.h
#3273 BBTK Bug New Normal - Bug MaskPoint Box
[bbtk.git] / packages / vtk / src / bbvtkMaskPoint.h
index 28c9a2c55ea06ac916d2f4b78247300f0cd32664..a9732d55ead96619666069a3a113d25a66a81480 100644 (file)
@@ -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)