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:56
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.
Definition: SoState.h:44
The SoLinePatternElement class defines the line stipple pattern.
Definition: SoLinePatternElement.h:38
virtual void init(SoState *state)
Definition: SoLinePatternElement.cpp:102
virtual void setElt(int32_t value)
FIXME: write doc.
Definition: SoInt32Element.cpp:153
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