Class VisualizerICardioOp
Defined in File visualizer_icardio.hpp
Base Type
public holoscan::ops::GXFOperator
(Class GXFOperator)
-
class VisualizerICardioOp : public holoscan::ops::GXFOperator
Visualizer iCardio Operator class to generate data for visualization.
Class wraps a GXF Codelet(
<a class="reference internal" href="classnvidia_1_1holoscan_1_1multiai_1_1VisualizerICardio.html#classnvidia_1_1holoscan_1_1multiai_1_1VisualizerICardio" target="_self">nvidia::holoscan::multiai::VisualizerICardio</a>
).Public Functions
-
template<typename ArgT, typename ...ArgsT, typename = std::enable_if_t<!std::is_base_of_v<Operator, std::decay_t<ArgT>> && (std::is_same_v<Arg, std::decay_t<ArgT>> || std::is_same_v<ArgList, std::decay_t<ArgT>> || std::is_base_of_v<holoscan::Condition, typename holoscan::type_info<ArgT>::derived_type> || std::is_base_of_v<holoscan::Resource, typename holoscan::type_info<ArgT>::derived_type>)>>
inline VisualizerICardioOp(ArgT &&arg, ArgsT&&... args)
- VisualizerICardioOp() = default
-
inline virtual const char *gxf_typename() const override
Get the type name of the GXF component.
The returned string is the type name of the GXF component and is used to create the GXF component.
Example: “nvidia::holoscan::AJASource”
- Returns
The type name of the GXF component.
-
virtual void setup(OperatorSpec &spec) override
Define the operator specification.
- Parameters
spec – The reference to the operator specification.
-
template<typename ArgT, typename ...ArgsT, typename = std::enable_if_t<!std::is_base_of_v<Operator, std::decay_t<ArgT>> && (std::is_same_v<Arg, std::decay_t<ArgT>> || std::is_same_v<ArgList, std::decay_t<ArgT>> || std::is_base_of_v<holoscan::Condition, typename holoscan::type_info<ArgT>::derived_type> || std::is_base_of_v<holoscan::Resource, typename holoscan::type_info<ArgT>::derived_type>)>>