1#ifndef COIN_SOGLLINEPATTERNELEMENT_H
2#define COIN_SOGLLINEPATTERNELEMENT_H
36#include <Inventor/elements/SoLinePatternElement.h>
55 virtual void setElt(int32_t pattern);
SoElement is the abstract base class for all elements.
Definition SoElement.h:43
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition SoElement.cpp:585
virtual void push(SoState *state)
Definition SoElement.cpp:570
The SoGLLinePatternElement class changes the line stipple pattern of the OpenGL render state.
Definition SoGLLinePatternElement.h:38
virtual void setElt(int32_t value)
Definition SoInt32Element.cpp:167
The SoLinePatternElement class defines the line stipple pattern.
Definition SoLinePatternElement.h:38
static void initClass(void)
Definition SoLinePatternElement.cpp:55
virtual void init(SoState *state)
Definition SoLinePatternElement.cpp:101
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44