MeVisLab Scripting Reference
SoOrthoView2DWrapper Class Reference

Inherits QObject.

Public Slots

SoView2DWrapperaxial ()
 
SoView2DWrappercoronal ()
 
SoView2DWrappersagittal ()
 

Detailed Description

A class that wraps SoOrthoView2D modules for use in Python.

Allows access to the component view wrappers.

Note
You get this wrapper by calling .object() on a SoOrthoView2D module:
wrapper = ctx.module("SoOrthoView2D").object()

Member Function Documentation

◆ axial

SoView2DWrapper* SoOrthoView2DWrapper::axial ( )
slot

Access to the axial view.

◆ coronal

SoView2DWrapper* SoOrthoView2DWrapper::coronal ( )
slot

Access to the coronal view.

◆ sagittal

SoView2DWrapper* SoOrthoView2DWrapper::sagittal ( )
slot

Access to the sagittal view.