cedalion.vis.anatomy.optode_selector
Classes
|
A class for visualizing point clouds with interactive features in PyVista. |
- class cedalion.vis.anatomy.optode_selector.OptodeSelector(surface, points, normals=None, plotter=None, labels=None)[source]
Bases:
objectA class for visualizing point clouds with interactive features in PyVista.
This class provides functionality to visualize and interact with labeled point clouds using a PyVista plotter. It allows points to be dynamically added or removed by picking them directly from the plot interface.
- labels[source]
Labels corresponding to the points, displayed if provided.
- Type:
list of str, optional
- actors[source]
List of PyVista actor objects representing the points in the visualization.
- Type:
list
- color[source]
Default color for points if not specified by point type.
- Type:
str or tuple, optional
- Initial Contributors:
Masha Iudina | mashayudi@gmail.com | 2024