]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdVectorFilterString.cxx
#3267 BBTK Feature New Normal - VectorFilterString Box
[bbtk.git] / packages / std / src / bbstdVectorFilterString.cxx
index 23adb9d14197dfa08339e8b498f6eb526cbccb4c..7b5da8bb009aca6816f382b410a884c025785b5f 100644 (file)
@@ -31,6 +31,8 @@ void VectorFilterString::ConnectionRepetitions( std::vector<std::string> vIn,std
        vOut->push_back(std::to_string(acum));
 }
 
+
+
 void VectorFilterString::Process()
 {
 
@@ -83,7 +85,6 @@ void VectorFilterString::Process()
                bbSetOutputOut9( vOut9 );
        }
 
-       
 
 }
 //===== 
@@ -95,7 +96,8 @@ void VectorFilterString::bbUserSetDefaultValues()
 //  SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX 
 //    Here we initialize the input 'In' to 0
    bbSetInputType(0);
-  
+   bbSetInputsk1("");
+   bbSetInputsk2("");
 }
 //===== 
 // 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)