6#include "../result.hpp"
19 using UInt8Builder = NumericBuilder<UInt8Type>;
48 struct Loggable<components::TransformRelation> {
49 static constexpr const char Name[] =
"rerun.components.TransformRelation";
52 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
55 static Result<std::shared_ptr<arrow::Array>> to_arrow(
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:95
All built-in components. See Types in the Rerun manual.
Definition rerun.hpp:79
TransformRelation
Component: Specifies relation a spatial transform describes.
Definition transform_relation.hpp:24
@ ParentFromChild
The transform describes how to transform into the parent entity's space.
@ ChildFromParent
The transform describes how to transform into the child entity's space.
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22