PK
lqr_vmap_get_data
lqr_vmap_get_data — get varous LqrVMap object quantities
LqrVMap
#include <lqr.h>
gint* lqr_vmap_get_data(
)
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.
vmap
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).
lqr_vmap_get_depth
lqr_vmap_get_width
lqr_vmap_get_height
lqr_vmap_get_orientation
See the LqrVMap objects format description in the page for lqr_vmap_new(3).
lqr_vmap_new
lqr_vmap_new(3), lqr_vmap_get_depth(3), lqr_vmap_get_width(3), lqr_vmap_get_height(3), lqr_vmap_get_orientation(3)