OmniGraph Node omni.graph.test.Add2IntegerArrays

omni.graph.test.Add2IntegerArrays Properties

Name

Value

Version

1

Extension

omni.graph.test

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Add Two Arrays of Integers

__categories

internal:test

Generated Class Name

OgnAdd2IntArrayDatabase

Python Module

omni.graph.test

omni.graph.test.Add2IntegerArrays Description

Compute the array ‘output’ as the element-wise sums of the input arrays ‘a’ and ‘b’. If either of the input arrays have size 1 then that value will be added to every element of the other to form the output.

omni.graph.test.Add2IntegerArrays Inputs

Name

Type

Default

Required?

Descripton

inputs:a

int[]

[]

Y

First array to be added

__default

[]

inputs:b

int[]

[]

Y

Second array to be added

__default

[]

omni.graph.test.Add2IntegerArrays Outputs

Name

Type

Default

Required?

Descripton

outputs:output

int[]

[]

Y

Sum of the two arrays

__default

[]