Skip to content
Neuroglancer
neuroglancer.viewer_state.MeshSilhouetteRenderingTool
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
          • C SidePanelLocation
          • C ToolPalette
          • C SelectedLayerState
          • C StatisticsDisplayState
          • C LayerSidePanelState
          • C LayerListPanelState
          • C HelpPanelState
          • C DimensionPlaybackVelocity
          • C CoordinateSpaceTransform
          • C LayerDataSubsource
          • C LayerDataSource
          • C LayerDataSources
          • C InvlerpParameters
          • C TransferFunctionParameters
          • C SkeletonRenderingOptions
          • C StarredSegments
          • C VisibleSegments
          • C PointAnnotation
          • C LineAnnotation
          • C PolyLineAnnotation
          • C AxisAlignedBoundingBoxAnnotation
          • C EllipsoidAnnotation
          • C AnnotationPropertySpec
          • C Layers
          • C LinkedType
          • C LinkedPosition
          • C LinkedZoomFactor
          • C LinkedDepthRange
          • C LinkedOrientationState
          • C CrossSection
          • C CrossSectionMap
          • C DataPanelLayout
          • C StackLayout
          • F row_layout
          • F column_layout
          • C LayerGroupViewer
          • C ViewerState
          • C Annotation
          • Segment sets
          • URL representation
          • Coordinate space
          • Layers
          • Tools
            • C Tool
            • C LayerTool
            • C PlacePointTool
            • C PlaceLineTool
            • C PlaceBoundingBoxTool
            • C PlaceEllipsoidTool
            • C PlacePolylineTool
            • C BlendTool
            • C OpacityTool
            • C VolumeRenderingTool
            • C VolumeRenderingGainTool
            • C VolumeRenderingDepthSamplesTool
            • C CrossSectionRenderScaleTool
            • C SelectedAlphaTool
            • C NotSelectedAlphaTool
            • C ObjectAlphaTool
            • C HideSegmentZeroTool
            • C HoverHighlightTool
            • C BaseSegmentColoringTool
            • C IgnoreNullVisibleSetTool
            • C ColorSeedTool
            • C SegmentDefaultColorTool
            • C MeshRenderScaleTool
            • C MeshSilhouetteRenderingTool
              • Public members
                • A TOOL_TYPE
            • C MeshSilhouetteRenderingTool
              • Public members
                • A TOOL_TYPE
            • C SaturationTool
            • C SkeletonRenderingMode2dTool
            • C SkeletonRenderingMode3dTool
            • C SkeletonRenderingLineWidth2dTool
            • C SkeletonRenderingLineWidth3dTool
            • C ShaderControlTool
            • C MergeSegmentsTool
            • C SplitSegmentsTool
            • C SelectSegmentsTool
            • C DimensionTool
        • Viewer Config state
        • Exposing local data as data source
        • Credentials
        • Capturing Screenshots
        • Server
        • Utilities
    • Public members
    class neuroglancer.viewer_state.MeshSilhouetteRenderingTool(
        
    LayerTool
    )

    Public members¶

    TOOL_TYPE: str = "meshSilhouetteRendering"
    layer: str | None

    Name of the layer to which this tool applies.

    type: str
    MeshSilhouetteRenderingTool(*args, **kwargs)

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

    static MeshSilhouetteRenderingTool(cls, json_data=None, ...)

    Coerces the argument to a Tool.

    to_json()
    __eq__(other)

    Return self==value.

    __repr__()

    Return repr(self).

    © Copyright 2021 The Neuroglancer Authors.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial