What can I help you with?
NVIDIA Holoscan SDK v3.4.0

Template Struct convert< holoscan::ops::HolovizOp::InputSpec >

template<>
struct convert<holoscan::ops::HolovizOp::InputSpec>

Custom YAML parser for InputSpec class

Public Static Functions

static inline Node encode(const holoscan::ops::HolovizOp::InputSpec &input_spec)

Encodes an InputSpec object to a YAML Node.

Parameters

input_spec – The InputSpec object to encode.

Returns

YAML Node representation of the InputSpec.

static inline bool decode(const Node &node, holoscan::ops::HolovizOp::InputSpec &input_spec)

Decodes a YAML Node to an InputSpec object.

Parameters
  • node – The YAML Node to decode.

  • input_spec – The InputSpec object to populate.

Returns

true if successful, false otherwise.

Previous Template Struct convert< holoscan::ops::HolovizOp::FramebufferSizeCallbackFunction >
Next Template Struct convert< holoscan::ops::HolovizOp::InputSpec::View >
© Copyright 2022-2025, NVIDIA. Last updated on Jul 1, 2025.