DeviceAtlas Enterprise C API  2.0
Welcome DeviceAtlas Enterprise C API
da_status_t da_atlas_open ( da_atlas_t atlas,
da_property_decl_t extra_props,
const void *  ptr,
size_t  pos 
)

opens a previously compiled atlas for operations.

extra_props will be available in calls to da_getpropid on the atlas, and if generated by the search, the ID will be consistent across different calls to search. Properties added by a search that are neither in the compiled atlas, nor in the extra_props list Are assigned an ID within the context that is not transferrable through different search results within the same atlas.

Parameters
atlasAtlas instance
extra_propsproperties
ptrgiven pointer from previously compiled atlas
posatlas image size
Returns
status of atlas data opening