From 270d5ddc31c26b62379e3caa9044dd75ccc71847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Sun, 4 Mar 2018 10:20:27 +0100 Subject: New upstream version 0.7.0+dfsg --- doc/source/modules/gui/plot3d/scenewindow.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/source/modules/gui/plot3d/scenewindow.rst (limited to 'doc/source/modules/gui/plot3d/scenewindow.rst') diff --git a/doc/source/modules/gui/plot3d/scenewindow.rst b/doc/source/modules/gui/plot3d/scenewindow.rst new file mode 100644 index 0000000..ee6a59b --- /dev/null +++ b/doc/source/modules/gui/plot3d/scenewindow.rst @@ -0,0 +1,22 @@ +.. currentmodule:: silx.gui.plot3d.SceneWindow + + +:mod:`SceneWindow`: 3D data viewer window +========================================= + +.. automodule:: silx.gui.plot3d.SceneWindow + +.. image:: img/SceneWindow.png + :height: 150px + :align: center + +For sample code using :class:`SceneWindow`, see ``plot3dSceneWindow.py`` in :ref:`plot3d-sample-code`. + +See :class:`~silx.gui.plot3d.SceneWidget.SceneWidget` for the API to manage the visualized 3D data. + +:class:`SceneWindow` +-------------------- + +.. autoclass:: SceneWindow + :show-inheritance: + :members: -- cgit v1.2.3