YAML::convert< holoscan::ops::HolovizOp::InputSpec >
YAML::convert< holoscan::ops::HolovizOp::InputSpec >
Custom YAML parser for InputSpec class.
Static methods
encode
Encodes an InputSpec object to a YAML Node.
Returns: YAML Node representation of the InputSpec.
Parameters
input_spec
The InputSpec object to encode.
decode
Decodes a YAML Node to an InputSpec object.
Returns: true if successful, false otherwise.
Parameters
node
The YAML Node to decode.
input_spec
The InputSpec object to populate.