OmniGraph Node omni.graph.tutorials.Defaults

omni.graph.tutorials.Defaults Properties

Name

Value

Version

1

Extension

omni.graph.tutorials

Icon

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

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Tutorial Node: Defaults

__categories

tutorials

Generated Class Name

OgnTutorialDefaultsDatabase

Python Module

omni.graph.tutorials

omni.graph.tutorials.Defaults Description

This is a tutorial node. It will move the values of inputs to corresponding outputs. Inputs all have unspecified, and therefore empty, default values.

omni.graph.tutorials.Defaults Inputs

Name

Type

Default

Required?

Descripton

inputs:a_array

float[]

[]

Y

This is an attribute of type array of floats

inputs:a_bool

bool

False

Y

This is an attribute of type boolean

inputs:a_double

double

0.0

Y

This is an attribute of type 64 bit floating point

inputs:a_float

float

0.0

Y

This is an attribute of type 32 bit floating point

inputs:a_half

half

0.0

Y

This is an attribute of type 16 bit floating point

inputs:a_int

int

0

Y

This is an attribute of type 32 bit integer

inputs:a_int2

int[2]

[0, 0]

Y

This is an attribute of type 2-tuple of integers

inputs:a_int64

int64

0

Y

This is an attribute of type 64 bit integer

inputs:a_matrix

matrixd[2]

[[1.0, 0.0], [0.0, 1.0]]

Y

This is an attribute of type 2x2 matrix

inputs:a_string

string

Y

This is an attribute of type string

inputs:a_token

token

Y

This is an attribute of type interned string with fast comparison and hashing

inputs:a_uchar

uchar

0

Y

This is an attribute of type unsigned 8 bit integer

inputs:a_uint

uint

0

Y

This is an attribute of type unsigned 32 bit integer

inputs:a_uint64

uint64

0

Y

This is an attribute of type unsigned 64 bit integer

omni.graph.tutorials.Defaults Outputs

Name

Type

Default

Required?

Descripton

outputs:a_array

float[]

None

Y

This is a computed attribute of type array of floats

outputs:a_bool

bool

None

Y

This is a computed attribute of type boolean

outputs:a_double

double

None

Y

This is a computed attribute of type 64 bit floating point

outputs:a_float

float

None

Y

This is a computed attribute of type 32 bit floating point

outputs:a_half

half

None

Y

This is a computed attribute of type 16 bit floating point

outputs:a_int

int

None

Y

This is a computed attribute of type 32 bit integer

outputs:a_int2

int[2]

None

Y

This is a computed attribute of type 2-tuple of integers

outputs:a_int64

int64

None

Y

This is a computed attribute of type 64 bit integer

outputs:a_matrix

matrixd[2]

None

Y

This is a computed attribute of type 2x2 matrix

outputs:a_string

string

None

Y

This is a computed attribute of type string

outputs:a_token

token

None

Y

This is a computed attribute of type interned string with fast comparison and hashing

outputs:a_uchar

uchar

None

Y

This is a computed attribute of type unsigned 8 bit integer

outputs:a_uint

uint

None

Y

This is a computed attribute of type unsigned 32 bit integer

outputs:a_uint64

uint64

None

Y

This is a computed attribute of type unsigned 64 bit integer