/*STATICCONTOURS*/
CREACONTOUR_NUMBEROFCONTOURSSTATIC = "NumberOfContoursStatic";
+ TEMPIMPORTOSIRIXFILE = "";
#ifdef WIN32
TEMPIMPORTOSIRIXFILE.append("\\data\\TEMPIMPORTOSIRIXFILE.roi");
#else
- TEMPIMPORTOSIRIXFILE = "./data/TEMPIMPORTOSIRIXFILE";
+ char * pPath;
+ pPath = getenv ("HOME");
+
+ if(pPath){
+ TEMPIMPORTOSIRIXFILE.append(pPath);
+ }else{
+ TEMPIMPORTOSIRIXFILE.append(".");
+ }
+ TEMPIMPORTOSIRIXFILE.append("/.creaContourDataTemp/TEMPIMPORTOSIRIXFILE.roi");
#endif
}