]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuPlaneDirection.h
addition of file
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuPlaneDirection.h
index 3e7d0f8057939228513de3ae23bec0155f9b478f..9ea9724d7f39dea2965beecf50b2b68a79a6a564 100644 (file)
@@ -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<int> ,"");
-BBTK_INPUT(PlaneDirection , lstPointsY , " list of points Y ", std::vector<int> ,"");
-BBTK_INPUT(PlaneDirection , lstPointsZ , " list of points Z ", std::vector<int> ,"");
+BBTK_INPUT(PlaneDirection, lstPointsX, " list of points X ", std::vector<int>, "");
+BBTK_INPUT(PlaneDirection, lstPointsY, " list of points Y ", std::vector<int>, "");
+BBTK_INPUT(PlaneDirection, lstPointsZ, " list of points Z ", std::vector<int>, "");
 
-BBTK_INPUT(PlaneDirection , ArrowSize , "Size of the arrow ", int ,"");
+BBTK_INPUT(PlaneDirection, ArrowSize, "Size of the arrow ", int, "");
 
 BBTK_END_DESCRIBE_BLACK_BOX(PlaneDirection);
 }