Man Linux: Main Page and Category List

NAME

       lqr_carver_get_orientation - get the orientation of a LqrCarver object

SYNOPSIS

       #include <lqr.h>

       gint lqr_carver_get_orientation(LqrCarver* carver);

DESCRIPTION

       The function lqr_carver_get_orientation returns the current orientation
       of the visibility map internal to the LqrCarver object pointed to by
       carver, which is 0 if the last rescale operation has been in the
       horizontal direction, 1 if it has been in the vertical direction.

SEE ALSO

       lqr_carver_get_width(3), lqr_carver_get_height(3),
       lqr_carver_get_ref_width(3), lqr_carver_get_ref_height(3),
       lqr_carver_get_channels(3), lqr_carver_get_col_depth(3),
       lqr_carver_set_enl_step(3), lqr_carver_resize(3),
       lqr_carver_get_enl_step(3), lqr_vmap_get_orientation(3)

COPYRIGHT

       Copyright © 2007-2009 Carlo Baldassi

                                                  LQR_CARVER_GET_ORIENTATION()