Tutorial Node: Vectorized Passthrough via ABI

Simple passthrough node that copy its input to its output in a vectorized way

Installation

To use this node enable omni.graph.tutorials in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Value (inputs:value)

float

input value

0.0

Outputs

Name

Type

Descripton

Default

Value (outputs:value)

float

output value

None

Metadata

Name

Value

Unique ID

omni.graph.tutorials.TutorialVectorizedABIPassThrough

Version

1

Extension

omni.graph.tutorials

Icon

ogn/icons/omni.graph.tutorials.TutorialVectorizedABIPassThrough.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Tutorial Node: Vectorized Passthrough via ABI

Categories

tutorials

Generated Class Name

OgnTutorialVectorizedABIPassthroughDatabase

Python Module

omni.graph.tutorials

See the accompanying tutorial and annotated code at Tutorial 29 - Node with simple ABI computeVectorized