http://www.coin3d.org/ http://www.kongsberg.com/kogt/ |
Classes | |
class | SoGLClipPlaneElement |
The SoGLClipPlaneElement class is yet to be documented.FIXME: write doc. More... | |
class | SoGLColorIndexElement |
The SoGLColorIndexElement class sets the current OpenGL color.This element is only used when the OpenGL canvas is in colorindex mode, ie where colors for individual pixels are fetched from a color lookup table ("CLUT"). The usual thing to do is to set up a canvas in RGBA truecolor mode. More... | |
class | SoGLCoordinateElement |
The SoGLCoordinateElement class is yet to be documented.FIXME: write doc. More... | |
class | SoGLDepthBufferElement |
The SoGLDepthBufferElement controls the OpenGL depth buffer. More... | |
class | SoGLDisplayList |
The SoGLDisplayList class stores and manages OpenGL display lists.The TEXTURE_OBJECT type is not directly supported in Coin. We handle textures differently in a more flexible class called SoGLImage, which also stores some information about the texture used when rendering. Old code which use this element should not stop working though. The texture object extension will just not be used, and the texture will be stored in a display list instead. More... | |
class | SoGLDrawStyleElement |
The SoGLDrawStyleElement updates the current draw style in OpenGL. More... | |
class | SoGLEnvironmentElement |
The SoGLEnvironmentElement class is for setting GL fog etc. More... | |
class | SoGLLazyElement |
The SoGLLazyElement class is meant to optimize GL rendering.This is just a wrap-around implementation for compatibility. It should (hopefully) work in the same way as the Inventor class though. More... | |
class | SoGLLightIdElement |
The SoGLLightIdElement class is yet to be documented.FIXME: write doc. More... | |
class | SoGLLinePatternElement |
The SoGLLinePatternElement class is yet to be documented.FIXME: write doc. More... | |
class | SoGLLineWidthElement |
The SoGLLineWidthElement class changes the linewidth setting of the OpenGL render state.Requests from the scenegraph to change the linewidth when rendering OpenGL line primitives will be made through this element, which forwards it to the appropriate native OpenGL call. More... | |
class | SoGLModelMatrixElement |
The SoGLModelMatrixElement class is yet to be documented.FIXME: write doc. More... | |
class | SoGLMultiTextureCoordinateElement |
The SoGLMultiTextureCoordinateElement class stores the current gltexture coordinates for several units. More... | |
class | SoGLMultiTextureImageElement |
The SoGLMultiTextureImageElement is used to control the current GL texture for texture units. More... | |
class | SoGLMultiTextureMatrixElement |
The SoGLMultiTextureMatrixElement class is used to update the OpenGL texture matrix.Since (for some weird reason) most OpenGL implementations have a very small texture matrix stack, and since the matrix stack also is broken on many OpenGL implementations, the texture matrix is always loaded into OpenGL. We do not push() and pop() matrices. More... | |
class | SoGLNormalElement |
The SoGLNormalElement class is yet to be documented.FIXME: write doc. More... | |
class | SoGLPointSizeElement |
The SoGLPointSizeElement class changes the pointsize setting of the OpenGL render state.Requests from the scenegraph to change the pointsize when rendering point primitives will be made through this element, which forwards it to the appropriate native OpenGL call. More... | |
class | SoGLPolygonOffsetElement |
The SoGLPolygonOffsetElement class is yet to be documented.FIXME: write doc. More... | |
class | SoGLProjectionMatrixElement |
The SoGLProjectionMatrixElement class is yet to be documented.FIXME: write doc. More... | |
class | SoGLRenderPassElement |
The SoGLRenderPassElement class is yet to be documented.FIXME: write doc. More... | |
class | SoGLShapeHintsElement |
The SoGLShapeHintsElement class is yet to be documented.FIXME: write doc. More... | |
class | SoGLUpdateAreaElement |
The SoGLUpdateAreaElement class is yet to be documented.FIXME: write doc. More... | |
class | SoGLVBOElement |
The SoGLVBOElement class is used to store VBO state.FIXME: write doc. More... | |
class | SoGLViewingMatrixElement |
The SoGLViewingMatrixElement class is used to store the current viewing matrix.The viewing matrix contains the inverse camera coordinate system matrix. The camera coordinate system is built from the field values in the current SoCamera (currently either SoPerspectiveCamera or SoOrthographicCamera) and any transformations prior to the camera in the scene graph. More... | |
class | SoGLViewportRegionElement |
The SoGLViewportRegionElement class is yet to be documented.FIXME: write doc. More... | |
class | SoAccumulatedElement |
The SoAccumulatedElement class is an abstract class for storing accumulated state.This is the superclass of elements where new element data accumulates with older data. More... | |
class | SoAmbientColorElement |
The SoAmbientColorElement class is yet to be documented. More... | |
class | SoAnnoText3CharOrientElement |
The SoAnnoText3CharOrientElement class is yet to be documented.FIXME: write doc. More... | |
class | SoAnnoText3FontSizeHintElement |
The SoAnnoText3FontSizeHintElement class is yet to be documented.FIXME: write doc. More... | |
class | SoAnnoText3RenderPrintElement |
The SoAnnoText3RenderPrintElement class is yet to be documented.FIXME: write doc. More... | |
class | SoBBoxModelMatrixElement |
The SoBBoxModelMatrixElement class keeps track of the current model matrix during a scene graph traversal. It is used by amongst others the SoGetBoundingBoxAction class. More... | |
class | SoBumpMapCoordinateElement |
The SoBumpMapCoordinateElement class is yet to be documented.FIXME: write doc. More... | |
class | SoBumpMapMatrixElement |
The SoBumpMapMatrixElement class is used to manage the bump map matrix stack.The bump map matrix is used to transform bump map coordinates before being used to map bump maps onto polygons. More... | |
class | SoCacheElement |
The SoCacheElement class stores and manages the open caches. More... | |
class | SoClipPlaneElement |
The SoClipPlaneElement class is used to manage the clip plane stack. More... | |
class | SoComplexityElement |
The SoComplexityElement class contains the current shape complexity for a graph traverser. More... | |
class | SoComplexityTypeElement |
The SoComplexityTypeElement class is yet to be documented.FIXME: write doc. More... | |
class | SoCoordinateElement |
The SoCoordinateElement class is yet to be documented.FIXME: write doc. More... | |
class | SoCreaseAngleElement |
The SoCreaseAngleElement class stores the crease angle during a scene graph traversal. More... | |
class | SoCullElement |
The SoCullElement class is used internally for render and pick culling.The element holds all planes the geometry should be inside, and keeps a bitflag to signal which planes need to be tested. More... | |
class | SoDecimationPercentageElement |
The SoDecimationPercentageElement class is yet to be documented.FIXME: write doc. More... | |
class | SoDecimationTypeElement |
The SoDecimationTypeElement class is yet to be documented.FIXME: write doc. More... | |
class | SoDepthBufferElement |
The SoDepthBufferElement controls the depth buffer settings. More... | |
class | SoDiffuseColorElement |
The SoDiffuseColorElement class is yet to be documented.FIXME: write doc. More... | |
class | SoDrawStyleElement |
The SoDrawStyleElement class is yet to be documented.FIXME: write doc. More... | |
class | SoElement |
SoElement is the abstract base class for all elements. More... | |
class | SoEmissiveColorElement |
The SoEmissiveColorElement class is yet to be documented.FIXME: write doc. More... | |
class | SoEnvironmentElement |
The SoEnvironmentElement class is yet to be documented.FIXME: write doc. More... | |
class | SoFloatElement |
SoFloatElement is an abstract base class for elements that consists of a single float value.This is the superclass of elements where the new element data replaces the old data, and where the data the element stores is a simple single precision floating point value. More... | |
class | SoFocalDistanceElement |
The SoFocalDistanceElement class is yet to be documented.FIXME: write doc. More... | |
class | SoFontNameElement |
The SoFontNameElement class is yet to be documented.FIXME: write doc. More... | |
class | SoFontSizeElement |
The SoFontSizeElement class is yet to be documented.FIXME: write doc. More... | |
class | SoInt32Element |
The SoInt32Element class is the base class for elements that simply store a 32-bit integer.This is the superclass of elements where the new element data replaces the old data, and where the data the element stores is a simple 32-bit integer value. More... | |
class | SoLazyElement |
The SoLazyElement class is used to handle material and shape properties.So[GL]LazyElement is, as the name implies, an element that is lazy about sending things to OpenGL. The changes are not sent to OpenGL until SoGLLazyElement::send() is called. This means that you can change the state of certain attributes several times, but the state will only be sent to OpenGL once. More... | |
class | SoLightAttenuationElement |
The SoLightAttenuationElement class is yet to be documented.FIXME: write doc. More... | |
class | SoLightElement |
The SoLightElement class manages the currently active light sources. More... | |
class | SoLightModelElement |
The SoLightModelElement class is yet to be documented.FIXME: write doc. More... | |
class | SoLinePatternElement |
The SoLinePatternElement class is yet to be documented.FIXME: write doc. More... | |
class | SoLineWidthElement |
The SoLineWidthElement class changes the linewidth setting of the render state.Requests from the scenegraph to change the linewidth when rendering line primitives will be made through this element, which forwards it to the appropriate native call in the underlying rendering library. More... | |
class | SoListenerDopplerElement |
The SoListenerDopplerElement holds the doppler velocity and factor of the current listener.The dopplerVelocity and dopplerFactor is set by SoListener nodes during audio rendering. The SoListenerDopplerElement is used when the SoVRMLSound nodes render themselves. More... | |
class | SoListenerGainElement |
The SoListenerGainElement class stores the SoListener gain during a scene graph traversal.This gain is set by SoListener nodes during audio rendering. The SoListenerGainElement is used when the SoVRMLSound nodes render themselves. More... | |
class | SoListenerOrientationElement |
The SoListenerOrientationElement holds the orientation of the current listener.This orientation is set by SoListener nodes and SoCamera Nodes during audio rendering. When a SoListener is visited by the SoAudioRenderAction, it will add a new SoListenerOrientationElement to the state, holding it's orientation and with the setbylistener flag set. When a SoCamera is visited by SoAudioRenderAction, it will add a new SoListenerOrientationElement only if there are no previous elements with the setbylistener flag set. More... | |
class | SoListenerPositionElement |
The SoListenerPositionElement holds the position of the current listener.This position is set by SoListener nodes and SoCamera Nodes during audio rendering. When a SoListener is visited by the SoAudioRenderAction, it will add a new SoListenerPositionElement to the state, holding it's position and with the setbylistener flag set. When a SoCamera is visited by SoAudioRenderAction, it will add a new SoListenerPositionElement only if there are no previous elements with the setbylistener flag set. More... | |
class | SoLocalBBoxMatrixElement |
The SoLocalBBoxMatrixElement class is yet to be documented.FIXME: write doc. More... | |
class | SoMaterialBindingElement |
The SoMaterialBindingElement class is yet to be documented.FIXME: write doc. More... | |
class | SoModelMatrixElement |
The SoModelMatrixElement class is used to manage the current transformation.SoModelMatrixElement contains the object-to-world matrix. More... | |
class | SoMultiTextureEnabledElement |
The SoMultiTextureEnabledElement class is an element which stores whether texturing is enabled or not.Be aware that this class is an extension for Coin, and it is not available in the original SGI Open Inventor v2.1 API. More... | |
class | SoMultiTextureImageElement |
The SoMultiTextureImageElement class is yet to be documented.FIXME: write doc. More... | |
class | SoMultiTextureMatrixElement |
The SoMultiTextureMatrixElement class is used to manage the texture matrix stack for texture units > 0.The texture matrix is used to transform texture coordinates before being used to map textures onto polygons. More... | |
class | SoNormalBindingElement |
The SoNormalBindingElement is yet to be documented.FIXME: write doc. More... | |
class | SoNormalElement |
The SoNormalElement class is yet to be documented.FIXME: write doc. More... | |
class | SoOverrideElement |
The SoOverrideElement maintains a list of overridable elements and a list over which elements should be overridden.Only certain elements can be overridden. More... | |
class | SoPickRayElement |
The SoPickRayElement class is yet to be documented.FIXME: write doc. More... | |
class | SoPickStyleElement |
The SoPickStyleElement is yet to be documented.FIXME: write doc. More... | |
class | SoPointSizeElement |
The SoPointSizeElement changes the pointsize setting of the render state.Requests from the scenegraph to change the pointsize when rendering point primitives will be made through this element. More... | |
class | SoPolygonOffsetElement |
The SoPolygonOffsetElement class is yet to be documented.FIXME: write doc. More... | |
class | SoProfileCoordinateElement |
The SoProfileCoordinateElement class is yet to be documented.FIXME: write doc. More... | |
class | SoProfileElement |
The SoProfileElement class is yet to be documented.FIXME: write doc. More... | |
class | SoReplacedElement |
The SoReplacedElement class is an abstract element superclass.This is the superclass of all elements where the new element data replaces the old data, and where the data the element stores is not just a simple float or integer value. More... | |
class | SoShapeStyleElement |
The SoShapeStyleElement class is yet to be documented.FIXME: write doc. More... | |
class | SoShininessElement |
The SoShininessElement class is yet to be documented.FIXME: write doc. More... | |
class | SoSoundElement |
The SoSoundElement is used for optimizing audio rendering and for turning off inactive SoVRMLSound nodes. More... | |
class | SoSpecularColorElement |
The SoSpecularColorElement is yet to be documented.FIXME: write doc. More... | |
class | SoSwitchElement |
The SoSwitchElement class is yet to be documented.FIXME: write doc. More... | |
class | SoTextOutlineEnabledElement |
The SoTextOutlineEnabledElement class is yet to be documented.FIXME: write doc. More... | |
class | SoTextureCombineElement |
The SoTextureCombineElement class is yet to be documented.FIXME: write doc. More... | |
class | SoTextureCoordinateBindingElement |
The SoTextureCoordinateBindingElement class is yet to be documented.FIXME: write doc. More... | |
class | SoTextureOverrideElement |
The SoTextureOverrideElement makes it possible to override texture elements. More... | |
class | SoTextureQualityElement |
The SoTextureQualityElement is yet to be documented.FIXME: write doc. More... | |
class | SoTextureUnitElement |
The SoTextureUnitElement class is yet to be documented. More... | |
class | SoTransparencyElement |
The SoTransparencyElement is yet to be documented.FIXME: write doc. More... | |
class | SoUnitsElement |
The SoUnitsElement class is yet to be documented.FIXME: write doc. More... | |
class | SoVertexAttributeBindingElement |
The SoVertexAttributeBindingElement class is yet to be documented.FIXME: write doc. More... | |
class | SoViewingMatrixElement |
The SoViewingMatrixElement class stores the world-to-camera transformation. More... | |
class | SoViewportRegionElement |
The SoViewportRegionElement class is yet to be documented.FIXME: write doc. More... | |
class | SoViewVolumeElement |
The SoViewVolumeElement class is yet to be documented.FIXME: write doc. More... | |
class | SoWindowElement |
The SoWindowElement class is used to store current window attributes.In Coin, this element is not API-compatible with SGI Inventor, since it contains platform specific stuff, which we want to avoid. More... | |
class | SoGeoElement |
The SoGeoElement class is yet to be documented.FIXME: write doc. More... | |
class | SoGLShadowCullingElement |
The SoGLShadowCullingElement class is yet to be documented.FIXME: write doc. More... | |
class | SoShadowStyleElement |
The SoShadowStyleElement class is yet to be documented.FIXME: write doc. More... | |
The element classes in Coin are the containers of state information during action traversals of scene graphs. One element usually corresponts to one item of information, or sometimes a group of related information values. The elements work like a stack that is pushed and popped as the action traverses in and out of SoSeparator nodes, and the action will always just inspect the top of the stack when it needs to know a value.
Elements are internal implementation details of the workings of nodes and actions, and is not something one needs to worry about before writing ones own extension nodes. Writing extension elements is even more removed from plain Open Inventor usage, but is fully possible for the experienced Open Inventor developer.
Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated for Coin by Doxygen