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