]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuAxeVolume.h
no message
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuAxeVolume.h
index dad2bd5ea75b94cc15fcc5727cabcf1e63c7b854..4e0cb05a6b84ca1921672a442448d2156ce9f55c 100644 (file)
@@ -9,7 +9,7 @@ namespace bbcreaMaracasVisu
 {
 
 class /*BBTK_EXPORT*/ AxeVolume
- : 
+ :
    public bbtk::AtomicBlackBox
 {
   BBTK_BLACK_BOX_INTERFACE(AxeVolume,bbtk::AtomicBlackBox);
@@ -23,14 +23,14 @@ class /*BBTK_EXPORT*/ AxeVolume
   void Process();
 
 private:
-  vtkImageData *mimage; 
+  vtkImageData *mimage;
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(AxeVolume,bbtk::AtomicBlackBox);
-  BBTK_NAME ( "AxeVolume " ) ;   
+  BBTK_NAME ( "AxeVolume" ) ;
   BBTK_AUTHOR("eduardo.davila@hotmail.com");
-  BBTK_DESCRIPTION("Axe Volume" ) ; 
-  BBTK_CATEGORY("__CATEGORY__  fltre  view  qsdflk qsdf qsdf qsf ");
+  BBTK_DESCRIPTION("Axe Volume" ) ;
+  BBTK_CATEGORY("actor");
   BBTK_INPUT(AxeVolume,In,"Size image X",vtkImageData*,"");
   BBTK_INPUT(AxeVolume,lstPointX,"List of X values", std::vector<double> ,"");
   BBTK_INPUT(AxeVolume,lstPointY,"List of Y values", std::vector<double> ,"");