Tutorial Node: Vectorized Passthrough

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.TutorialVectorizedPassThrough

Version

1

Extension

omni.graph.tutorials

Icon

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

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Tutorial Node: Vectorized Passthrough

Categories

tutorials

Generated Class Name

OgnTutorialVectorizedPassthroughDatabase

Python Module

omni.graph.tutorials

See the accompanying tutorial and annotated code at Tutorial 28 - Node with simple OGN computeVectorized