6#include "../result.hpp"
19 using UInt8Builder = NumericBuilder<UInt8Type>;
54 struct Loggable<components::MagnificationFilter> {
55 static constexpr std::string_view ComponentType =
"rerun.components.MagnificationFilter";
58 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
61 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 components. See Types in the Rerun manual.
Definition rerun.hpp:79
@ Linear
Connect data points with straight line segments.
MagnificationFilter
Component: Filter used when a single texel/pixel of an image is displayed larger than a single screen...
Definition magnification_filter.hpp:27
@ Nearest
Show the nearest pixel value.
@ Bicubic
Bicubic interpolation using a Catmull-Rom spline, creating the smoothest look when the image is scale...
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:23