|
|
Observation
|
#include "Label_Patcher.hh"#include "PVL.hh"#include <string>#include <iostream>#include <iomanip>#include <cstdlib>
Functions | |
| void | usage (const char *const program) |
| Must be defined by the application. | |
| int | main (int count, char **arguments) |
Variables | |
| const char * | ID = "(2.2 2020/02/14 01:17:17)" |
| Application identification name with source code version and date. | |
| const char *const | FILE_RECORDS_PARAMETER = "UNCOMPRESSED_FILE/FILE_RECORDS" |
| Names of parameters that will have their values updated. | |
| const char *const | LABEL_RECORDS_PARAMETER = "LABEL_RECORDS" |
| Names of other parameters to be accessed. | |
| const char *const *const | IMAGE_LINES_PARAMETER = "IMAGE/LINES" |
| const char *const *const *const | IMAGE_BANDS_PARAMETER = "IMAGE/BANDS" |
| void usage | ( | const char *const | program ) |
Must be defined by the application.
References BACKUP_FILENAME_SUFFIX, and BAD_SYNTAX.
| int main | ( | int | count, |
| char ** | arguments | ||
| ) |
| const char* ID = "(2.2 2020/02/14 01:17:17)" |
Application identification name with source code version and date.
| const char* const FILE_RECORDS_PARAMETER = "UNCOMPRESSED_FILE/FILE_RECORDS" |
Names of parameters that will have their values updated.
Referenced by main().
| const char* const LABEL_RECORDS_PARAMETER = "LABEL_RECORDS" |
Names of other parameters to be accessed.
| const char* const * const IMAGE_LINES_PARAMETER = "IMAGE/LINES" |
Referenced by main().
| const char* const * const * const IMAGE_BANDS_PARAMETER = "IMAGE/BANDS" |
Referenced by main().
1.7.2