File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212# Local application imports
1313from .config import *
1414from .vtk_protocol import VtkView
15- from .rpc .viewer .protocols import Viewer
16- from .rpc .mesh .protocols import Mesh
17- from .rpc .model .protocols import Model
15+ from .rpc .viewer .protocols import VtkViewerView
16+ from .rpc .mesh .protocols import VtkMeshView
17+ from .rpc .model .protocols import VtkModelView
1818
1919
2020# =============================================================================
@@ -50,9 +50,9 @@ def initialize(self):
5050
5151 # Custom API
5252 self .registerVtkWebProtocol (VtkView ())
53- self .registerVtkWebProtocol (Viewer ())
54- self .registerVtkWebProtocol (Mesh ())
55- self .registerVtkWebProtocol (Model ())
53+ self .registerVtkWebProtocol (VtkViewerView ())
54+ self .registerVtkWebProtocol (VtkMeshView ())
55+ self .registerVtkWebProtocol (VtkModelView ())
5656
5757 # tell the C++ web app to use no encoding.
5858 # ParaViewWebPublishImageDelivery must be set to decode=False to match.
You can’t perform that action at this time.
0 commit comments