OmniGraph Node omni.graph.examples.cpp.SimpleGather

omni.graph.examples.cpp.SimpleGather Properties

Name

Value

Version

1

Extension

omni.graph.examples.cpp

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

usd

uiName

Example Node: Simple Gather

__exclusions

usd

Generated Class Name

OgnSimpleGatherDatabase

Python Module

omni.graph.examples.cpp

omni.graph.examples.cpp.SimpleGather Description

Example node to illustrate use of a gather

omni.graph.examples.cpp.SimpleGather Inputs

Name

Type

Default

Required?

Descripton

inputs:input0

float[]

[]

Y

Array of floats to be gathered

uiName

Gathered Input

inputs:multiplier

float

0.0

Y

Multiplication factor for all gathered values

uiName

Multiplier

omni.graph.examples.cpp.SimpleGather Outputs

Name

Type

Default

Required?

Descripton

outputs:output0

double[]

None

Y

Array of products resulting from the gathered values

uiName

Gathered Products