Class Node::OutputMap

Nested Relationships

This class is a nested type of Class Node.

Inheritance Relationships

Base Type

  • public std::unordered_map< std::string, Output >

Class Documentation

class OutputMap : public std::unordered_map<std::string, Output>

Output map which keeps track of extra outputs assigned to a node Extends std::unordered_map<std::string, dai::Node::Output>

Public Functions

OutputMap(std::string name, Output defaultOutput)
OutputMap(Output defaultOutput)
Output &operator[](const std::string &key)

Create or modify an input.

Public Members

std::string name