X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=bbtk%2Fsrc%2FbbCreaContournDimensions.cxx;h=85b23a0fbcc9298b4ccacdf0ae1cf8b4ef36d8a9;hb=09430963c5bab30db53169b3c9793a6b0acbaba3;hp=378f0d43accc88b99b877cf1f3d9810fe1f3483c;hpb=e785187cf74e53b8bb771614da6bc763448ceb80;p=creaContours.git diff --git a/bbtk/src/bbCreaContournDimensions.cxx b/bbtk/src/bbCreaContournDimensions.cxx index 378f0d4..85b23a0 100644 --- a/bbtk/src/bbCreaContournDimensions.cxx +++ b/bbtk/src/bbCreaContournDimensions.cxx @@ -29,10 +29,10 @@ void nDimensions::Process() void nDimensions::CreateWidget(wxWindow* parent) { - vtkImageData* img = bbGetInputIn(); + //vtkImageData* img = bbGetInputIn(); std::vector selectedimages; - selectedimages.push_back(img); + //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 );