wolfhece._wolf2dresults_manager
Companion manager for Results 2D menu and actions (CPU and GPU). Extracted from PyDraw.WolfMapViewer.
- Menu architecture:
menu_build() : base “Results 2D” menu, shared between CPU and GPU results.
- menu_build_gpu_ext()extends the same menu with GPU-only items (cache, tiles,
bathymetry); must be called after menu_build().
- on_menu(event)single dispatcher for all items; GPU-specific branches are
clearly marked with # — GPU ONLY — comments.
Module Contents
- class wolfhece._wolf2dresults_manager.Wolf2DResultsManager(viewer: wolfhece.PyDraw.WolfMapViewer)[source]
Manages the Results 2D menu and all 2D result actions (CPU + GPU).
Create the base ‘Results 2D’ menu, shared between CPU and GPU.
Append GPU-only items to the existing Results 2D menu.