Skip to content
Snippets Groups Projects

[refact] Update applogic with new LVCore vtk modules

Merged Timothée Couble requested to merge refact/useNewLVCoreVTKModules into master
Files
5
@@ -32,7 +32,11 @@ from PythonQt.paraview import NetworkConfig, TransformConfig
# import the vtk wrapping of the Lidar Plugin
# this enable to get the specific vtkObject behind a proxy via GetClientSideObject()
# without this plugin, GetClientSideObject(), would return the first mother class known by paraview
import LidarPlugin.LidarCore # NOQA
import lidarview.modules.lvCommonCore
import lidarview.modules.lvIOCore
import lidarview.modules.lvIOGeolocation
import lidarview.modules.lvIONetwork
import lidarview.modules.lvIOLidar
class AppLogic(object):
Loading