]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuAxeVolume.h
no message
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuAxeVolume.h
index 50486798db2a506213abd033a81e2228d173190e..4e0cb05a6b84ca1921672a442448d2156ce9f55c 100644 (file)
@@ -9,18 +9,10 @@ namespace bbcreaMaracasVisu
 {
 
 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(bbtk::BlackBox::Pointer);
-/// 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> );
@@ -31,14 +23,14 @@ virtual void bbUserDestructor();
   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__");
+  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> ,"");