6#include "../../component_descriptor.hpp"
7#include "../../result.hpp"
18namespace rerun::blueprint::datatypes {
45 struct Loggable<blueprint::datatypes::TensorDimensionIndexSlider> {
46 static constexpr ComponentDescriptor Descriptor =
47 "rerun.blueprint.datatypes.TensorDimensionIndexSlider";
50 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
53 static Result<std::shared_ptr<arrow::Array>> to_arrow(
54 const blueprint::datatypes::TensorDimensionIndexSlider* instances,
size_t num_instances
59 arrow::StructBuilder* builder,
60 const blueprint::datatypes::TensorDimensionIndexSlider* elements,
size_t num_elements
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:99
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:23
Datatype: Defines a slider for the index of some dimension.
Definition tensor_dimension_index_slider.hpp:23
uint32_t dimension
The dimension number.
Definition tensor_dimension_index_slider.hpp:25