X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkLightKit.h;h=2298c2ac0773d351ea3b06799014c3e8436e9efd;hb=b14773c04cfae41766a01441d155225c9fc4668f;hp=145f260cd265c359ff984d21e36e2876f173e859;hpb=d4d007ec0086a1145c20e922e87e0fee1b2f12d8;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkLightKit.h b/bbtk_creaVtk_PKG/src/bbcreaVtkLightKit.h index 145f260..2298c2a 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkLightKit.h +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkLightKit.h @@ -24,7 +24,7 @@ class bbcreaVtk_EXPORT LightKit BBTK_DECLARE_INPUT(FillLightWarmth,double); BBTK_DECLARE_INPUT(BackLightWarmth,double); BBTK_DECLARE_INPUT(Renderer,vtkRenderer *); -( + // BBTK_DECLARE_OUTPUT(Out,double); BBTK_PROCESS(Process); void Process(); @@ -40,6 +40,9 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(LightKit,bbtk::AtomicBlackBox); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); + BBTK_INPUT(LightKit,KeyLightWarmth,"KeyLightWarmth", double ,""); + BBTK_INPUT(LightKit,FillLightWarmth,"FillLightWarmth", double ,""); + BBTK_INPUT(LightKit,BackLightWarmth,"BackLightWarmth", double ,""); BBTK_INPUT(LightKit,Renderer,"3D scene in which to insert the surface",vtkRenderer*,""); // BBTK_OUTPUT(LightKit,Out,"First output",double,""); BBTK_END_DESCRIBE_BLACK_BOX(LightKit);