source: tags/initial/NTREE/ap_csp_2_gnuplot.hxx

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 607 bytes
Line 
1#define AP_AWAR_CSP             "tmp/ntree/csp_2_gnuplot"
2
3
4#define AP_AWAR_CSP_NAME        AP_AWAR_CSP "/name"
5#define AP_AWAR_CSP_ALIGNMENT   AP_AWAR_CSP "/alignment"
6
7#define AP_AWAR_CSP_SUFFIX      AP_AWAR_CSP "/filter"
8#define AP_AWAR_CSP_DIRECTORY   AP_AWAR_CSP "/directory"
9#define AP_AWAR_CSP_FILENAME    AP_AWAR_CSP "/file_name"
10#define AP_AWAR_CSP_SMOOTH      AP_AWAR_CSP "/smooth"
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 );
17
18
Note: See TracBrowser for help on using the repository browser.