24#ifndef _SO_DRAW_BUFFER_ELEMENT_H_ 
   25#define _SO_DRAW_BUFFER_ELEMENT_H_ 
   27#include <Inventor/SbBasic.h> 
   28#include <Inventor/elements/SoInt32Element.h> 
   78  virtual void print(FILE *fp) 
const;
 
   83  virtual void init(
SoState *state);
 
   88  static void initClass();
 
   91  static void exitClass();
 
 
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a>  Stores the curre...
 
static SoDrawBufferType get(SoState *state)
Returns current depth buffer parameters.
 
virtual void print(FILE *fp) const
Prints element (for debugging).
 
SoDrawBufferType
Depth function mode as defined by OpenGL.
 
static void set(SoState *state, SoDrawBufferType type)
Sets the depth buffer parameters.
 
Stores a single int32_t, int, or enum value.