file_path stringlengths 32 153 | content stringlengths 0 3.14M |
|---|---|
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnDeformerTimeBased.rst | .. _omni_graph_examples_cpp_DeformerTimeBased_1:
.. _omni_graph_examples_cpp_DeformerTimeBased:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. ================================================================================
... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnScaleCube.rst | .. _omni_graph_examples_cpp_ScaleCube_1:
.. _omni_graph_examples_cpp_ScaleCube:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. ================================================================================
:orphan:
.. me... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnGpuInteropCpuToDisk.rst | .. _omni_graph_examples_cpp_GpuInteropCpuToDisk_1:
.. _omni_graph_examples_cpp_GpuInteropCpuToDisk:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. =============================================================================... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnPrimDeformer1.rst | .. _omni_graph_examples_cpp_PrimDeformer1_1:
.. _omni_graph_examples_cpp_PrimDeformer1:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. ================================================================================
:orphan... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnSimple.rst | .. _omni_graph_examples_cpp_Simple_1:
.. _omni_graph_examples_cpp_Simple:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. ================================================================================
:orphan:
.. meta::
... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnDeformer1_GPU.rst | .. _omni_graph_examples_cpp_Deformer1Gpu_1:
.. _omni_graph_examples_cpp_Deformer1Gpu:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. ================================================================================
:orphan:
... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnGpuInteropGpuToCpuCopy.rst | .. _omni_graph_examples_cpp_GpuInteropGpuToCpuCopy_1:
.. _omni_graph_examples_cpp_GpuInteropGpuToCpuCopy:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. =======================================================================... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnGpuInteropAdjustExposure.rst | .. _omni_graph_examples_cpp_GpuInteropAdjustExposure_1:
.. _omni_graph_examples_cpp_GpuInteropAdjustExposure:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. ===================================================================... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnDeformer1_CPU.rst | .. _omni_graph_examples_cpp_Deformer1_1:
.. _omni_graph_examples_cpp_Deformer1:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. ================================================================================
:orphan:
.. me... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnPrimDeformer1_GPU.rst | .. _omni_graph_examples_cpp_PrimDeformer1Gpu_1:
.. _omni_graph_examples_cpp_PrimDeformer1Gpu:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. ================================================================================
:... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnExampleExtractFloat3Array.rst | .. _omni_graph_examples_cpp_ExtractFloat3Array_1:
.. _omni_graph_examples_cpp_ExtractFloat3Array:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. ===============================================================================... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnExampleSimpleDeformer.rst | .. _omni_graph_examples_cpp_SimpleDeformer_1:
.. _omni_graph_examples_cpp_SimpleDeformer:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. ================================================================================
:orph... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnIK.rst | .. _omni_graph_examples_cpp_SimpleIk_1:
.. _omni_graph_examples_cpp_SimpleIk:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. ================================================================================
:orphan:
.. meta... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnDeformer2_GPU.rst | .. _omni_graph_examples_cpp_Deformer2Gpu_1:
.. _omni_graph_examples_cpp_Deformer2Gpu:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. ================================================================================
:orphan:
... |
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnDeformer2_CPU.rst | .. _omni_graph_examples_cpp_Deformer2_1:
.. _omni_graph_examples_cpp_Deformer2:
.. ================================================================================
.. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT.
.. ================================================================================
:orphan:
.. me... |
omniverse-code/kit/exts/omni.graph.examples.cpp/PACKAGE-LICENSES/omni.graph.examples.cpp-LICENSE.md | Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
NVIDIA CORPORATION and its licensors retain all intellectual property
and proprietary rights in and to this software, related documentation
and any modifications thereto. Any use, reproduction, disclosure or
distribution of this software and related docume... |
omniverse-code/kit/exts/omni.graph.examples.cpp/config/extension.toml | [package]
title = "OmniGraph C++ Examples"
version = "1.4.2"
category = "Graph"
readme = "docs/README.md"
changelog = "docs/CHANGELOG.md"
description = "Contains a set of sample OmniGraph nodes implemented in C++."
repository = ""
keywords = ["kit", "omnigraph", "nodes"]
# Main module for the Python interface
[[python... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/__init__.py | """Module containing example nodes written in C++.
There is no public API to this module.
"""
__all__ = []
from ._impl.extension import _PublicExtension as _OmniGraphExamplesCppExtension # noqa: F401
|
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnBounceNoGatherDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.BounceWithoutGather
Example node that bounces an object up and down
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnBounceNoGatherDatabase(og.Database):
"""... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnSimpleDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.Simple
Minimal compute node example that reads two floats and outputs their product
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnSimpleDatabase(og.Databa... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnPrimDeformer1_GPUDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.PrimDeformer1Gpu
Example deformer node that applies a sine wave to a mesh on the GPU, input via a Prim
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnPrimD... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnDeformer1_GPUDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.Deformer1Gpu
Example deformer node that applies a sine wave to a mesh using CUDA code
"""
import numpy
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnDeformer1... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnExampleAdjacencyDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.Adjacency
Computes chosen adjacency information from specified input mesh topology data.
"""
import carb
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnExample... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnPrimDeformer2Database.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.PrimDeformer2
Example deformer node that limits the Z point positions to a threshold, input via a Prim
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnPrimD... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnDeformer2_CPUDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.Deformer2
Example deformer that limits the Z point positions to a threshold
"""
import numpy
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnDeformer2_CPUDataba... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnBounce_CPUDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.BounceCpu
A sample node that gathers (vectorizes) a bunch of translation attributes and bounces the objects up and down
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
i... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnBounceNoBundle_CPUDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.BounceNoBundleCpu
A sample node that gathers (vectorizes) a bunch of translation attributes and bounces the objects up and down
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn ... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnDeformer1Gather_GPUDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.DeformerWithGatherGpu
Example deformer node that applies a sine wave to a mesh using gathered inputs
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnDeformer1Ga... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnScaleCubeDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.ScaleCube
Example node that performs a simple multiplication
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnScaleCubeDatabase(og.Database):
"""Helper c... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnDeformer1_CPUDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.Deformer1
Example deformer node that applies a sine wave to a mesh
"""
import numpy
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnDeformer1_CPUDatabase(og.Dat... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnExampleSmoothDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.Smooth
Smooths data in a very simple way by averaging values with neighbors.
"""
import carb
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnExampleSmoothDataba... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnCompoundDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.Compound
Encapsulation of one more other nodes into a single node entity. The compound node doesn't have any functionality of its
own, it is merely a wrapper for a set of nodes that perform a complex task. It presents a more limited set ... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnScaleCubeWithPrimDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.ScaleCubeWithOutputPrim
Example node that performs a simple multiplication on a float value extracted from a Prim
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
cla... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnVersionedDeformerDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.VersionedDeformer
Test node to confirm version upgrading works. Performs a basic deformation on some points.
"""
import numpy
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as og... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnBounce_GPUDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.BounceGpu
Example node that gathers (vectorizes) a bunch of translation attributes and bounces the objects up and down on the GPU
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.og... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnUniversalAddDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.UniversalAdd
Universal add node for all types. This file was originally generated using UniversalAddGenerator.py. Edits have been made
since the initial generation as the API evolved. This example uses outputs and pairs of inputs of ever... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnExampleSimpleDeformerDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.SimpleDeformer
This is an example of a simple deformer. It calculates a sine wave and deforms the input geometry with it
"""
import numpy
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.t... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnGpuInteropAdjustExposureDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.GpuInteropAdjustExposure
RTX Renderer Postprocess Example (Exposure Adjustment)
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnGpuInteropAdjustExposureData... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnGpuInteropCpuToDiskDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.GpuInteropCpuToDisk
Saves specified CPU buffer to disk
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnGpuInteropCpuToDiskDatabase(og.Database):
"""Help... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnSimpleGatherDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.SimpleGather
Example node to illustrate use of a gather
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
import numpy
class OgnSimpleGatherDatabase(og.Database):
"""H... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnIKDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.SimpleIk
Example node that employs a simple IK algorithm to match a three-joint limb to a goal
"""
import numpy
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class Ogn... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnExampleExtractFloat3ArrayDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.ExtractFloat3Array
Outputs a float[3][] attribute extracted from a bundle.
"""
import numpy
import carb
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnExampleE... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnGpuInteropGpuToCpuCopyDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.GpuInteropGpuToCpuCopy
Generates a new AOV representing a CPU copy of a GPU buffer
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnGpuInteropGpuToCpuCopyDat... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnDeformer2_GPUDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.Deformer2Gpu
Example deformer that limits the Z point positions to a threshold running on the GPU
"""
import numpy
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class ... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnPrimDeformer1Database.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.PrimDeformer1
Example deformer node that applies a sine wave to a mesh, input via a Prim
"""
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omni.graph.tools.ogn as ogn
class OgnPrimDeformer1Databa... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnDeformerTimeBasedDatabase.py | """Support for simplified access to data on nodes of type omni.graph.examples.cpp.DeformerTimeBased
This is an example of a simple deformer with time based input to control a time dependent sine wave deformation.
"""
import numpy
import omni.graph.core as og
import omni.graph.core._omni_graph_core as _og
import omn... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnBounce_CPU.py | import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
import os
class TestOgn(ogts.OmniGraphTestCase):
async def test_data_access(self):
from omni.graph.examples.cpp.ogn.OgnBounce_CPUDatabase import OgnBounce_CPUDatabase
test_file_name = "OgnBounce_CPUTemplate.usd... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnDeformer1_CPU.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnIK.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnSimpleGather.py | import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
class TestOgn(ogts.OmniGraphTestCase):
async def test_data_access(self):
from omni.graph.examples.cpp.ogn.OgnSimpleGatherDatabase import OgnSimpleGatherDatabase
(_, (test_node,), _, _) = og.Controller.edit("/Te... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnDeformerTimeBased.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnCompound.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnExampleSmooth.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnVersionedDeformer.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/__init__.py | """====== GENERATED BY omni.graph.tools - DO NOT EDIT ======"""
import omni.graph.tools._internal as ogi
ogi.import_tests_in_directory(__file__, __name__)
|
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnDeformer2_CPU.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnBounceNoBundle_CPU.py | import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
import os
class TestOgn(ogts.OmniGraphTestCase):
async def test_data_access(self):
from omni.graph.examples.cpp.ogn.OgnBounceNoBundle_CPUDatabase import OgnBounceNoBundle_CPUDatabase
test_file_name = "OgnBounce... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnSimple.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnExampleAdjacency.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnExampleExtractFloat3Array.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnGpuInteropAdjustExposure.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnScaleCube.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnGpuInteropGpuToCpuCopy.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnExampleSimpleDeformer.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnGpuInteropCpuToDisk.py | import os
import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnUniversalAdd.py | import omni.kit.test
import omni.graph.core as og
import omni.graph.core.tests as ogts
from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode
from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene
from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene
from omni.grap... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnGpuInteropAdjustExposureTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnGpuInteropAdjustExposure.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipe... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnExampleExtractFloat3ArrayTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnExampleExtractFloat3Array.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pip... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnBounce_GPUTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnBounce_GPU.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageSimul... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnScaleCubeWithPrimTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnScaleCubeWithPrim.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineSta... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnBounceNoBundle_CPUTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnBounceNoBundle_CPU.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineSt... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnPrimDeformer2Template.usda | #usda 1.0
(
doc ="""Generated from node description file OgnPrimDeformer2.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageSi... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnDeformer1_CPUTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnDeformer1_CPU.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageSi... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnBounce_CPUTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnBounce_CPU.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageSimul... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnBounceNoGatherTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnBounceNoGather.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageS... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnDeformerTimeBasedTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnDeformerTimeBased.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineSta... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnDeformer2_GPUTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnDeformer2_GPU.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageSi... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnExampleAdjacencyTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnExampleAdjacency.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStag... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnScaleCubeTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnScaleCube.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageSimula... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnDeformer1_GPUTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnDeformer1_GPU.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageSi... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnDeformer2_CPUTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnDeformer2_CPU.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageSi... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnDeformer1Gather_GPUTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnDeformer1Gather_GPU.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineS... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnCompoundTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnCompound.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageSimulat... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnExampleSmoothTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnExampleSmooth.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageSi... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnVersionedDeformerTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnVersionedDeformer.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineSta... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnPrimDeformer1Template.usda | #usda 1.0
(
doc ="""Generated from node description file OgnPrimDeformer1.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageSi... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnIKTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnIK.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageSimulation"
... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnGpuInteropGpuToCpuCopyTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnGpuInteropGpuToCpuCopy.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipeli... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnSimpleTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnSimple.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineStageSimulatio... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnExampleSimpleDeformerTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnExampleSimpleDeformer.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelin... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnGpuInteropCpuToDiskTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnGpuInteropCpuToDisk.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineS... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnPrimDeformer1_GPUTemplate.usda | #usda 1.0
(
doc ="""Generated from node description file OgnPrimDeformer1_GPU.ogn
Contains templates for node types found in that file."""
)
def OmniGraph "TestGraph"
{
token evaluator:type = "push"
int2 fileFormatVersion = (1, 3)
token flatCacheBacking = "Shared"
token pipelineStage = "pipelineSta... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/_impl/extension.py | """Support required by the Carbonite extension loader - no visible API exists.
"""
__all__ = []
import omni.ext
from ..bindings._omni_graph_examples_cpp import acquire_interface as _acquire
from ..bindings._omni_graph_examples_cpp import release_interface as _release
class _PublicExtension(omni.ext.IExt):
"""O... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/_impl/__init__.py | |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/tests/test_extension_shutdown.py | """Test cases for extension shutdown"""
import omni.graph.core as og
import omni.graph.core.tests as ogts
import omni.kit
# ======================================================================
class TestExtensionShutdown(ogts.OmniGraphTestCase):
"""Testing for extension shutdown"""
# ----------------------... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/tests/test_partition_passes.py | """Partition pass example unit tests for OG"""
import carb
import omni.graph.core as og
import omni.graph.core.tests as ogts
# ======================================================================
class SimpleGraphScene:
def __init__(self):
self.graph = None
self.nodes = None
# ===============... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/tests/test_api.py | """Testing the stability of the API in this module"""
import omni.graph.core.tests as ogts
import omni.graph.examples.cpp as ogec
from omni.graph.tools.tests.internal_utils import _check_module_api_consistency, _check_public_api_contents
# ======================================================================
class _... |
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/tests/__init__.py | """
Presence of this file allows the tests directory to be imported as a module so that all of its contents
can be scanned to automatically add tests that are placed into this directory.
"""
scan_for_test_modules = True
__all__ = [] # Tests are not for public use
|
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/tests/data/ForEachInPushGraph.usda | #usda 1.0
(
customLayerData = {
dictionary cameraSettings = {
dictionary Front = {
double3 position = (0, 0, 50000)
double radius = 500
}
dictionary Perspective = {
double3 position = (504.7206825759991, 607.2777734452386, 6... |
omniverse-code/kit/exts/omni.graph.examples.cpp/docs/CHANGELOG.md | # Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.4.2] - 2022-12-19
### Fixed
- Avoid null poi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.