6#include "../../component_descriptor.hpp"
7#include "../../result.hpp"
20 using UInt8Builder = NumericBuilder<UInt8Type>;
23namespace rerun::blueprint::components {
25 enum class ViewFit : uint8_t {
34 FillKeepAspectRatio = 3,
44 struct Loggable<blueprint::components::ViewFit> {
45 static constexpr ComponentDescriptor Descriptor =
"rerun.blueprint.components.ViewFit";
48 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
51 static Result<std::shared_ptr<arrow::Array>> to_arrow(
52 const blueprint::components::ViewFit* instances,
size_t num_instances
57 arrow::UInt8Builder* builder,
const blueprint::components::ViewFit* elements,
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:95
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:23