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:570
SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
The SoState class manages the Coin scene graph 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:101
virtual void setElt(int32_t value)
Definition: SoInt32Element.cpp:167
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:585