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

Struct PoseTree::FrameInfo

This struct is a nested type of Class PoseTree.

struct FrameInfo

Helper structure that stores the information about a frame.

Public Members

history_t *history

Array containing the list of edges.

int32_t number_edges

Current number of edges.

int32_t maximum_number_edges

Maximum number of edges allowed.

char name[kFrameNameMaximumLength + 1]

Name of the frame. It has to be null terminated, so it can hold at most 63 characters.

std::string_view name_view
int32_t distance_to_root

Hint to quickly find a path: Store the distance from the node to the root (== 0 if this frame is the root)

frame_t node_to_root

Frame to follow to reach the root.

frame_t root

Name of the root.

mutable version_t hint_version

Some helper id to computer the path between two nodes.

mutable frame_t dfs_link

Some helper to memorize the path we took during the dfs.

frame_t uid

Name of the frame.

Previous Struct HashMap::Entry
Next Struct PoseTreeEdgeHistory::TimedPose
© Copyright 2022-2025, NVIDIA. Last updated on Jul 1, 2025.