]> Creatis software - creaContours.git/blobdiff - bbtk/src/bbCreaContournDimensions.cxx
For the new BBTK Version
[creaContours.git] / bbtk / src / bbCreaContournDimensions.cxx
index 4a81cfa2d9b1a25b9a84d83f2876d6c2e068675d..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