1 #ifndef COIN_SODEPTHBUFFER_H
2 #define COIN_SODEPTHBUFFER_H
27 #include <Inventor/fields/SoSFEnum.h>
28 #include <Inventor/fields/SoSFBool.h>
29 #include <Inventor/fields/SoSFVec2f.h>
30 #include <Inventor/nodes/SoSubNode.h>
31 #include <Inventor/elements/SoDepthBufferElement.h>
43 NEVER = SoDepthBufferElement::NEVER,
44 ALWAYS = SoDepthBufferElement::ALWAYS,
45 LESS = SoDepthBufferElement::LESS,
46 LEQUAL = SoDepthBufferElement::LEQUAL,
47 EQUAL = SoDepthBufferElement::EQUAL,
48 GEQUAL = SoDepthBufferElement::GEQUAL,
49 GREATER = SoDepthBufferElement::GREATER,
50 NOTEQUAL = SoDepthBufferElement::NOTEQUAL
65 #endif // !COIN_SODEPTHBUFFER_H