Skip to content
Snippets Groups Projects
Commit dc41b18e authored by Timothée Couble's avatar Timothée Couble
Browse files

Merge branch 'refact/useNewLVCoreVTKModules' into 'master'

[refact] Update applogic with new LVCore vtk modules

See merge request !167
parents 7533b004 2642ec82
1 merge request!167[refact] Update applogic with new LVCore vtk modules
Pipeline #323988 passed
......@@ -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):
......
Subproject commit d972b4734c9317af0fa176d761bd0902930fa5e3
Subproject commit 86202bc0cf5583d3488bf9f1dceee62fbff7f3d4
Subproject commit 787f628fe6a622a534d86c726a2af890df84cd8e
Subproject commit faf5b2aab5652ca4fd18cc1d422290c161699f7f
Subproject commit 295384649e28fa2420c654d162988ea006146216
Subproject commit 40861fdadc953cf5f5be132aa3e84a6e093c7002
Subproject commit 1018ed767c9c2d3fbec36a8e78ac5e5a5d977652
Subproject commit 3651711a872ecfe2d87a17966ba62cecd29a0467
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment