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