class neuroglancer.UnsynchronizedViewer

Public members

UnsynchronizedViewer(**kwargs)

Initialize self. See help(type(self)) for accurate signature.

get_viewer_url()
raw_state
set_state(new_state)
txn()
retry_txn(funcretries=None)
async_screenshot(callbackinclude_depth=False...)

Captures a screenshot asynchronously.

screenshot(
    
size=Noneinclude_depth=Falsestatistics_callback=None)

Captures a screenshot synchronously.

volume_info(layer: str*...-> Future[TensorStore]
volume(layer: str*...-> Future[TensorStore]
defer_callback(callback*args**kwargs)
__repr__()

Return repr(self).