Skip to content
Neuroglancer
neuroglancer.viewer_config_state.LayerSelectionState
Initializing search
    neuroglancer
    • User Guide
    • Concepts
    • Data sources
    • JSON API
    • Python API
    neuroglancer
      • Navigation
      • Coordinate spaces
      • Data view
      • Layer
    • Data sources
      • API Reference
      • API Reference
        • Core
        • Viewer state
        • Viewer Config state
          • CSegmentIdMapEntry
          • Flayer_selected_value
          • CLayerSelectionState
            • Public members
              • Plocal_position
              • Pvalue
          • CLayerSelectionState
            • Public members
              • Plocal_position
              • Pvalue
          • CLayerSelectedValues
          • CPanelResolutionData
          • CLayerResolutionData
          • CScreenshotResolutionMetadata
          • CScreenshotReply
          • CAggregateChunkSourceStatistics
          • CChunkSourceStatistics
          • CScreenshotStatistics
          • CActionState
          • CActions
          • CInputEventBindings
          • CPrefetchState
          • CScaleBarOptions
          • CVolumeInfo
          • CVolumeRequest
          • CConfigState
        • Exposing local data as data source
        • Credentials
        • Capturing Screenshots
        • Server
        • Utilities
    • Public members
    class neuroglancer.viewer_config_state.LayerSelectionState

    Public members¶

    local_position: NDArray[float32] | None
    value: None | Number | SegmentIdMapEntry
    LayerSelectionState(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).

    Back to top
    Previous neuroglancer.viewer_config_state.layer_selected_value
    Next neuroglancer.viewer_config_state.LayerSelectionState.local_position
    © Copyright 2021 The Neuroglancer Authors.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial