]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuDrawAxe3D.h
Fix categ
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuDrawAxe3D.h
index a96ad4fb24928cda456fda4bcc13e177c7ce2c8f..72a492f8fc1629225e88ea59e040e9f5ddd31e5f 100644 (file)
@@ -30,10 +30,10 @@ class /*BBTK_EXPORT*/ DrawAxe3D
   void Process();
 
   private:
-    bool                               firsttime;
-    vtkPolyData                        *mallData;
-       vtkActor                        *mvtkactor;
-       vtkPolyDataMapper       *polydatamapper;
+    bool               firsttime;
+    vtkPolyData                *mallData;
+    vtkActor           *mvtkactor;
+    vtkPolyDataMapper  *polydatamapper;
 };
 
 
@@ -41,7 +41,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(DrawAxe3D,bbtk::AtomicBlackBox);
 BBTK_NAME("DrawAxe3D");
 BBTK_AUTHOR("eduardo.davila@creatis.insa-lyon.fr");
 BBTK_DESCRIPTION("Draw a 3D axe in a vtk 3D Viewer");
-BBTK_CATEGORY("__CATEGORY__");
+BBTK_CATEGORY("actor");
   BBTK_INPUT(DrawAxe3D,Renderer,"vtk Renderer 3D universe",vtkRenderer*,"");
   BBTK_INPUT(DrawAxe3D,lstPointX,"list of point X",std::vector<double>,"");
   BBTK_INPUT(DrawAxe3D,lstPointY,"list of point Y",std::vector<double>,"");