1 #ifndef COIN_SOGLSHAPEHINTSELEMENT_H 
    2 #define COIN_SOGLSHAPEHINTSELEMENT_H 
   27 #include <Inventor/elements/SoShapeHintsElement.h> 
   30   typedef SoShapeHintsElement inherited;
 
   34   static void initClass(
void);
 
   39   virtual void init(
SoState * state);
 
   41   virtual void push(
SoState * state);
 
   42   virtual void pop(
SoState * state,
 
   45   static void forceSend(
SoState * 
const state, 
const SbBool twoside);
 
   46   static void forceSend(
SoState * 
const state,
 
   47                         const SbBool ccw, 
const SbBool cull);
 
   48   static void forceSend(
SoState * 
const state, 
const SbBool ccw,
 
   49                         const SbBool cull, 
const SbBool twoside);
 
   52   virtual void setElt(VertexOrdering vertexOrdering,
 
   53                       ShapeType shapeType, FaceType faceType);
 
   58 #endif // !COIN_SOGLSHAPEHINTSELEMENT_H 
SoElement is the abstract base class for all elements. 
Definition: SoElement.h:34
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
The SoGLShapeHintsElement class is yet to be documented.FIXME: write doc. 
Definition: SoGLShapeHintsElement.h:29