lqr_vmap_get_data(3) debian man page | unix.com

Man Page: lqr_vmap_get_data

Operating Environment: debian

Section: 3

LQR_VMAP_GET_DATA(3)					     LqR library API reference					      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 LqR library 0.4.1 API (3:1:3) 10 Maj 2009 LQR_VMAP_GET_DATA(3)
Related Man Pages
lqrimagetype(3) - debian
lqr_carver_get_image_type(3) - debian
lqr_carver_get_ref_width(3) - debian
lqr_carver_new(3) - debian
lqr_vmap_list_foreach(3) - debian
Similar Topics in the Unix Linux Community
awk group by