napari.layers¶
Layers are the viewable objects that can be added to a viewer.
Custom layers must inherit from Layer and pass along the visual node to the super constructor.
Classes
| Labels (or segmentation) layer. | |
| Base layer class. | |
| Points layer. | |
| Shapes layer. | |
| Surface layer renders meshes onto the canvas. | |
| Tracks layer. | |
| Vectors layer renders lines onto the canvas. | 
Functions