6#include "../result.hpp"
7#include "keypoint_id.hpp"
47 struct Loggable<encodings::KeypointPair> {
48 static constexpr std::string_view ComponentType =
"rerun.encodings.KeypointPair";
51 static const std::shared_ptr<arrow::DataType>& arrow_data_type();
54 static Result<std::shared_ptr<arrow::Array>> to_arrow(
55 const encodings::KeypointPair* instances,
size_t num_instances
60 arrow::StructBuilder* builder,
const encodings::KeypointPair* elements,
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:103
All built-in encodings. See Types in the Rerun manual.
Definition rerun.hpp:96
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:26
Encoding: A 16-bit ID representing a type of semantic keypoint within a class.
Definition keypoint_id.hpp:24
Encoding: A connection between two encodings::KeypointIds.
Definition keypoint_pair.hpp:20
rerun::encodings::KeypointId keypoint1
The second point of the pair.
Definition keypoint_pair.hpp:25
rerun::encodings::KeypointId keypoint0
The first point of the pair.
Definition keypoint_pair.hpp:22