X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FTestWxGimmickReaderDialog%2Fmain.cxx;h=45c72d69daadde5abd1005ea23bcc43a0060bb7c;hb=5f0d57f0a807cd98517209050192d24d189033ba;hp=105f796c54bbcede631af2f569de6dcdad161d80;hpb=45e8123561479c77ffffbcd3a6453f9dd4d12169;p=creaImageIO.git diff --git a/appli/TestWxGimmickReaderDialog/main.cxx b/appli/TestWxGimmickReaderDialog/main.cxx index 105f796..45c72d6 100644 --- a/appli/TestWxGimmickReaderDialog/main.cxx +++ b/appli/TestWxGimmickReaderDialog/main.cxx @@ -24,10 +24,10 @@ bool myApp::OnInit( ) #endif wxInitAllImageHandlers(); - /* - creaImageIO::SetGimmickMessageLevel(9); - creaImageIO::SetGimmickDebugMessageLevel(9); - */ + + creaImageIO::SetGimmickMessageLevel(5); + creaImageIO::SetGimmickDebugMessageLevel(0); + int min_dim = GIMMICK_2D_IMAGE_SELECTION; int max_dim = GIMMICK_3D_IMAGE_SELECTION; @@ -38,7 +38,7 @@ bool myApp::OnInit( ) -1, _T("Select image(s) - Gimmick! (c) CREATIS-LRMN 2008"), wxDefaultPosition, - wxSize(1200,800), + wxSize(635,750), min_dim, max_dim, output_dim, @@ -61,9 +61,10 @@ bool myApp::OnInit( ) //Puts images std::vector images; - w.GetSelectedImages(images,output_dim); - - crea::VtkBasicSlicer(images.front()); + w.GetSelectedImages(images,output_dim); + std::cout<Delete(); w.OnExit();