]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkClipPolyData.cxx
#3526 Active option in HausdorffDistancePointSetFilter box
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkClipPolyData.cxx
index 428518edc8e5cf10de744229585875ae9a5ec7dd..e5b5ebdc5ee0fedce42eec5d2c5c8b557e64ae75 100644 (file)
@@ -32,7 +32,7 @@ void ClipPolyData::Process()
 
 //    bbSetOutputOut( bbGetInputIn() );
 //    std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
-  
+
        if ((bbGetInputIn()!=NULL)  && (bbGetInputImplicitFunction()!=NULL) )
        {
                if (bbGetInputType()==0)
@@ -75,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