1#ifndef COIN_SODEPTHBUFFER_H
2#define COIN_SODEPTHBUFFER_H
36#include <Inventor/fields/SoSFEnum.h>
37#include <Inventor/fields/SoSFBool.h>
38#include <Inventor/fields/SoSFVec2f.h>
39#include <Inventor/nodes/SoSubNode.h>
40#include <Inventor/elements/SoDepthBufferElement.h>
52 NEVER = SoDepthBufferElement::NEVER,
53 ALWAYS = SoDepthBufferElement::ALWAYS,
54 LESS = SoDepthBufferElement::LESS,
55 LEQUAL = SoDepthBufferElement::LEQUAL,
56 EQUAL = SoDepthBufferElement::EQUAL,
57 GEQUAL = SoDepthBufferElement::GEQUAL,
SoSFBool test
Definition SoDepthBuffer.h:62
SoSFEnum function
Definition SoDepthBuffer.h:64
DepthWriteFunction
Definition SoDepthBuffer.h:51
@ LEQUAL
Definition SoDepthBuffer.h:55
@ NEVER
Definition SoDepthBuffer.h:52
@ LESS
Definition SoDepthBuffer.h:54
@ ALWAYS
Definition SoDepthBuffer.h:53
@ GEQUAL
Definition SoDepthBuffer.h:57
@ NOTEQUAL
Definition SoDepthBuffer.h:59
@ GREATER
Definition SoDepthBuffer.h:58
@ EQUAL
Definition SoDepthBuffer.h:56
SoSFVec2f range
Definition SoDepthBuffer.h:65
SoSFBool write
Definition SoDepthBuffer.h:63
SoDepthBuffer(void)
Definition SoDepthBuffer.cpp:162
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:50
SoNode(void)
Definition SoNode.cpp:417
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition SoNode.cpp:573
virtual void GLRender(SoGLRenderAction *action)
Definition SoNode.cpp:1003
The SoSFBool class is a container for an SbBool value.
Definition SoSFBool.h:39
The SoSFEnum class is a container for an enum value.
Definition SoSFEnum.h:40
The SoSFVec2f class is a container for an SbVec2f vector.
Definition SoSFVec2f.h:40