Stores the edge flag values. More...
#include <Inventor/elements/SoEdgeFlagElement.h>
Public Member Functions | |
int32_t | getNumMarked () const |
int32_t | getNumUnmarked () const |
const int32_t * | getMarked () const |
const int32_t * | getUnmarked () const |
virtual void | print (FILE *fp) const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | setMarked (SoState *state, SoNode *node, int32_t numFlags, const int32_t *flags) |
static void | setUnmarked (SoState *state, SoNode *node, int32_t numFlags, const int32_t *flags) |
static int | getDefault () |
static const SoEdgeFlagElement * | getInstance (SoState *state) |
This element stores the edge flag values.
static int SoEdgeFlagElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoReplacedElement.
static SoType SoEdgeFlagElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoReplacedElement.
static int SoEdgeFlagElement::getDefault | ( | ) | [inline, static] |
Returns the default values.
static const SoEdgeFlagElement* SoEdgeFlagElement::getInstance | ( | SoState * | state | ) | [inline, static] |
Returns the top (current) instance of the element in the state.
const int32_t* SoEdgeFlagElement::getMarked | ( | ) | const [inline] |
Returns the marked flags.
int32_t SoEdgeFlagElement::getNumMarked | ( | ) | const [inline] |
Returns the number of marked flags in an instance.
int32_t SoEdgeFlagElement::getNumUnmarked | ( | ) | const [inline] |
Returns the number of unmarked flags in an instance.
const int32_t* SoEdgeFlagElement::getUnmarked | ( | ) | const [inline] |
Returns the unmarked flags.
virtual void SoEdgeFlagElement::print | ( | FILE * | fp | ) | const [virtual] |
Prints element (for debugging).
Reimplemented from SoReplacedElement.
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.
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.