6#include "../result.hpp"
19 using UInt8Builder = NumericBuilder<UInt8Type>;
55 struct Loggable<datatypes::ViewDir> {
56 static constexpr std::string_view ComponentType =
"rerun.datatypes.ViewDir";
59 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
62 static Result<std::shared_ptr<arrow::Array>> to_arrow(
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:103
All built-in datatypes. See Types in the Rerun manual.
Definition rerun.hpp:93
ViewDir
Datatype: The six cardinal directions for 3D view-space.
Definition view_dir.hpp:27
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:23