Gui::View3DInventorPy Class Reference

#include <View3DPy.h>

Public Types

using BaseType = Py::PythonExtension< View3DInventorPy >
 

Public Member Functions

Py::Object addDraggerCallback (const Py::Tuple &)
 
Py::Object addEventCallback (const Py::Tuple &)
 
Py::Object addEventCallbackPivy (const Py::Tuple &)
 
Py::Object boxZoom (const Py::Tuple &, const Py::Dict &)
 
Py::Object cast_to_base (const Py::Tuple &)
 
Py::Object dump (const Py::Tuple &)
 
Py::Object dumpNode (const Py::Tuple &)
 
Py::Object fitAll (const Py::Tuple &)
 
Py::Object getActiveObject (const Py::Tuple &)
 
Py::Object getattr (const char *)
 
Py::Object getCamera (const Py::Tuple &)
 
Py::Object getCameraNode (const Py::Tuple &)
 
Py::Object getCameraOrientation (const Py::Tuple &)
 
Py::Object getCameraType (const Py::Tuple &)
 
Py::Object getCornerCrossSize (const Py::Tuple &args)
 
Py::Object getCursorPos (const Py::Tuple &)
 
Py::Object getNavigationType (const Py::Tuple &)
 
Py::Object getObjectInfo (const Py::Tuple &)
 
Py::Object getObjectsInfo (const Py::Tuple &)
 
Py::Object getPointOnFocalPlane (const Py::Tuple &)
 
Py::Object getPointOnScreen (const Py::Tuple &)
 
Py::Object getSceneGraph (const Py::Tuple &)
 
Py::Object getSize (const Py::Tuple &)
 
Py::Object getStereoType (const Py::Tuple &)
 
View3DInventorgetView3DIventorPtr ()
 
Py::Object getViewDirection (const Py::Tuple &)
 
Py::Object getViewer (const Py::Tuple &)
 
Py::Object getViewProvidersOfType (const Py::Tuple &)
 
Py::Object graphicsView (const Py::Tuple &args)
 
Py::Object hasAxisCross (const Py::Tuple &)
 
Py::Object hasClippingPlane (const Py::Tuple &args)
 
Py::Object isAnimationEnabled (const Py::Tuple &)
 
Py::Object isCornerCrossVisible (const Py::Tuple &args)
 
Py::Object isPopupMenuEnabled (const Py::Tuple &)
 
Py::Object listCameraTypes (const Py::Tuple &)
 
Py::Object listNavigationTypes (const Py::Tuple &)
 
Py::Object listStereoTypes (const Py::Tuple &)
 
Py::Object projectPointToLine (const Py::Tuple &)
 
Py::Object redraw (const Py::Tuple &)
 
Py::Object removeAnnotation (const Py::Tuple &)
 
Py::Object removeDraggerCallback (const Py::Tuple &)
 
Py::Object removeEventCallback (const Py::Tuple &)
 
Py::Object removeEventCallbackPivy (const Py::Tuple &)
 
Py::Object repr ()
 
Py::Object saveImage (const Py::Tuple &)
 
Py::Object saveVectorGraphic (const Py::Tuple &)
 
Py::Object setActiveObject (const Py::Tuple &)
 
Py::Object setAnimationEnabled (const Py::Tuple &)
 
Py::Object setAnnotation (const Py::Tuple &)
 
int setattr (const char *, const Py::Object &)
 
Py::Object setAxisCross (const Py::Tuple &)
 
Py::Object setCamera (const Py::Tuple &)
 
Py::Object setCameraOrientation (const Py::Tuple &)
 
Py::Object setCameraType (const Py::Tuple &)
 
Py::Object setCornerCrossSize (const Py::Tuple &args)
 
Py::Object setCornerCrossVisible (const Py::Tuple &args)
 
Py::Object setName (const Py::Tuple &)
 
Py::Object setNavigationType (const Py::Tuple &)
 
Py::Object setPopupMenuEnabled (const Py::Tuple &)
 
Py::Object setStereoType (const Py::Tuple &)
 
Py::Object setViewDirection (const Py::Tuple &)
 
Py::Object startAnimating (const Py::Tuple &)
 
Py::Object stopAnimating (const Py::Tuple &)
 
Py::Object toggleClippingPlane (const Py::Tuple &args, const Py::Dict &)
 
 View3DInventorPy (View3DInventor *vi)
 
Py::Object viewBottom (const Py::Tuple &)
 
Py::Object viewDefaultOrientation (const Py::Tuple &)
 
Py::Object viewDimetric (const Py::Tuple &)
 
Py::Object viewFront (const Py::Tuple &)
 
Py::Object viewIsometric (const Py::Tuple &)
 
Py::Object viewLeft (const Py::Tuple &)
 
Py::Object viewPosition (const Py::Tuple &)
 
Py::Object viewRear (const Py::Tuple &)
 
Py::Object viewRight (const Py::Tuple &)
 
Py::Object viewRotateLeft (const Py::Tuple &)
 
