X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuAxeVolume.h;h=4e0cb05a6b84ca1921672a442448d2156ce9f55c;hb=4aa1dc840aa9d3b26a4880227e4ce82a6046b2c5;hp=d1a8a43dd3a80516276b426840b7bc09e7fcdc89;hpb=738e5bef4c52a1f25013e598a008a81f20fc6f63;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuAxeVolume.h b/bbtk/src/bbmaracasvisuAxeVolume.h index d1a8a43..4e0cb05 100644 --- a/bbtk/src/bbmaracasvisuAxeVolume.h +++ b/bbtk/src/bbmaracasvisuAxeVolume.h @@ -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__"); + 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 ,""); BBTK_INPUT(AxeVolume,lstPointY,"List of Y values", std::vector ,"");