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 | |
com.openinventor.ldm.actions |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SoLdmValuationActionInterface.lineCB(SoAction action,
SoPrimitiveVertex[] v0,
SoPrimitiveVertex[] v1)
line callback called during ldmAction traversal when generatePrimitives is called
|
void |
SoLdmValuationActionInterface.lineCB(SoAction action,
SoPrimitiveVertex[] v0,
SoPrimitiveVertex[] v1)
line callback called during ldmAction traversal when generatePrimitives is called
|
void |
SoLdmValuationActionInterface.pointCB(SoAction action,
SoPrimitiveVertex[] v)
point callback called during ldmAction traversal when generatePrimitives is called
|
void |
SoLdmValuationActionInterface.triangleCB(SoAction action,
SoPrimitiveVertex[] v0,
SoPrimitiveVertex[] v1,
SoPrimitiveVertex[] v2)
triangle callback called during ldmAction traversal when generatePrimitives is called
|
void |
SoLdmValuationActionInterface.triangleCB(SoAction action,
SoPrimitiveVertex[] v0,
SoPrimitiveVertex[] v1,
SoPrimitiveVertex[] v2)
triangle callback called during ldmAction traversal when generatePrimitives is called
|
void |
SoLdmValuationActionInterface.triangleCB(SoAction action,
SoPrimitiveVertex[] v0,
SoPrimitiveVertex[] v1,
SoPrimitiveVertex[] v2)
triangle callback called during ldmAction traversal when generatePrimitives is called
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com