]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuAxeVolume.h
*** empty log message ***
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuAxeVolume.h
index 7a573e2cb94a022233eea02f04db92d2866aaad0..dad2bd5ea75b94cc15fcc5727cabcf1e63c7b854 100644 (file)
@@ -13,14 +13,6 @@ class /*BBTK_EXPORT*/ AxeVolume
    public bbtk::AtomicBlackBox
 {
   BBTK_BLACK_BOX_INTERFACE(AxeVolume,bbtk::AtomicBlackBox);
-//==================================================================
-/// User callback called in the box contructor
-virtual void bbUserConstructor();
-/// User callback called in the box copy constructor
-virtual void bbUserCopyConstructor();
-/// User callback called in the box destructor
-virtual void bbUserDestructor();
-//==================================================================
   BBTK_DECLARE_INPUT( In , vtkImageData * );
   BBTK_DECLARE_INPUT( lstPointX , std::vector<double> );
   BBTK_DECLARE_INPUT( lstPointY , std::vector<double> );
@@ -35,10 +27,10 @@ private:
 };
 
 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__");
+  BBTK_DESCRIPTION("Axe Volume" ) ; 
+  BBTK_CATEGORY("__CATEGORY__  fltre  view  qsdflk qsdf qsdf qsf ");
   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> ,"");