NVIDIA Holoscan SDK v3.6.0

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

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

Custom YAML parser for InputSpec::View class

Public Static Functions

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

Encodes an InputSpec::View object to a YAML Node.

Parameters

view – The InputSpec::View object to encode.

Returns

YAML Node representation of the View.

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

Decodes a YAML Node to an InputSpec::View object.

Parameters
  • node – The YAML Node to decode.

  • view – The InputSpec::View object to populate.

Returns

true if successful, false otherwise.

Previous Template Struct convert< holoscan::ops::HolovizOp::InputSpec >
Next Template Struct convert< holoscan::ops::HolovizOp::KeyCallbackFunction >
© Copyright 2022-2025, NVIDIA. Last updated on Sep 16, 2025