X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuAxeVolume.h;h=dad2bd5ea75b94cc15fcc5727cabcf1e63c7b854;hb=f010d4e7f1754243c513cc659372169c42560d5f;hp=50486798db2a506213abd033a81e2228d173190e;hpb=de5cb63cdc23317a114c77f7b6184126d7988508;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuAxeVolume.h b/bbtk/src/bbmaracasvisuAxeVolume.h index 5048679..dad2bd5 100644 --- a/bbtk/src/bbmaracasvisuAxeVolume.h +++ b/bbtk/src/bbmaracasvisuAxeVolume.h @@ -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(bbtk::BlackBox::Pointer); -/// User callback called in the box destructor -virtual void bbUserDestructor(); -//================================================================== BBTK_DECLARE_INPUT( In , vtkImageData * ); BBTK_DECLARE_INPUT( lstPointX , std::vector ); BBTK_DECLARE_INPUT( lstPointY , std::vector ); @@ -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 ,""); BBTK_INPUT(AxeVolume,lstPointY,"List of Y values", std::vector ,"");