Last change
on this file since 13431 was 13431, checked in by Jens Buss, 13 years ago |
deleted WriteAllPixelTemplateToCSV
|
File size:
413 bytes
|
Line | |
---|
1 | #ifndef SAVETOCSV_H
|
---|
2 | #define SAVETOCSV_H
|
---|
3 |
|
---|
4 | void
|
---|
5 | WritePixelTemplateToCsv(
|
---|
6 | TString path,
|
---|
7 | const char* csv_file_name,
|
---|
8 | const char* overlay_method,
|
---|
9 | int pixel,
|
---|
10 | int verbosityLevel
|
---|
11 | );
|
---|
12 |
|
---|
13 | TString
|
---|
14 | BuildPath(
|
---|
15 | TString path,
|
---|
16 | const char* csv_file_name,
|
---|
17 | int pixel
|
---|
18 | );
|
---|
19 | #endif // SAVETOCSV_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.