MCPcopy Create free account

hub / github.com/alembic/abcview / types & classes

Types & classes76 in github.com/alembic/abcview

↓ 12 callersClassSession
AbcView API Session object. Top level container layer that holds properties and child session or scene objects. De/serialization layer f
python/AbcView/lib/abcview/io.py:702
↓ 9 callersClassidict
Dict-like class that supports the notion of local vs. inherited properties. Property values are first looked for in local, then inherited.
python/AbcView/lib/abcview/io.py:94
↓ 4 callersClassScene
Represents a single item in an AbcView file (either .abc or .io file)
python/AbcView/lib/abcview/io.py:341
↓ 3 callersClassAbcViewError
python/AbcView/lib/abcview/io.py:81
↓ 3 callersClassEditableTreeWidgetItem
python/AbcView/lib/abcview/widget/tree_widget.py:246
↓ 3 callersClassGLCamera
Adds OpenGL methods to io.Camera objects. Each Camera object contains a number of AbcOpenGL camera children, one for each GLWidget
python/AbcView/lib/abcview/gl.py:393
↓ 3 callersClassGLScene
GL wrapper for Scene objects.
python/AbcView/lib/abcview/gl.py:660
↓ 3 callersClassGLWidget
AbcView OpenGL Widget. Basic usage :: >>> create_viewer_app("file.abc") or inside a larger Qt application :: >>> view
python/AbcView/lib/abcview/widget/viewer_widget.py:473
↓ 3 callersClassSceneTreeWidgetItem
python/AbcView/lib/abcview/widget/tree_widget.py:421
↓ 3 callersClassSceneWrapper
AbcOpenGL::SceneWrapper wrapper class that sets some default values.
python/AbcView/lib/abcview/gl.py:164
↓ 3 callersClassSessionTreeWidgetItem
python/AbcView/lib/abcview/widget/tree_widget.py:379
↓ 2 callersClassApp
QApplication subclass that emits a "startup" signal after the event loop has started. This may trigger deferred file loading, among other
python/AbcView/lib/abcview/app.py:1495
↓ 2 callersClassObjectTreeWidgetItem
python/AbcView/lib/abcview/widget/tree_widget.py:186
↓ 2 callersClassPropertyTreeWidgetItem
python/AbcView/lib/abcview/widget/tree_widget.py:281
↓ 1 callersClassAbcConsoleWidget
Simple PyQt-based Python interpreter widget with predefined alembic contexts.
python/AbcView/lib/abcview/widget/console_widget.py:47
↓ 1 callersClassAbcGLCamera
AbcOpenGL::GLCamera wrapper class that sets some default values.
python/AbcView/lib/abcview/gl.py:239
↓ 1 callersClassAbcMenuBar
python/AbcView/lib/abcview/app.py:192
↓ 1 callersClassAbcView
Main application. The best way to instantiate this class is to use the :py:func:`.create_app` function.
python/AbcView/lib/abcview/app.py:458
↓ 1 callersClassArrayThread
Simple Qthread that emits values from a (long) array. Takes a QWidget parent, an array and a max number of elements to emit as arguments
python/AbcView/lib/abcview/widget/tree_widget.py:59
↓ 1 callersClassArrayTreeWidget
python/AbcView/lib/abcview/widget/tree_widget.py:992
↓ 1 callersClassArrayTreeWidgetItem
python/AbcView/lib/abcview/widget/tree_widget.py:371
↓ 1 callersClassCameraTreeWidgetItem
python/AbcView/lib/abcview/widget/tree_widget.py:231
↓ 1 callersClassFindLineEdit
Auto-unfocus line editor used for search bar.
python/AbcView/lib/abcview/app.py:394
↓ 1 callersClassGLICamera
GL wrapper for ICamera objects
python/AbcView/lib/abcview/gl.py:576
↓ 1 callersClassGLSplitter
python/AbcView/lib/abcview/widget/viewer_widget.py:170
↓ 1 callersClassGLState
Global GL viewer state manager. Manages list of Cameras and Scenes, which can be shared between viewers.
python/AbcView/lib/abcview/widget/viewer_widget.py:175
↓ 1 callersClassIArchive
Alembic::IArchive wrapper class that sets some default values.
python/AbcView/lib/abcview/gl.py:114
↓ 1 callersClassMatchPathSeparator
bin/AbcView/ObjectTreeWidget.cpp:6
↓ 1 callersClassObjectTreeWidget
python/AbcView/lib/abcview/widget/tree_widget.py:694
↓ 1 callersClassPropertyTreeWidget
python/AbcView/lib/abcview/widget/tree_widget.py:921
↓ 1 callersClassQScriptAction
python/AbcView/lib/abcview/app.py:152
↓ 1 callersClassSampleTreeWidget
python/AbcView/lib/abcview/widget/tree_widget.py:965
↓ 1 callersClassSampleTreeWidgetItem
python/AbcView/lib/abcview/widget/tree_widget.py:333
↓ 1 callersClassSceneLineEditor
Top-level delegate for SceneTreeWidgetItems, used on the name column to facilitate scene renaming.
python/AbcView/lib/abcview/widget/tree_widget.py:100
↓ 1 callersClassSlider
python/AbcView/lib/abcview/widget/time_slider.py:45
↓ 1 callersClassSplash
AbcView splash screen.
python/AbcView/lib/abcview/app.py:409
↓ 1 callersClassTimeSlider
python/AbcView/lib/abcview/widget/time_slider.py:159
↓ 1 callersClassstdoutProxy
python/AbcView/lib/abcview/widget/console_widget.py:221
ClassABC_OPENGL_EXPORT
lib/AbcOpenGL/ICurvesDrw.h:49
ClassABC_OPENGL_EXPORT
lib/AbcOpenGL/GLCamera.h:46
ClassABC_OPENGL_EXPORT
lib/AbcOpenGL/IXformDrw.h:52
ClassABC_OPENGL_EXPORT
lib/AbcOpenGL/IObjectDrw.h:52
ClassABC_OPENGL_EXPORT
lib/AbcOpenGL/IPolyMeshDrw.h:50
ClassABC_OPENGL_EXPORT
lib/AbcOpenGL/SceneWrapper.h:54
ClassABC_OPENGL_EXPORT
lib/AbcOpenGL/IPointsDrw.h:50
ClassABC_OPENGL_EXPORT
lib/AbcOpenGL/Scene.h:56
ClassABC_OPENGL_EXPORT
lib/AbcOpenGL/MeshDrwHelper.h:54
ClassABC_OPENGL_EXPORT
lib/AbcOpenGL/INuPatchDrw.h:49
ClassABC_OPENGL_EXPORT
lib/AbcOpenGL/ISubDDrw.h:50
ClassAbcTreeWidget
python/AbcView/lib/abcview/widget/tree_widget.py:466
ClassAbcTreeWidgetItem
Base class from which all other tree widgets are derived.
python/AbcView/lib/abcview/widget/tree_widget.py:113
ClassBase
python/AbcView/lib/abcview/io.py:165
ClassCamera
AbcView API Camera object. Camera attributes are not animatable as opposed to Alembic ICamera attributes. Acting de/serialization layer
python/AbcView/lib/abcview/io.py:508
ClassCameraBase
Base class for camera objects.
python/AbcView/lib/abcview/io.py:382
ClassDeselectableTreeWidget
python/AbcView/lib/abcview/widget/tree_widget.py:461
ClassDrawContext
-
lib/AbcOpenGL/DrawContext.h:46
ClassDrawable
- What can a drawable do? Obviously, it can draw! It can tell you a set of times that it has samples for.
lib/AbcOpenGL/Drawable.h:50
ClassEditableMixin
Some convenience methods for classes that have high-level properties, and responsible for setting contextual overrides.
python/AbcView/lib/abcview/io.py:283
ClassFileBase
python/AbcView/lib/abcview/io.py:196
ClassGLCameraMixin
GL wrapper for Camera objects
python/AbcView/lib/abcview/gl.py:271
ClassGLState
bin/AbcView/GLState.h:9
ClassGLWidget
bin/AbcView/GLWidget.h:10
ClassICamera
Alembic ICamera de/serialization wrapper class. Use this class for loading Alembic ICameras. Setting up a basic scene with a camera ::
python/AbcView/lib/abcview/io.py:555
ClassMainWindow
bin/AbcView/MainWindow.h:11
ClassMode
python/AbcView/lib/abcview/io.py:74
ClassObjectTreeWidgetItem
bin/AbcView/ObjectTreeWidget.h:27
ClassOutlinerTreeWidget
bin/AbcView/ObjectTreeWidget.h:54
ClassPropertyTreeWidgetItem
bin/AbcView/ObjectTreeWidget.h:44
ClassSceneState
-
lib/AbcOpenGL/Scene.h:71
ClassSceneTreeWidgetItem
bin/AbcView/ObjectTreeWidget.h:10
ClassSceneWrapper::_scn_impl
lib/AbcOpenGL/SceneWrapper.cpp:48
ClassTest1_iDict
python/AbcView/test/testProperties.py:46
ClassTest2_Session
python/AbcView/test/testProperties.py:105
Class_scn_impl
lib/AbcOpenGL/SceneWrapper.h:80
Classdouble_vec
-
lib/AbcOpenGL/SceneWrapper.h:49
Classmemoized
cache the return value of a method This class is meant to be used as a decorator of methods. The return value from a given method invocat
python/AbcView/lib/abcview/utils.py:99