X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbCreaContournDimensions.cxx;fp=bbtk%2Fsrc%2FbbCreaContournDimensions.cxx;h=536f1bfff4e83ac11077d6633548fb0e461ceaa8;hb=45d51a63a5ac0bc99466d9df185b079884c7d6f6;hp=80c5189a0f36bbb11ba78b9f1d655336f69f6e61;hpb=dd37352176e025305d9ff9f00077d7dc45356e76;p=creaContours.git diff --git a/bbtk/src/bbCreaContournDimensions.cxx b/bbtk/src/bbCreaContournDimensions.cxx index 80c5189..536f1bf 100644 --- a/bbtk/src/bbCreaContournDimensions.cxx +++ b/bbtk/src/bbCreaContournDimensions.cxx @@ -7,7 +7,7 @@ BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaContours,nDimensions) BBTK_BLACK_BOX_IMPLEMENTATION(nDimensions,bbtk::WxBlackBox); void nDimensions::Process() { - + double **vectx, **vecty, **vectz; std::vector< void * > vectortemp; @@ -28,9 +28,9 @@ void nDimensions::Process() if(currentimg != NULL){ - int contourtype = bbGetInputContourType(); + int contourtype = bbGetInputContourType(); //wxContourMainFrame::getInstance()->getValuesXYZ(vectx, vecty, vectz, &size); - wxContourMainFrame::getInstance()->getMaskValue(mask, value, contourtype); + wxContourMainFrame::getInstance()->getMaskValue(mask, value, contourtype); } bbSetOutputX(vectx); @@ -42,18 +42,18 @@ void nDimensions::Process() } void nDimensions::CreateWidget(wxWindow* parent) { - + //vtkImageData* img = bbGetInputIn(); std::vector selectedimages; //selectedimages.push_back(img); //wxFrame* frame1 = new wxFrame(parent, wxID_ANY, wxT("ROI Application - Evaluation version, 23 Oct 2008 "), wxPoint(400,50), wxSize(800, 600) ); - //frame = wxContourMainFrame::getInstance(frame1, wxID_ANY, wxString(_T("")), wxPoint(100,50), wxSize(800, 600), selectedimages ); - //new wxContourMainFrame( frame1, wxID_ANY, _T(""), wxPoint(50,50), wxSize(800, 600),selectedimages ); + //frame = wxContourMainFrame::getInstance(frame1, wxID_ANY, wxString(_T("")), wxPoint(100,50), wxSize(800, 600), selectedimages ); + //new wxContourMainFrame( frame1, wxID_ANY, _T(""), wxPoint(50,50), wxSize(800, 600),selectedimages ); //frame1->CreateStatusBar(); - //bbSetOutputWidget( frame1 ); -std::string path=""; + //bbSetOutputWidget( frame1 ); +std::string path="."; #ifdef WIN32 char currentPath[_MAX_PATH]; HMODULE hand = GetModuleHandle("bbcreaContours"); @@ -67,26 +67,26 @@ std::string path=""; wxPanel* panel = wxContourMainFrame::getInstance(parent, wxID_ANY, wxString(_T("")), wxPoint(100,50), wxSize(800, 600), selectedimages,wxDEFAULT_FRAME_STYLE | wxSUNKEN_BORDER,path ); wxContourMainFrame::getInstance()->ShowToolsPanel(false); //std::cout<<"creaContours = "<