]> Creatis software - creaContours.git/commitdiff
For the new BBTK Version
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Tue, 26 May 2009 14:05:20 +0000 (14:05 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Tue, 26 May 2009 14:05:20 +0000 (14:05 +0000)
bbtk/src/bbCreaContournDimensions.cxx
bbtk/src/bbCreaContournDimensions.h

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
index ada4f5d822cd19435247e9268f3d8d38eac78c2c..86e8e23fd09cc9a2321386fb94ae43657ddb78e2 100644 (file)
@@ -22,13 +22,7 @@ class /*BBTK_EXPORT*/ nDimensions
    public bbtk::WxBlackBox
 {
   BBTK_BLACK_BOX_INTERFACE(nDimensions,bbtk::WxBlackBox);
-//==================================================================
-/// User callback called in the box contructor
-virtual void bbUserConstructor();
-/// User callback called in the box copy constructor
-virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer);
-/// User callback called in the box destructor
-virtual void bbUserDestructor();
+
 //==================================================================
   BBTK_DECLARE_INPUT(WorkDir,std::string);
   BBTK_DECLARE_INPUT(In,vtkImageData*);