Class SoVertexFlagElement
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.elements.SoElement
com.openinventor.inventor.elements.SoReplacedElement
com.openinventor.inventor.elements.SoVertexFlagElement
Stores the current vertex flag.
This element stores the current vertex flag.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand -
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle -
Method Summary
Modifier and TypeMethodDescriptionstatic intDeprecated.As of Open Inventor 9.3.0.0.static intReturns the marked flags.Returns the unmarked flags.static SoVertexFlagElementgetInstance(SoState state) Returns the top (current) instance of the element in the state.int[]Returns the marked flags.intReturns the number of marked flags in an instance.intReturns the number of unmarked flags in an instance.int[]Returns the unmarked flags.static voidstatic voidSets the current flags in the state as marked.static voidsetUnmarked(SoState state, SoNode node, int numFlags, int[] flags) Sets the current flags in the state as unmarked.Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, pop, pushMethods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
getClassStackIndex
Deprecated.As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] * -
getInstance
Returns the top (current) instance of the element in the state. -
getNumUnmarked
public int getNumUnmarked()Returns the number of unmarked flags in an instance. -
getDefault
public static int getDefault() -
getNumMarked
public int getNumMarked()Returns the number of marked flags in an instance. -
reInit
-
setUnmarked
Sets the current flags in the state as unmarked. -
getMarked
public int[] getMarked()Returns the marked flags. -
getDirectMarked
Returns the marked flags. -
getUnmarked
public int[] getUnmarked()Returns the unmarked flags. -
setMarked
Sets the current flags in the state as marked. -
getDirectUnmarked
Returns the unmarked flags.
-