Class SoTriangleCB
- java.lang.Object
-
- com.openinventor.inventor.misc.Callback
-
- com.openinventor.inventor.misc.callbacks.NCallback
-
- com.openinventor.inventor.misc.callbacks.SoTriangleCB
-
- All Implemented Interfaces:
CB
public class SoTriangleCB extends NCallback
Callback forSoCallbackAction
.
-
-
Constructor Summary
Constructors Constructor Description SoTriangleCB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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.
-
-
-
Method Detail
-
invoke
public void 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. invoke is the java callback.
-
-