Py::Object viewRotateRight (const Py::Tuple &)
 
Py::Object viewTop (const Py::Tuple &)
 
Py::Object viewTrimetric (const Py::Tuple &)
 
Py::Object zoomIn (const Py::Tuple &)
 
Py::Object zoomOut (const Py::Tuple &)
 
 ~View3DInventorPy ()
 

Static Public Member Functions

static void init_type ()
 

Member Typedef Documentation

◆ BaseType

using Gui::View3DInventorPy::BaseType = Py::PythonExtension<View3DInventorPy>

Constructor & Destructor Documentation

◆ View3DInventorPy()

View3DInventorPy::View3DInventorPy ( View3DInventor vi)

◆ ~View3DInventorPy()

View3DInventorPy::~View3DInventorPy ( )

Member Function Documentation

◆ addDraggerCallback()

Py::Object View3DInventorPy::addDraggerCallback ( const Py::Tuple &  args)

◆ addEventCallback()

Py::Object View3DInventorPy::addEventCallback ( const Py::Tuple &  args)

◆ addEventCallbackPivy()

Py::Object View3DInventorPy::addEventCallbackPivy ( const Py::Tuple &  args)

◆ boxZoom()

Py::Object View3DInventorPy::boxZoom ( const Py::Tuple &  args,
const Py::Dict &  kwds 
)

◆ cast_to_base()

Py::Object View3DInventorPy::cast_to_base ( const Py::Tuple &  )

◆ dump()

Py::Object View3DInventorPy::dump ( const Py::Tuple &  args)

◆ dumpNode()

Py::Object View3DInventorPy::dumpNode ( const Py::Tuple &  args)

◆ fitAll()

Py::Object View3DInventorPy::fitAll ( const Py::Tuple &  args)

◆ getActiveObject()

Py::Object View3DInventorPy::getActiveObject ( const Py::Tuple &  args)

◆ getattr()

Py::Object View3DInventorPy::getattr ( const char *  attr)

◆ getCamera()

Py::Object View3DInventorPy::getCamera ( const Py::Tuple &  args)

◆ getCameraNode()

Py::Object View3DInventorPy::getCameraNode ( const Py::Tuple &  args)

◆ getCameraOrientation()

Py::Object View3DInventorPy::getCameraOrientation ( const Py::Tuple &  args)

◆ getCameraType()

Py::Object View3DInventorPy::getCameraType ( const Py::Tuple &  args)

◆ getCornerCrossSize()

Py::Object View3DInventorPy::getCornerCrossSize ( const Py::Tuple &  args)

◆ getCursorPos()

Py::Object View3DInventorPy::getCursorPos ( const Py::Tuple &  args)

References getView3DIventorPtr().

Referenced by init_type().

◆ getNavigationType()

Py::Object View3DInventorPy::getNavigationType ( const Py::Tuple &  )

◆ getObjectInfo()

◆ getObjectsInfo()

◆ getPointOnFocalPlane()

Py::Object View3DInventorPy::getPointOnFocalPlane ( const Py::Tuple &  args)

◆ getPointOnScreen()

Py::Object View3DInventorPy::getPointOnScreen ( const Py::Tuple &  args)

◆ getSceneGraph()

Py::Object View3DInventorPy::getSceneGraph ( const Py::Tuple &  args)

◆ getSize()

Py::Object View3DInventorPy::getSize ( const Py::Tuple &  args)

◆ getStereoType()

Py::Object View3DInventorPy::getStereoType ( const Py::Tuple &  args)

References getView3DIventorPtr(), and getViewer().

Referenced by init_type().

◆ getView3DIventorPtr()

◆ getViewDirection()

Py::Object View3DInventorPy::getViewDirection ( const Py::Tuple &  args)

◆ getViewer()

Py::Object View3DInventorPy::getViewer ( const Py::Tuple &  args)

◆ getViewProvidersOfType()

Py::Object View3DInventorPy::getViewProvidersOfType ( const Py::Tuple &  args)

◆ graphicsView()

Py::Object View3DInventorPy::graphicsView ( const Py::Tuple &  args)

◆ hasAxisCross()

Py::Object View3DInventorPy::hasAxisCross ( const Py::Tuple &  args)

◆ hasClippingPlane()

Py::Object View3DInventorPy::hasClippingPlane ( const Py::Tuple &  args)

◆ init_type()

◆ isAnimationEnabled()

Py::Object View3DInventorPy::isAnimationEnabled ( const Py::Tuple &  args)

◆ isCornerCrossVisible()

Py::Object View3DInventorPy::isCornerCrossVisible ( const Py::Tuple &  args)

◆ isPopupMenuEnabled()

Py::Object View3DInventorPy::isPopupMenuEnabled ( const Py::Tuple &  args)

◆ listCameraTypes()

Py::Object View3DInventorPy::listCameraTypes ( const Py::Tuple &  args)

Referenced by init_type().

◆ listNavigationTypes()

Py::Object View3DInventorPy::listNavigationTypes ( const Py::Tuple &  )

