]> Creatis software - creaContours.git/blobdiff - bbtk/src/bbCreaContournDimensions.cxx
For the new BBTK Version
[creaContours.git] / bbtk / src / bbCreaContournDimensions.cxx
index f9764d2ca99af92ba4f5b64b1201904cc22748ff..dde333b68011e0c931ca2f1a2a810574761fb5d2 100644 (file)
@@ -74,20 +74,21 @@ std::string path="";
     
   
 }
-void nDimensions::bbUserConstructor()
+//-----------------------------------------------------------------    
+void nDimensions::bbUserSetDefaultValues()
 {
-
        bbSetInputContourType(0);
-       bbSetInputIn(NULL);
-
+       bbSetInputIn(NULL);   
 }
-void nDimensions::bbUserCopyConstructor(bbtk::BlackBox::Pointer)
-{
 
+//-----------------------------------------------------------------    
+void nDimensions::bbUserInitializeProcessing()
+{
 }
-void nDimensions::bbUserDestructor()
+
+//-----------------------------------------------------------------    
+void nDimensions::bbUserFinalizeProcessing()
 {
-       wxContourMainFrame::resetInstance();
 }
 }
 // EO namespace bbCreaContour