- class neuroglancer.UnsynchronizedViewer
Public members¶
- UnsynchronizedViewer(**kwargs)
Initialize self. See help(type(self)) for accurate signature.
- txn()
-
async_screenshot(callback, include_depth=
False
, ...) Captures a screenshot asynchronously.
-
screenshot(
size=None
, include_depth=False
, statistics_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).