From 45d51a63a5ac0bc99466d9df185b079884c7d6f6 Mon Sep 17 00:00:00 2001 From: Juan Prieto Date: Thu, 11 Jun 2009 11:51:16 +0000 Subject: [PATCH] *** empty log message *** --- bbtk/src/bbCreaContournDimensions.cxx | 34 +++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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 = "<