00001 00014 /* This file is part of tclSadie. 00015 00016 tclSadie is free software; you can redistribute it and/or modify it 00017 under the terms of the GNU General Public License as published by 00018 the Free Software Foundation; either version 2 of the License, or 00019 (at your option) any later version. 00020 00021 tclSadie is distributed in the hope that it will be useful, but 00022 WITHOUT ANY WARRANTY; without even the implied warranty of 00023 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00024 General Public License for more details. 00025 00026 You should have received a copy of the GNU General Public License 00027 along with tclSadie; if not, write to the Free Software Foundation, 00028 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ 00029 00030 #ifndef TCLSADIE_ROI_H 00031 00032 #define TCLSADIE_ROI_H 1 00033 #include "project_utilities.h" 00034 00035 BEGIN_C_DECLARATIONS 00036 00038 #define ROI_PROPERTY_NAME "oldfashioned_roi_list" 00039 00040 extern void CREATE_ROI (IMAGE * in, const char * name, const char * dkey, 00041 uint32_t xbgn, uint32_t ybgn, 00042 uint32_t xend, uint32_t yend, int matrix, 00043 uint32_t inc, uint32_t nlev); 00044 00045 END_C_DECLARATIONS 00046 00047 #endif /* !TCLSADIE_ROI_H */