Stores current pattern value.
More...
#include <Inventor/elements/SoPatternElement.h>
|
| virtual void | push (SoState *state) |
| | Push copies the values from the previous element.
|
| |
| virtual void | print (FILE *fp) const |
| | Prints element (for debugging).
|
| |
| virtual void | pop (SoState *state, const SoElement *prevTopElement) |
| | Pops element.
|
| |
| virtual SoType | getTypeId () const |
| | Returns type identifier for element instance.
|
| |
| SbBool | isOfType (const SoType &type) const |
| | Returns TRUE if this object is of the type specified in type or is derived from that type.
|
| |
| template<typename TypedObjectClass > |
| SbBool | isOfType () const |
| | Returns TRUE if this object is of the type of class TypedObjectClass or is derived from that class.
|
| |
Stores current pattern value.
SEE ALSO
SoPattern
Definition at line 39 of file SoPatternElement.h.
◆ get()
| static void SoPatternElement::get |
( |
SoState * |
state, |
|
|
SbString & |
category, |
|
|
SbString & |
name, |
|
|
unsigned char *& |
pattern |
|
) |
| |
|
static |
Gets the current pattern attributes in the state pattern is NULL if no pattern has been set.
◆ getClassStackIndex()
| static int SoPatternElement::getClassStackIndex |
( |
| ) |
|
|
static |
Returns the stack id for this element.
◆ getClassTypeId()
| static SoType SoPatternElement::getClassTypeId |
( |
| ) |
|
|
static |
Returns the type identifier for this class.
◆ getDefault()
| static void SoPatternElement::getDefault |
( |
SbString & |
category, |
|
|
SbString & |
name, |
|
|
unsigned char *& |
pattern |
|
) |
| |
|
static |
◆ push()
| virtual void SoPatternElement::push |
( |
SoState * |
state | ) |
|
|
virtual |
Push copies the values from the previous element.
Reimplemented from SoElement.
◆ set()
Sets the current pattern attributes in the state.
The documentation for this class was generated from the following file: