X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuAxeVolume.h;h=4e0cb05a6b84ca1921672a442448d2156ce9f55c;hb=0738bcbc9e571daa06e0249bc9d9b8c42b30cecf;hp=870c105677e774cb3751621c7f652f77d6adafbd;hpb=4c0b672320742ea3ced419ca0354b50c7c1f2915;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuAxeVolume.h b/bbtk/src/bbmaracasvisuAxeVolume.h index 870c105..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,13 +23,13 @@ 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_DESCRIPTION("Axe Volume" ) ; BBTK_CATEGORY("actor"); BBTK_INPUT(AxeVolume,In,"Size image X",vtkImageData*,""); BBTK_INPUT(AxeVolume,lstPointX,"List of X values", std::vector ,"");