source: branches/port5/NTREE/ap_csp_2_gnuplot.hxx

Last change on this file was 5390, checked in by westram, 17 years ago
  • TAB-Ex
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 968 bytes
Line 
1#define AP_AWAR_CSP                         "tmp/ntree/csp_2_gnuplot"
2#define AP_AWAR_CSP_NAME                    AP_AWAR_CSP "/name"
3#define AP_AWAR_CSP_ALIGNMENT               AP_AWAR_CSP "/alignment"
4#define AP_AWAR_CSP_SUFFIX                  AP_AWAR_CSP "/filter"
5#define AP_AWAR_CSP_DIRECTORY               AP_AWAR_CSP "/directory"
6#define AP_AWAR_CSP_FILENAME                AP_AWAR_CSP "/file_name"
7#define AP_AWAR_CSP_SMOOTH                  AP_AWAR_CSP "/smooth"
8#define AP_AWAR_CSP_SMOOTH_GNUPLOT          AP_AWAR_CSP "/smooth_gnuplot"
9#define AP_AWAR_CSP_GNUPLOT_OVERLAY_PREFIX  AP_AWAR_CSP "/gnuplot_overlay_prefix"
10#define AP_AWAR_CSP_GNUPLOT_OVERLAY_POSTFIX AP_AWAR_CSP "/gnuplot_overlay_postfix"
11
12#define AP_AWAR_FILTER_NAME      AP_AWAR_CSP "/ap_filter/name"
13#define AP_AWAR_FILTER_ALIGNMENT AP_AWAR_CSP "/ap_filter/alignment"
14#define AP_AWAR_FILTER_FILTER    AP_AWAR_CSP "/ap_filter/filter"
15
16AW_window *AP_open_csp_2_gnuplot_window( AW_root *root );
Note: See TracBrowser for help on using the repository browser.