Holoscan SDK v3.11.0

Class PoseTreeManagerLookupOp

Base Type

class PoseTreeManagerLookupOp : public holoscan::Operator

PoseTreeManager service lookup operator intended for use in tests.

During initialization, it attempts to retrieve the PoseTreeManager service using the “pose_tree_manager” id. It throws if the service is not found.

Public Functions

HOLOSCAN_OPERATOR_FORWARD_ARGS (PoseTreeManagerLookupOp) PoseTreeManagerLookupOp()=default
virtual void setup(OperatorSpec &spec) override

Define the operator specification.

Parameters

spec – The reference to the operator specification.

virtual void initialize() override

Initialize the operator.

This function is called when the fragment is initialized by Executor::initialize_fragment().

Previous Class PingTxOp
Next Class SegmentationPostprocessorOp
© Copyright 2022-2026, NVIDIA. Last updated on Feb 4, 2026