Class GXFResource

Base Types

Derived Types

class GXFResource : public holoscan::Resource, public holoscan::gxf::GXFComponent

Subclassed by holoscan::Allocator, holoscan::Receiver, holoscan::StdComponentSerializer, holoscan::Transmitter, holoscan::VideoStreamSerializer

Public Functions

template<typename ArgT, typename ...ArgsT, typename = std::enable_if_t<!std::is_base_of_v<Resource, std::decay_t<ArgT>> && (std::is_same_v<Arg, std::decay_t<ArgT>> || std::is_same_v<ArgList, std::decay_t<ArgT>>)>>
inline GXFResource(ArgT &&arg, ArgsT&&... args)

GXFResource() = default

virtual void initialize() override

Initialize the component.

This method is called only once when the component is created for the first time, and use of light-weight initialization.

© Copyright 2022, NVIDIA. Last updated on Jun 28, 2023.