viewer

class granoo3.lib.viewer

Bases: Boost.Python.instance

utility singleton class for granoo viewer

Methods Summary

close(arg1)

close viewer

get()

get the singleton instance

show(arg1)

show granoo-viewer in the current thread (it blocks execution)

show_bg(arg1)

show granoo-viewer in a different thread (as detached process)

update(arg1)

force updating the viewer window

Methods Documentation

close((viewer)arg1) None[STATIC]

close viewer

static get() viewer[STATIC]

get the singleton instance

show((viewer)arg1) None[STATIC]

show granoo-viewer in the current thread (it blocks execution)

show_bg((viewer)arg1) None[STATIC]

show granoo-viewer in a different thread (as detached process)

update((viewer)arg1) None[STATIC]

force updating the viewer window