1#ifndef COIN_SOGLDEPTHBUFFERELEMENT_H
2#define COIN_SOGLDEPTHBUFFERELEMENT_H
36#include <Inventor/elements/SoDepthBufferElement.h>
52 void setElt(SbBool test, SbBool write,
53 DepthWriteFunction function,
SbVec2f range)
override;
56 void updategl(
void)
const;
The SbVec2f class is a 2 dimensional vector with floating point coordinates.
Definition SbVec2f.h:49
The SoDepthBufferElement controls the depth buffer settings.
Definition SoDepthBufferElement.h:40
void push(SoState *state) override
Definition SoDepthBufferElement.cpp:97
void init(SoState *state) override
Definition SoDepthBufferElement.cpp:84
virtual void pop(SoState *state, const SoElement *prevTopElement) override
Definition SoDepthBufferElement.cpp:114
static void initClass(void)
Definition SoDepthBufferElement.cpp:68
virtual void setElt(SbBool test, SbBool write, DepthWriteFunction function, SbVec2f range)
Definition SoDepthBufferElement.cpp:231
SoElement is the abstract base class for all elements.
Definition SoElement.h:43
The SoGLDepthBufferElement controls the OpenGL depth buffer.
Definition SoGLDepthBufferElement.h:38
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44