]> Creatis software - creaImageIO.git/blobdiff - bbtk/src/bbcreaImageIOReadImages.h
#3320 ReadImages box
[creaImageIO.git] / bbtk / src / bbcreaImageIOReadImages.h
index cb2079eece163e4f69cec943da0408ccc3f25479..74e4c0cea3bccb56fff83b228cda11b716b1ee90 100644 (file)
@@ -24,6 +24,7 @@ class bbcreaImageIO_EXPORT ReadImages
 //===== 
 // 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(Active,bool);
   BBTK_DECLARE_INPUT(DicomTags,std::vector<std::string>);
   BBTK_DECLARE_INPUT(LstNameImages,std::vector<std::string>);
   BBTK_DECLARE_OUTPUT(Out,vtkImageData*);
@@ -42,6 +43,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(ReadImages,bbtk::AtomicBlackBox);
   BBTK_DESCRIPTION("No Description.");
   BBTK_CATEGORY("empty");
 
+  BBTK_INPUT(ReadImages,Active,"(default true)  Active true/false",bool,"");
   BBTK_INPUT(ReadImages,DicomTags,"Dicom Tags (vector of Dicom tags ex: D0028_0030  D0020_0037)",std::vector<std::string>,"");
   BBTK_INPUT(ReadImages,LstNameImages,"List path to images",std::vector<std::string>,"");