]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkVectorPolyDataReader.h
#2542 creaVtk Feature New Normal - VectorPolyDataReader DirName
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkVectorPolyDataReader.h
index 393eb04cfbb2e4802a7ed2e9611982c9a418dd10..13ba8c2929752370ca7def2cd947ac2067c1233c 100644 (file)
@@ -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<std::string>);
   BBTK_DECLARE_OUTPUT(PolyDataVector,std::vector<vtkPolyData*>);
   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<std::string>,"");
   BBTK_OUTPUT(VectorPolyDataReader,PolyDataVector,"Std::vector with PolyData(s)",std::vector<vtkPolyData*>,"");
 BBTK_END_DESCRIBE_BLACK_BOX(VectorPolyDataReader);