Stores the edge flag values.
More...
#include <Inventor/elements/SoEdgeFlagElement.h>
|
int32_t | getNumMarked () const |
| Returns the number of marked flags in an instance.
|
|
int32_t | getNumUnmarked () const |
| Returns the number of unmarked flags in an instance.
|
|
const int32_t * | getMarked () const |
| Returns the marked flags.
|
|
const int32_t * | getUnmarked () const |
| Returns the unmarked flags.
|
|
virtual void | print (FILE *fp) const |
| Prints element (for debugging).
|
|
virtual void | push (SoState *state) |
| Pushes element.
|
|
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 the edge flag values.
This element stores the edge flag values.
SEE ALSO
SoEdgeFlag
Definition at line 40 of file SoEdgeFlagElement.h.
◆ getClassStackIndex()
static int SoEdgeFlagElement::getClassStackIndex |
( |
| ) |
|
|
static |
Returns the stack id for this element.
◆ getClassTypeId()
static SoType SoEdgeFlagElement::getClassTypeId |
( |
| ) |
|
|
static |
Returns the type identifier for this class.
◆ getDefault()
static int SoEdgeFlagElement::getDefault |
( |
| ) |
|
|
inlinestatic |
◆ getInstance()
Returns the top (current) instance of the element in the state.
Definition at line 65 of file SoEdgeFlagElement.h.
◆ getMarked()
const int32_t * SoEdgeFlagElement::getMarked |
( |
| ) |
const |
|
inline |
◆ getNumMarked()
int32_t SoEdgeFlagElement::getNumMarked |
( |
| ) |
const |
|
inline |
◆ getNumUnmarked()
int32_t SoEdgeFlagElement::getNumUnmarked |
( |
| ) |
const |
|
inline |
◆ getUnmarked()
const int32_t * SoEdgeFlagElement::getUnmarked |
( |
| ) |
const |
|
inline |
◆ print()
virtual void SoEdgeFlagElement::print |
( |
FILE * | fp | ) |
const |
|
virtual |
◆ setMarked()
static void SoEdgeFlagElement::setMarked |
( |
SoState * | state, |
|
|
SoNode * | node, |
|
|
int32_t | numFlags, |
|
|
const int32_t * | flags ) |
|
static |
Sets the current flags in the state as marked.
◆ setUnmarked()
static void SoEdgeFlagElement::setUnmarked |
( |
SoState * | state, |
|
|
SoNode * | node, |
|
|
int32_t | numFlags, |
|
|
const int32_t * | flags ) |
|
static |
Sets the current flags in the state as unmarked.
The documentation for this class was generated from the following file: