Stores the current vertex flag. More...
#include <Inventor/elements/SoVertexFlagElement.h>
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 | reInit (SoState *, SoNode *) |
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 () |
static const SoVertexFlagElement * | 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. | |
Stores the current vertex flag.
This element stores the current vertex flag.
Definition at line 40 of file SoVertexFlagElement.h.
|
static |
Returns the stack id for this element.
|
static |
Returns the type identifier for this class.
|
inlinestatic |
Definition at line 64 of file SoVertexFlagElement.h.
|
inlinestatic |
Returns the top (current) instance of the element in the state.
Definition at line 69 of file SoVertexFlagElement.h.
|
inline |
Returns the marked flags.
Definition at line 86 of file SoVertexFlagElement.h.
|
inline |
Returns the number of marked flags in an instance.
Definition at line 75 of file SoVertexFlagElement.h.
|
inline |
Returns the number of unmarked flags in an instance.
Definition at line 79 of file SoVertexFlagElement.h.
|
inline |
Returns the unmarked flags.
Definition at line 92 of file SoVertexFlagElement.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.