Refactoring of ckt in lidarview codebase
LidarView still have some ctk code since paraview 5.3 version that was copied here. The concern are on files located at ApplicationComponents/ctk/
.
Here is an overview of the situation:
-
Remove ctkDoubleRangeSlider
- Still used in lidarview codebase (and other ctk classes) could be replaced by
pqDoubleRangeSliderPropertyWidget
. -
These classes were not used by ParaView. Use pqDoubleRangeSliderPropertyWidget instead.
- Still used in lidarview codebase (and other ctk classes) could be replaced by
-
Remove ctkCoreExport
,ctkPimpl
,ctkRangeSlider
,ctkValueProxy
andctkWidgetsExport
- All used by
ctkDoubleRangeSlider
- All used by
Edited by Timothée Couble