]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdGetVectorElement.h
*** MAJOR CHANGE *** NOT WORKING YET !!!
[bbtk.git] / packages / std / src / bbstdGetVectorElement.h
index d49110e97408d25befb1a4a5b7cd5970578aba43..438caea889e0b99ae21f732cd6e6fb96e75ae18c 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbstdGetVectorElement.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/12 08:55:21 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2009/05/14 14:43:38 $
+  Version:   $Revision: 1.5 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -48,7 +48,6 @@ namespace bbstd
     BBTK_DECLARE_OUTPUT(Out,T);
     BBTK_PROCESS(DoIt);
     void DoIt(); 
-    virtual void bbUserConstructor();
   };
   //=================================================================
 
@@ -81,7 +80,21 @@ namespace bbstd
 
   //=================================================================  
   template <class T>
-  void GetVectorElement<T>::bbUserConstructor()
+  void GetVectorElement<T>::bbUserSetDefaultValues()
+  {
+
+  }
+  //=================================================================
+  //=================================================================  
+  template <class T>
+  void GetVectorElement<T>::bbUserInitializeProcessing()
+  {
+
+  }
+  //=================================================================
+  //=================================================================  
+  template <class T>
+  void GetVectorElement<T>::bbUserFinalizeProcessing()
   {
 
   }