Ejemplo n.º 1
0
""" A mostly-general Traits UI editor for viewing things in TVTK scenes.
"""

# Authors: Robert Kern <robert.kern [at] gmail.com>
#          Prabhu Ramachandran <prabhu [at] aero.iitb.ac.in>
# Copyright (c) 2007, Enthought, Inc.
# License: BSD Style.

# Import the toolkit specific version.
from enthought.tvtk.pyface.toolkit import toolkit_object
ActorEditor = toolkit_object('actor_editor:ActorEditor')
Ejemplo n.º 2
0
"""A VTK interactor scene which provides a convenient toolbar that
allows the user to set the camera view, turn on the axes indicator
etc. 
"""
# Authors: Prabhu Ramachandran <*****@*****.**>,
#          Dave Peterson <*****@*****.**>
# Copyright (c) 2006, Enthought, Inc.
# License: BSD Style.


# Import the toolkit specific version.
from enthought.tvtk.pyface.toolkit import toolkit_object
DecoratedScene = toolkit_object('decorated_scene:DecoratedScene')
Ejemplo n.º 3
0
# ------------------------------------------------------------------------------
# Copyright (c) 2005, Enthought, Inc.
# All rights reserved.
#
# This software is provided without warranty under the terms of the BSD
# license included in enthought/LICENSE.txt and may be redistributed only
# under the conditions described in the aforementioned license.  The license
# is also available online at http://www.enthought.com/licenses/BSD.txt
# Thanks for using Enthought open source!
#
# Author: Enthought, Inc.
# Description: <Enthought pyface package component>
# ------------------------------------------------------------------------------
"""A VTK interactor scene widget for the PyFace wxPython backend.  See
the class docs for more details.

"""
# Author: Prabhu Ramachandran <*****@*****.**>
# Copyright (c) 2004-2007, Enthought, Inc.
# License: BSD Style.


# Import the toolkit specific version.
from enthought.tvtk.pyface.toolkit import toolkit_object

Scene = toolkit_object("scene:Scene")
Ejemplo n.º 4
0
"""A `SceneEditor` for the `SceneModel`.
"""

# Authors: Prabhu Ramachandran <prabhu [at] aero.iitb.ac.in>
#          Robert Kern <robert.kern [at] gmail.com>
#
# Copyright (c) 2007, Enthought, Inc.
# License: BSD Style.

# Import the toolkit specific version.
from enthought.tvtk.pyface.toolkit import toolkit_object
SceneEditor = toolkit_object('scene_editor:SceneEditor')
Ejemplo n.º 5
0
"""A VTK interactor scene which provides a convenient toolbar that
allows the user to set the camera view, turn on the axes indicator
etc. 
"""
# Authors: Prabhu Ramachandran <*****@*****.**>,
#          Dave Peterson <*****@*****.**>
# Copyright (c) 2006, Enthought, Inc.
# License: BSD Style.

# Import the toolkit specific version.
from enthought.tvtk.pyface.toolkit import toolkit_object
DecoratedScene = toolkit_object('decorated_scene:DecoratedScene')
Ejemplo n.º 6
0
#------------------------------------------------------------------------------
# Copyright (c) 2005, Enthought, Inc.
# All rights reserved.
#
# This software is provided without warranty under the terms of the BSD
# license included in enthought/LICENSE.txt and may be redistributed only
# under the conditions described in the aforementioned license.  The license
# is also available online at http://www.enthought.com/licenses/BSD.txt
# Thanks for using Enthought open source!
#
# Author: Enthought, Inc.
# Description: <Enthought pyface package component>
#------------------------------------------------------------------------------
"""A VTK interactor scene widget for the PyFace wxPython backend.  See
the class docs for more details.

"""
# Author: Prabhu Ramachandran <*****@*****.**>
# Copyright (c) 2004-2007, Enthought, Inc.
# License: BSD Style.

# Import the toolkit specific version.
from enthought.tvtk.pyface.toolkit import toolkit_object

Scene = toolkit_object('scene:Scene')