]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdStringSelect.h
=== MAJOR RELEASE ====
[bbtk.git] / packages / std / src / bbstdStringSelect.h
index 8bafeba58e4a7fef2ec57c77cff7b3b5ea150254..9bdf09fa52b7c756e9d4b2b99c089876f7c5289b 100644 (file)
@@ -10,25 +10,25 @@ namespace bbstd
     : 
     public bbtk::AtomicBlackBox
   {
-    BBTK_USER_BLACK_BOX_INTERFACE(StringSelect,bbtk::AtomicBlackBox);
-      BBTK_DECLARE_INPUT(In,int);
-      BBTK_DECLARE_INPUT(In0,std::string);
-      BBTK_DECLARE_INPUT(In1,std::string);
-      BBTK_DECLARE_INPUT(In2,std::string);
-      BBTK_DECLARE_INPUT(In3,std::string);
-      BBTK_DECLARE_INPUT(In4,std::string);
-      BBTK_DECLARE_INPUT(In5,std::string);
-      BBTK_DECLARE_INPUT(In6,std::string);
-      BBTK_DECLARE_INPUT(In7,std::string);
-      BBTK_DECLARE_INPUT(In8,std::string);
-      BBTK_DECLARE_INPUT(In9,std::string);
-      BBTK_DECLARE_OUTPUT(Out,std::string);
+    BBTK_BLACK_BOX_INTERFACE(StringSelect,bbtk::AtomicBlackBox);
+    BBTK_DECLARE_INPUT(In,int);
+    BBTK_DECLARE_INPUT(In0,std::string);
+    BBTK_DECLARE_INPUT(In1,std::string);
+    BBTK_DECLARE_INPUT(In2,std::string);
+    BBTK_DECLARE_INPUT(In3,std::string);
+    BBTK_DECLARE_INPUT(In4,std::string);
+    BBTK_DECLARE_INPUT(In5,std::string);
+    BBTK_DECLARE_INPUT(In6,std::string);
+    BBTK_DECLARE_INPUT(In7,std::string);
+    BBTK_DECLARE_INPUT(In8,std::string);
+    BBTK_DECLARE_INPUT(In9,std::string);
+    BBTK_DECLARE_OUTPUT(Out,std::string);
     BBTK_PROCESS(DoProcess);
     void DoProcess();
-
+    
   protected:
     virtual void bbUserConstructor();
-
+    
   };
   //=======================================================================