if(currentimg != NULL){
int contourtype = bbGetInputContourType();
//wxContourMainFrame::getInstance()->getValuesXYZ(vectx, vecty, vectz, &size);
- wxContourMainFrame::getInstance()->getMaskValue(mask, value, contourtype);
+ //wxContourMainFrame::getInstance()->getMaskValue(mask, value, contourtype);
}
bbSetOutputX(vectx);
ADD_LIBRARY(${LIBRARY_NAME} STATIC ${${LIBRARY_NAME}_SOURCES})
# LINK
- TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${${LIBRARY_NAME}_LINK_LIBRARIES})
+ TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${${LIBRARY_NAME}_LINK_LIBRARIES} )
#---------------------------------------------------------------------------