X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkVectorPolyDataReader.h;h=13ba8c2929752370ca7def2cd947ac2067c1233c;hb=794bb9fced397e87bb7e93a32d31520a1dee7698;hp=393eb04cfbb2e4802a7ed2e9611982c9a418dd10;hpb=2eb6475bb4900adfa71e36c9f4e724738c3abdd5;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkVectorPolyDataReader.h b/bbtk_creaVtk_PKG/src/bbcreaVtkVectorPolyDataReader.h index 393eb04..13ba8c2 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkVectorPolyDataReader.h +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkVectorPolyDataReader.h @@ -20,6 +20,7 @@ class bbcreaVtk_EXPORT VectorPolyDataReader //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== + BBTK_DECLARE_INPUT(DirName,std::string); BBTK_DECLARE_INPUT(FileNameVector,std::vector); BBTK_DECLARE_OUTPUT(PolyDataVector,std::vector); BBTK_PROCESS(Process); @@ -34,6 +35,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(VectorPolyDataReader,bbtk::AtomicBlackBox); BBTK_AUTHOR("Info-Dev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); + BBTK_INPUT(VectorPolyDataReader,DirName,"DirectoryName",std::string,""); BBTK_INPUT(VectorPolyDataReader,FileNameVector,"String vector with the name of the .vtk files",std::vector,""); BBTK_OUTPUT(VectorPolyDataReader,PolyDataVector,"Std::vector with PolyData(s)",std::vector,""); BBTK_END_DESCRIBE_BLACK_BOX(VectorPolyDataReader);