| SoDepthBufferElement Class | 
Stores the current depth buffer parameters.
 Inheritance Hierarchy
Inheritance HierarchyNamespace: OIV.Inventor.Elements
 Syntax
SyntaxThe SoDepthBufferElement type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified Object is equal to the current Object.(Inherited from Object.) | 
|   | Get | Returns current depth buffer parameters. | 
|   | GetClassStackIndex | Obsolete. Returns the stack id for this element. | 
|  | GetHashCode | 
Overrides GetHashCode().
(Inherited from SoNetBase.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | Pop | Override OIV.Inventor.Elements.SoDepthBufferElement.Pop(OIV.Inventor.Misc.SoState, OIV.Inventor.Elements.SoElement) method to keep GL up to date. | 
|  | Push | Override OIV.Inventor.Elements.SoDepthBufferElement.Push(OIV.Inventor.Misc.SoState) method to keep GL up to date. | 
|   | Set(SoState, Boolean, Boolean, SoDepthBufferElementDepthWriteFunctions, SbVec2f) | Sets the depth buffer parameters. | 
|   | Set(SoState, SoDepthBuffer, Boolean, Boolean, SoDepthBufferElementDepthWriteFunctions, SbVec2f) | Sets the depth buffer parameters. | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Remarks
RemarksThis element stores the current depth buffer parameters used for rendering, including:
Depth buffer test enabled,
Depth buffer writing enabled,
Depth buffer range, and
Depth comparison function.
 See Also
See Also