AODataLoadBasic

Loads an AO database from a file.

Synopsis

#include "ao.h"  
int AODataLoadBasic(Viewer viewer,AOData *aoout)
Collective on Viewer

Input Parameters

viewer -the binary file containing the data

Output Parameter

aoout -the new database

Options Database Keys

-ao_data_view - Prints entire database at the conclusion of AODataLoadBasic()
-ao_data_view_info - Prints info about database at the conclusion of AODataLoadBasic()

Keywords

AOData, create, load, basic

See Also

AODataSegmentAdd(), AODataDestroy(), AODataCreateBasic(), AODataView()

Level:intermediate
Location:src/dm/ao/impls/basic/aodatabasic.c
AO Index
Table of Contents