X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=bbtk%2Fsrc%2FbbmaracasvisuDrawAxe3D.h;fp=bbtk%2Fsrc%2FbbmaracasvisuDrawAxe3D.h;h=aca4d451b96876ebabee6e841b849984ffcc702d;hb=a2002b519bbc151c24ea558cea99625c13ed392d;hp=01998b445d16187533b4b93745372d6ff68429d1;hpb=a3c5b7933550c47e3f68d0a40c6cd59aa398f200;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuDrawAxe3D.h b/bbtk/src/bbmaracasvisuDrawAxe3D.h index 01998b4..aca4d45 100644 --- a/bbtk/src/bbmaracasvisuDrawAxe3D.h +++ b/bbtk/src/bbmaracasvisuDrawAxe3D.h @@ -29,6 +29,7 @@ virtual void bbUserDestructor(); BBTK_DECLARE_INPUT(lstPointY,std::vector); BBTK_DECLARE_INPUT(lstPointZ,std::vector); BBTK_DECLARE_INPUT(Colour,std::vector); + BBTK_DECLARE_INPUT(Transform, vtkLinearTransform *); BBTK_DECLARE_OUTPUT(Out,vtkProp3D *); // BBTK_DECLARE_OUTPUT(Out,double); @@ -52,6 +53,7 @@ BBTK_CATEGORY("__CATEGORY__"); BBTK_INPUT(DrawAxe3D,lstPointY,"list of point Y",std::vector,""); BBTK_INPUT(DrawAxe3D,lstPointZ,"list of point Z",std::vector,""); BBTK_INPUT(DrawAxe3D,Colour,"Color of the line R(0..1) G(0..1) B(0..1) ",std::vector,"colour"); + BBTK_INPUT(DrawAxe3D,Transform,"vtkTransform", vtkLinearTransform *,""); BBTK_OUTPUT(DrawAxe3D,Out,"Actor",vtkProp3D*,""); BBTK_END_DESCRIBE_BLACK_BOX(DrawAxe3D); }