]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuReadAxisTree3D.cxx
addition of file
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuReadAxisTree3D.cxx
index 317c922ef2ada0f64d9009e3c68022a45710f120..058093dbbbd41fd3b65e3833965e7a26782cff32 100644 (file)
@@ -32,7 +32,8 @@ void ReadAxisTree3D::Process()
 //    * TYPE is the C++ type of the input/output
 //      (the one provided in the attribute 'type' of the tag 'input')
 
-
+       printf("EED ReadAxisTree3D::Process start \n");
+       
        std::vector< std::vector<std::string> * > tlst;
        
        int i;
@@ -71,6 +72,8 @@ void ReadAxisTree3D::Process()
        i=7; if (i<=bbGetInputDimension()) { bbSetOutputlstData7( *(tlst[i-1]) ); }
        i=8; if (i<=bbGetInputDimension()) { bbSetOutputlstData8( *(tlst[i-1]) ); }
        i=9; if (i<=bbGetInputDimension()) { bbSetOutputlstData9( *(tlst[i-1]) ); }
+
+       printf("EED ReadAxisTree3D::Process end \n");
        
 }