Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProcessorGraph

Image

Utility class to load images(s).

Hierarchy

  • ProcessorGraph

Index

Constructors

Properties

Methods

Constructors

constructor

  • Creates a ProcessorGraph object with a specified name.

    Parameters

    • name: string

    Returns ProcessorGraph

Properties

Optional lastError

lastError: string

The last error the ProcessorGraph encountered when loading the graph file.

Methods

setValue

  • setValue(value: any, nodeKey: string, key: string): void
  • Sets the specified value for the specified node.

    Parameters

    • value: any
    • nodeKey: string
    • key: string

    Returns void

Generated using TypeDoc