Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lqr_carver_set_progress(3) [debian man page]

LQR_CARVER_SET_PROGRESS(3)				     LqR library API reference					LQR_CARVER_SET_PROGRESS(3)

NAME
lqr_carver_set_progress - set the progress report function for an LqrCarver object SYNOPSIS
#include <lqr.h> void lqr_carver_set_progress(LqrCarver* carver, LqrProgress* p); DESCRIPTION
The function lqr_carver_set_progress associates the progress indicator pointed to by progress to the LqrCarver object pointed to by carver. Progress indicators objects are created with the function lqr_progress_new(3). By default, no progress indicator is used. SEE ALSO
lqr_progress_new(3), lqr_carver_set_enl_step(3), lqr_carver_set_resize_order(3), lqr_carver_set_dump_vmaps(3), lqr_carver_set_side_switch_frequency(3), lqr_carver_set_preserve_input_image(3), lqr_carver_set_use_cache(3) COPYRIGHT
Copyright (C) 2007-2009 Carlo Baldassi LqR library 0.4.1 API (3:1:3) 10 Maj 2009 LQR_CARVER_SET_PROGRESS(3)

Check Out this Related Man Page

LQR_CARVER_SET_DUMP_VMAPS				     LqR library API reference					 LQR_CARVER_SET_DUMP_VMAPS

NAME
lqr_carver_set_dump_vmaps, lqr_carver_set_no_dump_vmaps - set the visibility maps autodump for an LqrCarver object SYNOPSIS
#include <lqr.h> void lqr_carver_set_dump_vmaps(LqrCarver* carver); void lqr_carver_set_no_dump_vmaps(LqrCarver* carver); DESCRIPTION
Invoking function lqr_carver_set_dump_vmaps over the LqrCarver object pointed to by carver has the effect of activating the automatic dumping of visibility maps at each rescale operation (which by default is turned off). Rescale operations involving both directions will dump two maps. The dumped maps will be attached to the LqrCarver object and can be accessed at any later time using the functions lqr_vmap_list_foreach(3) or a combination of lqr_vmap_list_start(3), lqr_vmap_list_current(3) and lqr_vmap_list_next(3). Using this setting is pointless if the LqrCarver object is not initialised. The function lqr_carver_set_no_dump_vmaps reverts the effect of the previous one (but the maps dumped so far will be kept). Note that it is also possible to dump the visibility maps manually; however, using the automatic dump is the only way to get intermidiate maps when the function lqr_carver_resize(3) performs the rescaling in both directions, or in more than one step. SEE ALSO
lqr_carver_init(3), lqr_carver_resize(3), lqr_carver_set_enl_step(3), lqr_carver_set_resize_order(3), lqr_carver_set_side_switch_frequency(3), lqr_carver_set_progress(3), lqr_carver_set_preserve_input_image(3), lqr_vmap_list_start(3), lqr_vmap_list_current(3), lqr_vmap_list_next(3), lqr_vmap_list_foreach(3), lqr_carver_set_use_cache(3) COPYRIGHT
Copyright (C) 2007-2009 Carlo Baldassi LqR library 0.4.1 API (3:1:3) 10 Maj 2009 LQR_CARVER_SET_DUMP_VMAPS
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

knowing progress while reading a file

Hi, I am parsing a very big file say 10 MB. It 'll take more than an hour ..I want to know the progress say in % .Is there any way to do that??? or (Is there any way to know which line of the file I am in ) (2 Replies)
Discussion started by: sakthi.abdullah
2 Replies

2. UNIX for Dummies Questions & Answers

Help analysing progress of a log file

Is it possible to track the progress of a job (informatica) by analysing the progress of it's log file ? I have a long running job, and no way of tracking how far allong it is. Thanks. (4 Replies)
Discussion started by: cosmos328is
4 Replies

3. Shell Programming and Scripting

Progress

Maybe someone know how to create something like "*". If someone uses Gentoo he must see this while emerge utility preparing an update. I mean the symbol "/" spins. (2 Replies)
Discussion started by: mirusnet
2 Replies

4. Shell Programming and Scripting

How to replace and amend value in the same time

2009/03/30 08:11:34.553 DFP 2009/03/30 08:11:36.861 PLO I want it to be 2009/03/30 09:11:34.553 DFP 2009/03/30 09:11:36.861 PLO and 2009/03/30 23:11:34.553 DFP 2009/03/30 23:11:36.861 PLO to be 2009/03/30 00:11:34.553 DFP 2009/03/30 00:11:36.861 PLO Can we use sed or... (4 Replies)
Discussion started by: lalelle
4 Replies

5. UNIX for Dummies Questions & Answers

I need a special print

I have this: \2009_may\05-04-2009\05-04-2009(74) \2009_may\05-04-2009\05-04-2009(74)\05-04-2009(74)_0-999 \2009_may\05-04-2009\05-04-2009(74)_left \2009_may\05-04-2009\05-04-2009(74)_left\05-04-2009(74) \2009_may\05-04-2009\05-04-2009(74)_right... (3 Replies)
Discussion started by: kenneth.mcbride
3 Replies

6. UNIX for Advanced & Expert Users

Command to output ones (like zero-fill), with progress indicator

Well, I was originally going to post this snippet in the original thread titled "how to output ones endlessly like /dev/zero", but that topic was closed without an efficient answer. It was difficult to find (build) a satisfactory answer to this one, so I thought I'd share it here and as a "fill... (1 Reply)
Discussion started by: Gliktch
1 Replies

7. Programming

Progress Bar using Language C ANSI

Hi everyone, I am trying to put a progress bar in the MS-DOS that indicate to the user the how is the progress of a read in one text file. Then i put: #define contador 100 char bar_porcentagem="0.0%%"; long bar_aux=0; char buffer; long i; void barra_progresso(long i,long... (3 Replies)
Discussion started by: abraao895
3 Replies

8. AIX

How to know the progress of HA C-SPOC Mirrorvg?

Hi, Anyone know how to check the progress of the HACMP C-SPOC mirror for the vg ? I know there is lsvg -l <appvg>, it show the open/stale .. but I couldn't see the progress of it. Your feedback is very appreciated. Thanks. (2 Replies)
Discussion started by: ckwan
2 Replies