]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkClipPolyData.cxx
#3525 Python descrition
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkClipPolyData.cxx
index ad46cbcdb0603957b180c421a6cdf15ba0ce3730..e5b5ebdc5ee0fedce42eec5d2c5c8b557e64ae75 100644 (file)
@@ -33,8 +33,6 @@ void ClipPolyData::Process()
 //    bbSetOutputOut( bbGetInputIn() );
 //    std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
 
-    printf("EED ClipPolyData::Process Start\n");
-    
        if ((bbGetInputIn()!=NULL)  && (bbGetInputImplicitFunction()!=NULL) )
        {
                if (bbGetInputType()==0)
@@ -77,41 +75,36 @@ void ClipPolyData::Process()
 //===== 
 void ClipPolyData::bbUserSetDefaultValues()
 {
-
 //  SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX 
 //    Here we initialize the input 'In' to 0
    bbSetInputIn( NULL );
    bbSetInputType( 0 );
    bbSetInputInside( true );
    bbSetInputImplicitFunction( NULL );
-  
 }
-//===== 
+
+//=====
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //===== 
 void ClipPolyData::bbUserInitializeProcessing()
 {
-
 //  THE INITIALIZATION METHOD BODY :
 //    Here does nothing 
 //    but this is where you should allocate the internal/output pointers 
-//    if any 
-
-  
+//    if any
 }
-//===== 
+
+//=====
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //===== 
 void ClipPolyData::bbUserFinalizeProcessing()
 {
-
 //  THE FINALIZATION METHOD BODY :
 //    Here does nothing 
 //    but this is where you should desallocate the internal/output pointers 
 //    if any
-  
 }
-}
-// EO namespace bbcreaVtk
+
+// EO namespace bbcreaVtk