LQR_VMAP_GET_DATA(3)

NAME

lqr_vmap_get_data - 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).

SEE ALSO

lqr_vmap_new(3), lqr_vmap_get_depth(3), lqr_vmap_get_width(3), lqr_vmap_get_height(3), lqr_vmap_get_orientation(3)

COPYRIGHT

Copyright (C) 2007-2009 Carlo Baldassi
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout