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 |
Modifier and Type | Method and Description |
---|---|
static SoPrimitiveVertex[] |
SoPrimitiveVertex.toArray(long nativeArray,
long length) |
Modifier and Type | Method and Description |
---|---|
void |
SoPrimitiveVertex.setValue(SoPrimitiveVertex copyFrom) |
Constructor and Description |
---|
SoPrimitiveVertex(SoPrimitiveVertex pv)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
SoCallbackAction.invokeLineSegmentCallbacks(SoShape shape,
SoPrimitiveVertex[] v1,
SoPrimitiveVertex[] v2) |
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) |
void |
SoCallbackAction.invokeTriangleCallbacks(SoShape shape,
SoPrimitiveVertex[] v1,
SoPrimitiveVertex[] v2,
SoPrimitiveVertex[] v3) |
void |
SoCallbackAction.invokeTriangleCallbacks(SoShape shape,
SoPrimitiveVertex[] v1,
SoPrimitiveVertex[] v2,
SoPrimitiveVertex[] v3) |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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.
|
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com