6#include "../result.hpp"
19 using UInt8Builder = NumericBuilder<UInt8Type>;
45 struct Loggable<components::MagnificationFilter> {
46 static constexpr const char Name[] =
"rerun.components.MagnificationFilter";
49 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
52 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
MagnificationFilter
Component: Filter used when magnifying an image/texture such that a single pixel/texel is displayed a...
Definition magnification_filter.hpp:24
@ Linear
Linearly interpolate the nearest neighbors, creating a smoother look when zooming in.
@ Nearest
Show the nearest pixel value.
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22