]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkPolyDataToActor.cxx
#3301 BBTK Bug New Normal - SurfaceTexture
[bbtk.git] / packages / vtk / src / bbvtkPolyDataToActor.cxx
index a0c875812132921a89eb7b11362a1b5e5f07ffce..18a442c7464e8ee87e0878792674b6660bd3f623 100644 (file)
@@ -106,8 +106,10 @@ namespace bbvtk
        
 //---------------------------------------------------------------------
 
-       void PolyDataToActor::DoProcess()
-       {
+void PolyDataToActor::DoProcess()
+{
+
+printf("EED PolyDataToActor::DoProcess Start\n");
 
 printf("EED WARNNIN!!!!! PolyDataToActor::DoProcess For better transparent ...  Clean this code in the correct part ..........\n");
 printf("EED WARNNIN!!!!! PolyDataToActor::DoProcess For better transparent ...  Clean this code in the correct part ..........\n");
@@ -200,7 +202,10 @@ printf("EED WARNNING!  PolyDataToActor::DoProcess  which is the default values o
                           bbGetInputRenderer()->RemoveActor( vtkactor );
                         }  // actorAdded
                } // Active
-       }
+
+printf("EED PolyDataToActor::DoProcess End\n");
+
+}