robynsb / interactive-track-and-trace

BSD 2-Clause "Simplified" License
0 stars 3 forks source link

swap visualization techniques #18

Closed djairoh closed 3 months ago

djairoh commented 4 months ago

implement a hook to switch between layers on the go. Likely will require sharing vtkPolydata and/or vtkPoints between layers.

djairoh commented 4 months ago

similarly but not identically; add functionality to switch between different types of channel modulation (within one layer). Actually this might be a bigger challenge than the swapping of layers;

Either way this is going to involve another callback.