SoArithmeticAdd Method (SoCpuBufferObject, SbDataType, SoCpuBufferObject, SbDataType, SoCpuBufferObject, SbDataType) |
Add two buffers into a third one.
Namespace: OIV.Inventor.AlgorithmsAssembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public int Add(
SoCpuBufferObject inputBufferA,
SbDataType typeA,
SoCpuBufferObject inputBufferB,
SbDataType typeB,
SoCpuBufferObject outputBufferC,
SbDataType typeC
)
Public Function Add (
inputBufferA As SoCpuBufferObject,
typeA As SbDataType,
inputBufferB As SoCpuBufferObject,
typeB As SbDataType,
outputBufferC As SoCpuBufferObject,
typeC As SbDataType
) As Integer
public:
int Add(
SoCpuBufferObject^ inputBufferA,
SbDataType typeA,
SoCpuBufferObject^ inputBufferB,
SbDataType typeB,
SoCpuBufferObject^ outputBufferC,
SbDataType typeC
)
member Add :
inputBufferA : SoCpuBufferObject *
typeA : SbDataType *
inputBufferB : SoCpuBufferObject *
typeB : SbDataType *
outputBufferC : SoCpuBufferObject *
typeC : SbDataType -> int
Parameters
- inputBufferA
- Type: OIV.Inventor.DevicesSoCpuBufferObject
- typeA
- Type: OIV.InventorSbDataType
- inputBufferB
- Type: OIV.Inventor.DevicesSoCpuBufferObject
- typeB
- Type: OIV.InventorSbDataType
- outputBufferC
- Type: OIV.Inventor.DevicesSoCpuBufferObject
- typeC
- Type: OIV.InventorSbDataType
Return Value
Type:
Int32Remarks
Fast version for Cpu buffers.
See Also