lqr_vmap_get_data(3) get varous LqrVMap object quantities

SYNOPSIS


#include <lqr.h>

gint* lqr_vmap_get_data(LqrVMap* vmap);

DESCRIPTION

The function lqr_vmap_get_data returns an array with the data stored into the LqrVMap object pointed to by vmap, ordered first by row, then by column.

Reading the data requires retrieval of the other quantities, through the functions lqr_vmap_get_depth(3), lqr_vmap_get_width(3), lqr_vmap_get_height(3) and lqr_vmap_get_orientation(3).

See the LqrVMap objects format description in the page for lqr_vmap_new(3).

COPYRIGHT

Copyright © 2007-2009 Carlo Baldassi