OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
vpfutil
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
9
#include <
ossim/vpfutil/vpfview.h
>
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
15
void
vpf_display_record
(
row_type
row,
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__ */
format_date
void format_date(date_type date, char *fmtdate)
column_type
Definition:
vpftable.h:87
vpf_display_record
void vpf_display_record(row_type row, vpf_table_type table, FILE *fp)
vpf_table_type
Definition:
vpftable.h:103
library_type
Definition:
vpfview.h:110
display_attributes
void display_attributes(int fc, ossim_int32 row, library_type *library, FILE *fp)
vpfview.h
date_type
char date_type[21]
Definition:
vpftable.h:47
ossim_int32
int ossim_int32
Definition:
ossimConstants.h:234
Generated on Fri Aug 3 2018 08:46:55 for OSSIM - Open Source Software Image Map by
1.8.14