Element that stores the current line pattern in GL.
More...
#include <Inventor/elements/SoGLLinePatternElement.h>
|
virtual void | init (SoState *state) |
| Initializes element.
|
|
virtual void | push (SoState *state) |
| Override push() so we can remember what line pattern the previous element set, and not send it again if it is the same.
|
|
virtual void | pop (SoState *state, const SoElement *prevTopElement) |
| Override pop() method so side effects can occur in GL.
|
|
virtual void | init (SoState *state) |
| Initializes element.
|
|
virtual void | print (FILE *fp) const |
| Prints element (for debugging)
|
|
virtual bool | matches (const SoElement *elt) const |
| Comparison based on value of int32_ts.
|
|
virtual SoElement * | copyMatchInfo () const |
| Copy method, takes care copying the data.
|
|
virtual void | setElt (int32_t value) |
| Virtual set that subclasses can override to implement side-effect behaviors.
|
|
virtual void | print (FILE *fp) const |
| Prints element (for debugging)
|
|
virtual void | init (SoState *state) |
| Initializes element.
|
|
virtual void | push (SoState *state) |
| Pushes/pops element.
|
|
virtual void | pop (SoState *state, const SoElement *prevTopElement) |
|
virtual void | print (FILE *fp) const |
| Prints element (for debugging)
|
|
virtual bool | matches (const SoElement *elt) const =0 |
| Returns TRUE if the element matches another element (of the same class, presumably) with respect to cache validity.
|
|
virtual SoElement * | copyMatchInfo () const =0 |
| Create a copy that we can put in a cache used list and call matches() on later.
|
|
SoType | getTypeId () const |
| Returns type identifier for element instance.
|
|
int | getStackIndex () const |
| Returns the stack index for an element instance.
|
|
void | setDepth (int dpth) |
| Sets stuff in an element instance.
|
|
void | setNext (SoElement *nxt) |
|
void | setNextInStack (SoElement *nxt) |
|
void | setNextFree (SoElement *nxt) |
|
int | getDepth () const |
| Returns stuff from element instance.
|
|
SoElement * | getNext () const |
|
virtual | ~SoElement () |
| Destructor.
|
|
|
static void | initClass () |
| Initializes the SoGLLinePatternElement class.
|
|
static void | set (SoState *state, u_short pattern) |
| Sets the current line pattern in the state.
|
|
static void | set (SoState *state, SoNode *, u_short pattern) |
|
static u_short | get (SoState *state) |
| Returns current line pattern from the state.
|
|
static u_short | getDefault () |
| Returns the default line pattern.
|
|
static void | initClass () |
| Initializes the SoLinePatternElement class.
|
|
static void | initClass () |
| Initializes the SoInt32Element class.
|
|
static void | set (int stackIndex, SoState *state, int32_t value) |
| Set value.
|
|
static void | set (int stackIndex, SoState *state, SoNode *, int32_t value) |
|
static void | set (int stackIndex, SoState *state, SoNode *, long value) |
|
static int32_t | get (int stackIndex, SoState *state) |
| Get value.
|
|
static SoType | getClassTypeId () |
| Returns type identifier for SoElement class.
|
|
static void | initElements () |
| Initialize ALL Inventor element classes.
|
|
static void | initClass () |
| Initializes the SoElement class.
|
|
static int | getNumStackIndices () |
| Returns the number of stack indices allocated.
|
|
static SoType | getIdFromStackIndex (int stackIndex) |
| Returns the id for the element with the given stack index.
|
|
Overrides the virtual methods on SoLinePatternElement to send the line pattern to GL when necessary.
Note that this class relies on SoLinePatternElement to store the pattern in the instance.
Definition at line 74 of file SoGLLinePatternElement.h.
◆ ~SoGLLinePatternElement()
virtual SoGLLinePatternElement::~SoGLLinePatternElement |
( |
| ) |
|
|
protectedvirtual |
◆ init()
virtual void SoGLLinePatternElement::init |
( |
SoState * |
state | ) |
|
|
virtual |
◆ initClass()
static void SoGLLinePatternElement::initClass |
( |
| ) |
|
|
static |
◆ pop()
virtual void SoGLLinePatternElement::pop |
( |
SoState * |
state, |
|
|
const SoElement * |
prevTopElement |
|
) |
| |
|
virtual |
◆ push()
virtual void SoGLLinePatternElement::push |
( |
SoState * |
state | ) |
|
|
virtual |
◆ setElt()
virtual void SoGLLinePatternElement::setElt |
( |
int32_t |
pattern | ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following file: