Uses of Class
com.openinventor.inventor.SoPrimitiveVertex
-
Packages that use SoPrimitiveVertex Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.actions com.openinventor.inventor.misc.callbacks -
-
Uses of SoPrimitiveVertex in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoPrimitiveVertex Modifier and Type Method Description static SoPrimitiveVertex[]
SoPrimitiveVertex. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SoPrimitiveVertex Modifier and Type Method Description void
SoPrimitiveVertex. setValue(SoPrimitiveVertex copyFrom)
Constructors in com.openinventor.inventor with parameters of type SoPrimitiveVertex Constructor Description SoPrimitiveVertex(SoPrimitiveVertex pv)
Constructor. -
Uses of SoPrimitiveVertex in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions with parameters of type SoPrimitiveVertex Modifier and Type Method Description void
SoCallbackAction. invokeLineSegmentCallbacks(SoShape shape, SoPrimitiveVertex[] v1, SoPrimitiveVertex[] v2)
void
SoCallbackAction. invokePointCallbacks(SoShape shape, SoPrimitiveVertex[] v)
void
SoCallbackAction. invokeTriangleCallbacks(SoShape shape, SoPrimitiveVertex[] v1, SoPrimitiveVertex[] v2, SoPrimitiveVertex[] v3)
-
Uses of SoPrimitiveVertex in com.openinventor.inventor.misc.callbacks
Methods in com.openinventor.inventor.misc.callbacks with parameters of type SoPrimitiveVertex Modifier and Type Method Description void
SoLineSegmentCB. invoke(SoCallbackAction s, SoPrimitiveVertex v1, SoPrimitiveVertex v2)
This method will be invoked when the native callback will be called so that you only need to override this method to fill the method's body.void
SoPointCB. invoke(SoCallbackAction s, SoPrimitiveVertex v1)
This method will be invoked when the native callback will be called so that you only need to override this method to fill the method's body.void
SoTriangleCB. invoke(SoCallbackAction s, SoPrimitiveVertex v1, SoPrimitiveVertex v2, SoPrimitiveVertex v3)
This method will be invoked when the native callback will be called so that you only need to override this method to fill the method's body.
-