Stores the edge flag values.
More...
#include <Inventor/elements/SoEdgeFlagElement.h>
Inheritance diagram for SoEdgeFlagElement:Public Member Functions | |
| 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). | |
Public Member Functions inherited from SoElement | |
| 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. | |
Public Member Functions inherited from SoTypedObject | |
| 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. | |
Static Public Member Functions | |
| static SoType | getClassTypeId () |
| Returns the type identifier for this class. | |
| static int | getClassStackIndex () |
| Returns the stack id for this element. | |
| static void | setMarked (SoState *state, SoNode *node, int32_t numFlags, const int32_t *flags) |
| Sets the current flags in the state as marked. | |
| static void | setUnmarked (SoState *state, SoNode *node, int32_t numFlags, const int32_t *flags) |
| Sets the current flags in the state as unmarked. | |
| static int | getDefault () |
| Returns the default values. | |
| static const SoEdgeFlagElement * | getInstance (SoState *state) |
| Returns the top (current) instance of the element in the state. | |
Static Public Member Functions inherited from SoReplacedElement | |
| static SoType | getClassTypeId () |
| Returns the type identifier for this class. | |
| static int | getClassStackIndex () |
| Returns the stack id for this element. | |
Static Public Member Functions inherited from SoElement | |
| static SoType | getClassTypeId () |
| Returns type identifier for SoElement class. | |
Static Public Member Functions inherited from SoTypedObject | |
| static SoType | getClassTypeId () |
| Returns the type identifier for this class. | |
This element stores the edge flag values.
Definition at line 40 of file SoEdgeFlagElement.h.
|
static |
Returns the stack id for this element.
|
static |
Returns the type identifier for this class.
|
inlinestatic |
Returns the default values.
Definition at line 60 of file SoEdgeFlagElement.h.
|
inlinestatic |
Returns the top (current) instance of the element in the state.
Definition at line 65 of file SoEdgeFlagElement.h.
|
inline |
Returns the marked flags.
Definition at line 82 of file SoEdgeFlagElement.h.
|
inline |
Returns the number of marked flags in an instance.
Definition at line 71 of file SoEdgeFlagElement.h.
|
inline |
Returns the number of unmarked flags in an instance.
Definition at line 75 of file SoEdgeFlagElement.h.
|
inline |
Returns the unmarked flags.
Definition at line 88 of file SoEdgeFlagElement.h.
|
virtual |
Prints element (for debugging).
Reimplemented from SoReplacedElement.
|
static |
Sets the current flags in the state as marked.
|
static |
Sets the current flags in the state as unmarked.