From: Juan Prieto Date: Tue, 26 May 2009 14:05:20 +0000 (+0000) Subject: For the new BBTK Version X-Git-Tag: EED.02Oct2009~25 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=60b52441cfaace2c530f9d46ce959b84162e674e;p=creaContours.git For the new BBTK Version --- diff --git a/bbtk/src/bbCreaContournDimensions.cxx b/bbtk/src/bbCreaContournDimensions.cxx index 4a81cfa..dde333b 100644 --- a/bbtk/src/bbCreaContournDimensions.cxx +++ b/bbtk/src/bbCreaContournDimensions.cxx @@ -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 diff --git a/bbtk/src/bbCreaContournDimensions.h b/bbtk/src/bbCreaContournDimensions.h index ada4f5d..86e8e23 100644 --- a/bbtk/src/bbCreaContournDimensions.h +++ b/bbtk/src/bbCreaContournDimensions.h @@ -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*);