Provided by: liblqr-1-0-dev_0.4.1-2ubuntu1_amd64
NAME
lqr_carver_destroy - the LqrCarver object destructor
SYNOPSIS
#include <lqr.h> void lqr_carver_destroy(LqrCarver* carver);
DESCRIPTION
The function lqr_carver_destroy destroys the LqrCarver object pointed to by carver, and all of its attched components (visibility maps and attached carvers). It must never be invoked over a carver which is attached to another one. This function will not release the memory buffer passed to lqr_carver_new(3) if it was protected by calling lqr_carver_set_preserve_input_image(3).
SEE ALSO
lqr_carver_new(3), lqr_carver_set_preserve_input_image(3), lqr_vmap_destroy(3)
COPYRIGHT
Copyright © 2007-2009 Carlo Baldassi