1 #ifndef COIN_SOGLLINEPATTERNELEMENT_H     2 #define COIN_SOGLLINEPATTERNELEMENT_H    36 #include <Inventor/elements/SoLinePatternElement.h>    55   virtual void setElt(int32_t pattern);
    62 #endif // !COIN_SOGLLINEPATTERNELEMENT_H static void initClass(void)
Definition: SoLinePatternElement.cpp:55
 
virtual void push(SoState *state)
Definition: SoElement.cpp:569
 
SoElement is the abstract base class for all elements. 
Definition: SoElement.h:43
 
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:44
 
The SoLinePatternElement class defines the line stipple pattern.Line stippling is used to mask out fr...
Definition: SoLinePatternElement.h:38
 
virtual void init(SoState *state)
Definition: SoLinePatternElement.cpp:101
 
virtual void setElt(int32_t value)
FIXME: write doc. 
Definition: SoInt32Element.cpp:152
 
The SoGLLinePatternElement class changes the line stipple pattern of the OpenGL render state...
Definition: SoGLLinePatternElement.h:38
 
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition: SoElement.cpp:584