omni/graph/core/bundle/IBundleFactory1.h

↰ Parent directory: omni/graph/core/bundle/

Source: omni/graph/core/bundle/IBundleFactory1.h

Included By

Namespaces

Classes

Functions

  • createBundle: Create a single bundle at the given path and acquire an IBundle2 interface instance. This function is a convenience wrapper for creating individual bundles.

  • getBundle: Acquire a single IBundle2 interface instance from a bundle handle. This function retrieves a writable interface for a specific bundle.

  • getBundle: Acquire a single IConstBundle2 interface instance from a constant bundle handle. This function retrieves a read-only interface for a specific immutable bundle.

  • getBundles: Acquire IBundle2 interface instances from bundle handles. This overloaded function retrieves writable bundle interfaces for the provided handles.

  • getBundles: Acquire IConstBundle2 interface instances from constant bundle handles. This overloaded function retrieves read-only interfaces for constant bundles.

  • getConstBundle: Acquire a single IConstBundle2 interface instance from a constant bundle handle. This function retrieves a read-only interface for a specific bundle.

  • getConstBundles: Acquire IConstBundle2 interface instances from constant bundle handles. This function retrieves read-only bundle interfaces from the provided handles.

  • omni::graph::core::OMNI_DECLARE_INTERFACE