◆ listStereoTypes()

Py::Object View3DInventorPy::listStereoTypes ( const Py::Tuple &  args)

Referenced by init_type().

◆ projectPointToLine()

Py::Object View3DInventorPy::projectPointToLine ( const Py::Tuple &  args)

◆ redraw()

Py::Object View3DInventorPy::redraw ( const Py::Tuple &  args)

◆ removeAnnotation()

Py::Object View3DInventorPy::removeAnnotation ( const Py::Tuple &  args)

◆ removeDraggerCallback()

Py::Object View3DInventorPy::removeDraggerCallback ( const Py::Tuple &  args)

◆ removeEventCallback()

Py::Object View3DInventorPy::removeEventCallback ( const Py::Tuple &  args)

◆ removeEventCallbackPivy()

Py::Object View3DInventorPy::removeEventCallbackPivy ( const Py::Tuple &  args)

◆ repr()

Py::Object View3DInventorPy::repr ( )

References getView3DIventorPtr().

◆ saveImage()

◆ saveVectorGraphic()

Py::Object View3DInventorPy::saveVectorGraphic ( const Py::Tuple &  args)

◆ setActiveObject()

Py::Object View3DInventorPy::setActiveObject ( const Py::Tuple &  args)

◆ setAnimationEnabled()

Py::Object View3DInventorPy::setAnimationEnabled ( const Py::Tuple &  args)

◆ setAnnotation()

Py::Object View3DInventorPy::setAnnotation ( const Py::Tuple &  args)

◆ setattr()

int View3DInventorPy::setattr ( const char *  attr,
const Py::Object &  value 
)

References getView3DIventorPtr().

◆ setAxisCross()

Py::Object View3DInventorPy::setAxisCross ( const Py::Tuple &  args)

◆ setCamera()

Py::Object View3DInventorPy::setCamera ( const Py::Tuple &  args)

◆ setCameraOrientation()

Py::Object View3DInventorPy::setCameraOrientation ( const Py::Tuple &  args)

◆ setCameraType()

Py::Object View3DInventorPy::setCameraType ( const Py::Tuple &  args)

◆ setCornerCrossSize()

Py::Object View3DInventorPy::setCornerCrossSize ( const Py::Tuple &  args)

◆ setCornerCrossVisible()

Py::Object View3DInventorPy::setCornerCrossVisible ( const Py::Tuple &  args)

◆ setName()

Py::Object View3DInventorPy::setName ( const Py::Tuple &  args)

References getView3DIventorPtr().

Referenced by init_type().

◆ setNavigationType()

Py::Object View3DInventorPy::setNavigationType ( const Py::Tuple &  args)

◆ setPopupMenuEnabled()

Py::Object View3DInventorPy::setPopupMenuEnabled ( const Py::Tuple &  args)

◆ setStereoType()

Py::Object View3DInventorPy::setStereoType ( const Py::Tuple &  args)

◆ setViewDirection()

Py::Object View3DInventorPy::setViewDirection ( const Py::Tuple &  args)

◆ startAnimating()

Py::Object View3DInventorPy::startAnimating ( const Py::Tuple &  args)

◆ stopAnimating()

Py::Object View3DInventorPy::stopAnimating ( const Py::Tuple &  args)

◆ toggleClippingPlane()

Py::Object View3DInventorPy::toggleClippingPlane ( const Py::Tuple &  args,
const Py::Dict &  kwds 
)

◆ viewBottom()

Py::Object View3DInventorPy::viewBottom ( const Py::Tuple &  args)

◆ viewDefaultOrientation()

◆ viewDimetric()

Py::Object View3DInventorPy::viewDimetric ( const Py::Tuple &  args)

◆ viewFront()

Py::Object View3DInventorPy::viewFront ( const Py::Tuple &  args)

◆ viewIsometric()

Py::Object View3DInventorPy::viewIsometric ( const Py::Tuple &  args)

◆ viewLeft()

Py::Object View3DInventorPy::viewLeft ( const Py::Tuple &  args)

◆ viewPosition()

◆ viewRear()

Py::Object View3DInventorPy::viewRear ( const Py::Tuple &  args)

◆ viewRight()

Py::Object View3DInventorPy::viewRight ( const Py::Tuple &  args)

◆ viewRotateLeft()

Py::Object View3DInventorPy::viewRotateLeft ( const Py::Tuple &  args)

◆ viewRotateRight()

Py::Object View3DInventorPy::viewRotateRight ( const Py::Tuple &  args)

◆ viewTop()

Py::Object View3DInventorPy::viewTop ( const Py::Tuple &  args)

◆ viewTrimetric()

Py::Object View3DInventorPy::viewTrimetric ( const Py::Tuple &  args)

◆ zoomIn()

Py::Object View3DInventorPy::zoomIn ( const Py::Tuple &  args)

◆ zoomOut()

Py::Object View3DInventorPy::zoomOut ( const Py::Tuple &  args)

The documentation for this class was generated from the following files: