]> Creatis software - creaContours.git/blobdiff - bbtk/src/bbCreaContournDimensions.cxx
*** empty log message ***
[creaContours.git] / bbtk / src / bbCreaContournDimensions.cxx
index 378f0d43accc88b99b877cf1f3d9810fe1f3483c..85b23a0fbcc9298b4ccacdf0ae1cf8b4ef36d8a9 100644 (file)
@@ -29,10 +29,10 @@ void nDimensions::Process()
 void nDimensions::CreateWidget(wxWindow* parent)
 {
        
-       vtkImageData* img = bbGetInputIn();
+       //vtkImageData* img = bbGetInputIn();
 
        std::vector<vtkImageData*> 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 );