Go to the source code of this file.
|
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) |
|
◆ free_database()
◆ free_library()
◆ free_view()
◆ init_database()
◆ init_library()
◆ init_view()
◆ pick_library()
◆ set_default_area()
◆ set_viewing_area()
◆ vpfexit()
◆ vpfinit()
◆ vpfreset()