Isaac Passthrough Image Pointer
Isaac Sim Node passes a pointer through without changing it
Installation
To use this node enable omni.isaac.core_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Buffer Size (inputs:bufferSize) |
|
Size (in bytes) of the buffer (0 if the input is a texture) |
0 |
Cuda Device Index (inputs:cudaDeviceIndex) |
|
Index of the device where the data lives (-1 for host data) |
-1 |
Data Ptr (inputs:dataPtr) |
|
pointer to pass throuh |
0 |
Exec In (inputs:execIn) |
|
The input execution port |
None |
Format (inputs:format) |
|
Format |
0 |
Height (inputs:height) |
|
Buffer array height |
0 |
Width (inputs:width) |
|
Buffer array width |
0 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Buffer Size (outputs:bufferSize) |
|
Size (in bytes) of the buffer (0 if the input is a texture) |
None |
Cuda Device Index (outputs:cudaDeviceIndex) |
|
Index of the device where the data lives (-1 for host data) |
-1 |
Data Ptr (outputs:dataPtr) |
|
pointer to pass throuh |
None |
Exec Out (outputs:execOut) |
|
The output execution port |
None |
Format (outputs:format) |
|
Format |
None |
Height (outputs:height) |
|
Buffer array height |
None |
Width (outputs:width) |
|
Buffer array width |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.isaac.core_nodes.IsaacPassthroughImagePtr |
Version |
1 |
Extension |
omni.isaac.core_nodes |
Icon |
ogn/icons/omni.isaac.core_nodes.IsaacPassthroughImagePtr.svg |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Isaac Passthrough Image Pointer |
Categories |
isaacCore |
Generated Class Name |
OgnIsaacPassthroughImagePtrDatabase |
Python Module |
omni.isaac.core_nodes |