File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525)
2626
2727from pan3d .ui .css import base , preview
28- from pan3d .ui .vtk_view import Pan3DView
2928from pan3d .utils .convert import to_float , to_image
3029from pan3d .utils .presets import PRESETS , set_preset
30+ from pan3d .widgets .pan3d_view import Pan3DView
3131from trame .app import get_server
3232from trame .decorators import TrameApp , change
3333from trame .ui .vuetify3 import VAppLayout
Original file line number Diff line number Diff line change 2525)
2626from pan3d .ui .layouts import StandardExplorerLayout
2727from pan3d .ui .preview import RenderingSettings
28- from pan3d .ui .vtk_view import Pan3DView
2928from pan3d .utils .common import Explorer
3029from pan3d .utils .convert import to_float
30+ from pan3d .widgets .pan3d_view import Pan3DView
3131from pan3d .xarray .algorithm import vtkXArrayRectilinearSource
3232from trame .decorators import change
3333from trame .widgets import html
Original file line number Diff line number Diff line change 2525
2626from pan3d .ui .contour import ContourRenderingSettings
2727from pan3d .ui .layouts import StandardExplorerLayout
28- from pan3d .ui .vtk_view import Pan3DView
2928from pan3d .utils .common import Explorer
3029from pan3d .utils .convert import to_float
30+ from pan3d .widgets .pan3d_view import Pan3DView
3131from pan3d .xarray .algorithm import vtkXArrayRectilinearSource
3232from trame .decorators import change
3333
Original file line number Diff line number Diff line change 2020from pan3d .filters .globe import ProjectToSphere
2121from pan3d .ui .globe import GlobeRenderingSettings
2222from pan3d .ui .layouts import StandardExplorerLayout
23- from pan3d .ui .vtk_view import Pan3DView
2423from pan3d .utils .common import Explorer
2524from pan3d .utils .globe import get_continent_outlines , get_globe , get_globe_textures
25+ from pan3d .widgets .pan3d_view import Pan3DView
2626from pan3d .xarray .algorithm import vtkXArrayRectilinearSource
2727from trame .decorators import change
2828
Original file line number Diff line number Diff line change 2626
2727from pan3d .ui .layouts import StandardExplorerLayout
2828from pan3d .ui .slicer import SliceRenderingSettings
29- from pan3d .ui .vtk_view import Pan3DView
3029from pan3d .utils .common import Explorer
30+ from pan3d .widgets .pan3d_view import Pan3DView
3131from pan3d .xarray .algorithm import vtkXArrayRectilinearSource
3232from trame .decorators import change
3333from trame .widgets import html
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515
1616from pan3d .ui .layouts import StandardExplorerLayout
1717from pan3d .ui .preview import RenderingSettings
18- from pan3d .ui .vtk_view import Pan3DView
1918from pan3d .utils .common import Explorer
2019from pan3d .utils .convert import to_float
20+ from pan3d .widgets .pan3d_view import Pan3DView
2121from pan3d .xarray .algorithm import vtkXArrayRectilinearSource
2222from trame .decorators import change
2323
Original file line number Diff line number Diff line change 11from pan3d .ui .css import base , vtk_view
22from pan3d .utils .constants import VIEW_UPS
3- from trame .decorators import TrameApp , change
3+ from trame .decorators import change
44from trame .widgets import html
55from trame .widgets import vtk as vtkw
66from trame .widgets import vtklocal as wasm
77from trame .widgets import vuetify3 as v3
88
99
10- @TrameApp ()
1110class Pan3DView (html .Div ):
1211 def __init__ (
1312 self ,
You can’t perform that action at this time.
0 commit comments