]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuCutModule.cxx
*** empty log message ***
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuCutModule.cxx
index cc06cf6a541183e3bdaf5011614bcebde572eb6a..ebcfce3eb7b52eacee6581911ea0d9b4c68130e2 100644 (file)
@@ -9,7 +9,6 @@ BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,CutModule)
 BBTK_BLACK_BOX_IMPLEMENTATION(CutModule,bbtk::WxBlackBox);
 void CutModule::Process()
 {
        vtkImageData* img = bbGetInputIn();
        vtkRenderWindowInteractor* interactor = bbGetInputInteractor();
        vtkRenderer* render = bbGetInputRenderer();
@@ -33,6 +32,7 @@ void CutModule::CreateWidget(wxWindow* parent)
 
        std::string path = crea::System::GetDllAppPath("bbcreaMaracasVisu.dll");
        _mainpanel = CutModelMainPanel::getInstance(parent, path);
+       _mainpanel->SetType(0);
        
    bbSetOutputWidget( _mainpanel); 
    Process();