NaviNIBS.Navigator.GUI.Widgets.SurfViews module¶
- class NaviNIBS.Navigator.GUI.Widgets.SurfViews.SurfSliceView(normal='x', label=None, cameraOffsetDist=100, session=None, sliceOrigin=None, doShowScalarBar=False, backgroundColor='#000000', activeSurf='gmSurf', slicePlotMethod='cameraClippedVolume', doLayeredPlotters=True, opacity=0.5, surfColor='#d9a5b2', surfOpacity=0.5)[source]¶
Bases:
MRISliceView
- Parameters:
_normal
_label
_cameraOffsetDist
_session
_sliceOrigin
_doShowScalarBar
_backgroundColor
_activeSurf
_slicePlotMethod
_doLayeredPlotters
_opacity
_surfColor
_surfOpacity
- _activeSurf: str | List[str]¶
- _doLayeredPlotters: bool¶
- property wdgt: QWidget¶
- Return type:
QWidget
- property plotter: RemotePrimaryLayeredPlotterProxy¶
- Return type:
- property activeSurf¶
- class NaviNIBS.Navigator.GUI.Widgets.SurfViews.Surf3DView(normal='x', label=None, cameraOffsetDist=100, session=None, sliceOrigin=None, doShowScalarBar=False, backgroundColor='#000000', activeSurf='gmSurf', slicePlotMethod='cameraClippedVolume', opacity=0.5, surfColor='#d9a5b2', surfOpacity=1.0, doLayeredPlotters=False, pickableSurfs=None)[source]¶
Bases:
SurfSliceView
- Parameters:
_normal
_label
_cameraOffsetDist
_session
_sliceOrigin
_doShowScalarBar
_backgroundColor
_activeSurf
_slicePlotMethod
_opacity
_surfColor
_surfOpacity
_doLayeredPlotters
_pickableSurfs
- _pickableSurfs: list[str] | None¶