table of contents
other versions
- wheezy 0.4.1-2
LQR_VMAP_LOAD(3) | LqR library API reference | LQR_VMAP_LOAD(3) |
NAME¶
lqr_vmap_load - load an LqrVMap object into an LqrCarver objectSYNOPSIS¶
#include <lqr.h>
LqrRetVal
lqr_vmap_load(LqrCarver* carver,
LqrVMap* vmap);
DESCRIPTION¶
The function lqr_vmap_load loads the visibility map contained in the LqrVMap object pointed to by vmap in the LqrCarver object pointed to by carver. It can only be called over uninitialised carver objects, therefore care must be taken not to exceed the loaded map depth when resizing (see the LqrVMap objects format description in the page for lqr_vmap_new(3)).¶
The return value follows the Liquid Rescale library signalling system.SEE ALSO¶
COPYRIGHT¶
Copyright © 2007-2009 Carlo Baldassi10 Maj 2009 | LqR library 0.4.1 API (3:1:3) |