Skip to content

Speedup by disabling some arrays if no spreadsheet

Gabriel Devillers requested to merge feature/AdvancedArrays into master

This require first this lidarview-core!21 (merged) to be merged in LVCore

This will speedup both pcap reading and stream listening, when spreadsheet is hidden.

Some arrays are now classified as "Advanced". The property panel gives access to this option. Indeed, it makes little sense to propagate some arrays for which it is hard to give a colorscheme (for instance binary flags).

This "Advanced" option is automatically enabled:

  • when the spreadsheet is opened
  • when a vtkLidarProvided is instantiated while the spreadsheet is open

@nick.laurenson Could you review ?

Merge request reports