OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
vpfdisp.h
Go to the documentation of this file.
1 
2 /*******************/
3 /* vpfdispl.h */
4 /*******************/
5 
6 #ifndef __vpfdisp_h__
7 #define __vpfdisp_h__
8 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 
16  vpf_table_type table,
17  FILE *fp );
18 
19 
20 void display_attributes( int fc,
21  ossim_int32 row,
22  library_type *library,
23  FILE *fp );
24 
25 
26 void format_date( date_type date, char *fmtdate );
27 
28 #ifdef __cplusplus
29 }
30 #endif
31 #endif /* #ifndef __vpfdisp_h__ */
void format_date(date_type date, char *fmtdate)
void vpf_display_record(row_type row, vpf_table_type table, FILE *fp)
void display_attributes(int fc, ossim_int32 row, library_type *library, FILE *fp)
char date_type[21]
Definition: vpftable.h:47
int ossim_int32