class neuroglancer.viewer_config_state.VolumeInfo Public members¶ dimensions: CoordinateSpace order: List[int] data_type: str dataType: str chunk_shape: NDArray[int64] chunkShape: NDArray[int64] grid_origin: NDArray[int64] gridOrigin: NDArray[int64] lower_bound: NDArray[int64] lowerBound: NDArray[int64] upper_bound: NDArray[int64] upperBound: NDArray[int64] rank VolumeInfo(json_data=None, _readonly=False, **kwargs) Initialize self. See help(type(self)) for accurate signature. to_json() __eq__(other) Return self==value. __repr__() Return repr(self).