]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdVectorFilterString.h
#3492 SaveLstPoints
[bbtk.git] / packages / std / src / bbstdVectorFilterString.h
index 1bccec2d631aadbdf642198c91510932b28e239d..87514f6f7756e14bd7444a0a2ad20d91567e6388 100644 (file)
@@ -44,13 +44,11 @@ class bbstd_EXPORT VectorFilterString
   BBTK_DECLARE_OUTPUT(Out8,std::vector<std::string>);
   BBTK_DECLARE_OUTPUT(Out9,std::vector<std::string>);
   BBTK_PROCESS(Process);
-  void Process();
-
-void ConnectionRepetitions( std::vector<std::string> vIn,std::vector<std::string> *vOut );
-void FilterByFindinIn0();
-void InsertStringPos();
-
-
+    void Process();
+    void ConnectionRepetitions( std::vector<std::string> vIn,std::vector<std::string> *vOut );
+    void FilterByFindinIn0();
+    void InsertStringPos();
+    void InvertLists();
 //===== 
 // 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)
 //===== 
@@ -72,7 +70,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(VectorFilterString,bbtk::AtomicBlackBox);
   BBTK_INPUT(VectorFilterString,In7,"Input vector",std::vector<std::string>,"");
   BBTK_INPUT(VectorFilterString,In8,"Input vector",std::vector<std::string>,"");
   BBTK_INPUT(VectorFilterString,In9,"Input vector",std::vector<std::string>,"");
-  BBTK_INPUT(VectorFilterString,Type,"(Default 0)  0:count connected repetitions, 1:CleaningPointsConnectTwoMesh sk1 criterium, 2: Select lines contain sk1 in In0  (the other intputs In1..In9 are afected, 3: insert string:sk1 in position:sk2 for all elements )",int,"");
+  BBTK_INPUT(VectorFilterString,Type,"(Default 0)  0:count connected repetitions, 1:CleaningPointsConnectTwoMesh sk1 criterium, 2: Select lines contain sk1 in In0  (the other intputs In1..In9 are afected, 3: insert string:sk1 in position:sk2 for all elements ),  4: Invert input lists",int,"");
   BBTK_INPUT(VectorFilterString,sk1,"constant 1",std::string,"");
   BBTK_INPUT(VectorFilterString,sk2,"constant 2",std::string,"");