OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
vpfinit.h File Reference

Go to the source code of this file.

Functions

void vpfinit (database_type *database, library_type *library, view_type *view, map_environment_type *mapenv)
 
void free_database (database_type *database)
 
void free_library (library_type *library)
 
void free_view (view_type *view)
 
void vpfreset (database_type *database, library_type *library, view_type *view, map_environment_type *mapenv)
 
void vpfexit (database_type *database, library_type *library, view_type *view, map_environment_type *mapenv)
 
database_type init_database (char *dbpath, VPF_BOOLEAN *ok)
 
int pick_library (database_type database, char *name)
 
library_type init_library (database_type database, char *libname, VPF_BOOLEAN *ok)
 
view_type init_view (char *viewname, library_type library)
 
void set_viewing_area (library_type *library, map_environment_type *mapenv, extent_type extent)
 
void set_default_area (library_type *library, map_environment_type *mapenv, float x, float y)
 

Function Documentation

◆ free_database()

void free_database ( database_type database)

◆ free_library()

void free_library ( library_type library)

◆ free_view()

void free_view ( view_type view)

◆ init_database()

database_type init_database ( char *  dbpath,
VPF_BOOLEAN ok 
)

◆ init_library()

library_type init_library ( database_type  database,
char *  libname,
VPF_BOOLEAN ok 
)

◆ init_view()

view_type init_view ( char *  viewname,
library_type  library 
)

◆ pick_library()

int pick_library ( database_type  database,
char *  name 
)

◆ set_default_area()

void set_default_area ( library_type library,
map_environment_type mapenv,
float  x,
float  y 
)

◆ set_viewing_area()

void set_viewing_area ( library_type library,
map_environment_type mapenv,
extent_type  extent 
)

◆ vpfexit()

void vpfexit ( database_type database,
library_type library,
view_type view,
map_environment_type mapenv 
)

◆ vpfinit()

void vpfinit ( database_type database,
library_type library,
view_type view,
map_environment_type mapenv 
)

◆ vpfreset()

void vpfreset ( database_type database,
library_type library,
view_type view,
map_environment_type mapenv 
)