fsleyes.gl.wxglscene3dcanvas¶
This module provides the WXGLScene3DCanvas class, which is a
Scene3DCanvas for use in a wx application.
-
class
fsleyes.gl.wxglscene3dcanvas.WXGLScene3DCanvas(parent, overlayList, displayCtx)[source]¶ Bases:
fsleyes.gl.scene3dcanvas.Scene3DCanvas,fsleyes.gl.WXGLCanvasTarget,__main__.MockClassThe
WXGLScene3DCanvasis aScene3DCanvas, awx.glcanvas.GLCanvasand aWXGLCanvasTarget. If you want to use aScene3DCanvasin yourwxapplication, then you should use aWXGLScene3DCanvas.-
__init__(parent, overlayList, displayCtx)[source]¶ Create a
WXGLScene3DCanvas. SeeScene3DCanvas.__init__()for details on the arguments.
-
__module__= 'fsleyes.gl.wxglscene3dcanvas'¶
-