X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fappli%2FbbCreateBox%2Ftemplate_standard.xml;h=44b70b6d995b9aaf13030e478785570168dbc4e7;hb=096a21d40a50066c9f7eebc4489b76f7430e2b63;hp=8d727e5229df85e4c3cfa13d3531480bc3b4814d;hpb=33a15f915c9d96f737939d9fdb2946b4c3f4157b;p=bbtk.git diff --git a/kernel/appli/bbCreateBox/template_standard.xml b/kernel/appli/bbCreateBox/template_standard.xml index 8d727e5..44b70b6 100644 --- a/kernel/appli/bbCreateBox/template_standard.xml +++ b/kernel/appli/bbCreateBox/template_standard.xml @@ -38,10 +38,12 @@ # (the one provided in the attribute 'name' of the tag ) # * TYPE is the C++ type of the input/output # (the one provided in the attribute 'type' of the tag ) -
+  
+  
     bbSetOutputOut( bbGetInputIn() );
     std::cout << "Here I am !" << std::endl;
-  
+
+
#============================================================================ #============================================================================ @@ -51,18 +53,25 @@ # This is also where you should allocate the output pointers
     bbSetInputIn(0);
-  
+ + # THE COPY-CONSTRUCTION METHOD BODY : # Here does nothing # But this is where you should allocate the output pointers if any # and copy the pointed values (to avoid bug caused by multiple references) -
-  
+ +
+  
+  
+
# THE DESTRUCTION METHOD BODY : # Here does nothing # but this is where you should desallocate the output pointers if any -
-  
+ + +
+  
+
#============================================================================ #============================================================================