X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaMaracasVisuPlaneDirection.h;h=9ea9724d7f39dea2965beecf50b2b68a79a6a564;hb=2a69bae264c4dc43a7189f16b53a66dcd3a774dc;hp=3e7d0f8057939228513de3ae23bec0155f9b478f;hpb=e42ecf415793e6f85e5de98b41385fe53b6d00e0;p=creaMaracasVisu.git diff --git a/bbtk/src/bbcreaMaracasVisuPlaneDirection.h b/bbtk/src/bbcreaMaracasVisuPlaneDirection.h index 3e7d0f8..9ea9724 100644 --- a/bbtk/src/bbcreaMaracasVisuPlaneDirection.h +++ b/bbtk/src/bbcreaMaracasVisuPlaneDirection.h @@ -31,7 +31,7 @@ class bbcreaMaracasVisu_EXPORT PlaneDirection void CreateWidget(wxWindow*); private: - PlaneDirectionViewer* _planedir; + PlaneDirectionViewer* _planedir; int radio; double colour[3]; int opacity; @@ -41,17 +41,17 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(PlaneDirection,bbtk::WxBlackBox); BBTK_NAME("PlaneDirection"); BBTK_AUTHOR("car-prie@uniandes.edu.co"); BBTK_DESCRIPTION("Given a list of points and grouping them in triplets, the box calculates the direction of the plane formed by the three points"); -BBTK_CATEGORY("__CategoryBlackBox__"); +BBTK_CATEGORY("actor"); BBTK_INPUT(PlaneDirection,In,"Image data to get the spacing, if not found set to 1 1 1",vtkImageData*,""); BBTK_INPUT(PlaneDirection,Renderer,"Renderer",vtkRenderer*,""); BBTK_INPUT(PlaneDirection,Filename,"Filename to save the points of the plane and the direction",std::string,""); -BBTK_INPUT(PlaneDirection , lstPointsX , " list of points X ", std::vector ,""); -BBTK_INPUT(PlaneDirection , lstPointsY , " list of points Y ", std::vector ,""); -BBTK_INPUT(PlaneDirection , lstPointsZ , " list of points Z ", std::vector ,""); +BBTK_INPUT(PlaneDirection, lstPointsX, " list of points X ", std::vector, ""); +BBTK_INPUT(PlaneDirection, lstPointsY, " list of points Y ", std::vector, ""); +BBTK_INPUT(PlaneDirection, lstPointsZ, " list of points Z ", std::vector, ""); -BBTK_INPUT(PlaneDirection , ArrowSize , "Size of the arrow ", int ,""); +BBTK_INPUT(PlaneDirection, ArrowSize, "Size of the arrow ", int, ""); BBTK_END_DESCRIBE_BLACK_BOX(PlaneDirection); }