]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkPlaneWidget_Base.h
#3527 Deformation Undo-Redo fixes
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkPlaneWidget_Base.h
index f7d0aef35aa96e991b4aa044ace398341ffe2875..5d8616b1c35c5d30291457bcb53a4ce9fa68a031 100644 (file)
@@ -24,6 +24,7 @@ class bbcreaVtk_EXPORT PlaneWidget_Base
   BBTK_DECLARE_INPUT(In, creaVtkPlaneWidget* );
   BBTK_DECLARE_INPUT(Type, int );
   BBTK_DECLARE_INPUT(Param, double );
+  BBTK_DECLARE_INPUT(ParamVector, std::vector<double> );
   BBTK_DECLARE_OUTPUT(Out,double);
   BBTK_PROCESS(Process);
   void Process();
@@ -38,8 +39,9 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(PlaneWidget_Base,bbtk::AtomicBlackBox);
   BBTK_DESCRIPTION("No Description.");
   BBTK_CATEGORY("empty");
   BBTK_INPUT(PlaneWidget_Base,In,"Base creaVtkPlaneWidget ", creaVtkPlaneWidget* ,"");
-  BBTK_INPUT(PlaneWidget_Base,Type,"(default 0) 0:nothing  1:Move Normal Direction (Param=step) ", int ,"");
+  BBTK_INPUT(PlaneWidget_Base,Type,"(default 0) 0:nothing  1:Move Normal Direction (Param=step) 2:Set Normal (ParamVector=Normal)   3:Set Origin (ParamVector=Origin)", int ,"");
   BBTK_INPUT(PlaneWidget_Base,Param,"Type=1 step ", double ,"");
+  BBTK_INPUT(PlaneWidget_Base,ParamVector,"Type=2 Set normal, Type=3 Set origin", std::vector<double> ,"");
 //  BBTK_OUTPUT(PlaneWidget_Base,Out,"First output",double,"");
 BBTK_END_DESCRIBE_BLACK_BOX(PlaneWidget_Base);
 //=====