class neuroglancer.viewer_state.LocalAnnotationLayer(
    
AnnotationLayer
)

Public members

LocalAnnotationLayer(dimensions, *args, **kwargs)

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

source: LayerDataSources
annotations: List[Annotation]
annotation_properties: List[AnnotationPropertySpec]
annotationProperties: List[AnnotationPropertySpec]
annotation_relationships: List[str]
annotationRelationships: List[str]
linked_segmentation_layer: Map[str, str]
linkedSegmentationLayer: Map[str, str]
filter_by_segmentation: List[str]
filterBySegmentation: List[str]
ignore_null_segment_filter: bool
ignoreNullSegmentFilter: bool
shader: str
shader_controls: Map[str, str]
shaderControls: Map[str, str]
hide_inactive_shader_controls: bool
hideInactiveShaderControls: bool
static interpolate(a, b, t)
type: str | None
local_dimensions: CoordinateSpace
localDimensions: CoordinateSpace
local_position: NDArray[float32] | None
localPosition: NDArray[float32] | None
local_velocity: Map[str, DimensionPlaybackVelocity]
localVelocity: Map[str, DimensionPlaybackVelocity]
tab: str | None
panels: List[LayerSidePanelState]
pick: bool | None
tool_bindings: Map[str, Tool]
tool: Tool | None
to_json()
__eq__(other)

Return self==value.

__repr__()

Return repr(self).

annotation_color: str | None
annotationColor: str | None