Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::blueprint::archetypes::TensorViewFit Struct Reference

Archetype: Configures how a selected tensor slice is shown on screen. More...

#include <rerun/blueprint/archetypes/tensor_view_fit.hpp>

Public Types

using IndicatorComponent = rerun::components::IndicatorComponent< IndicatorComponentName >
 Indicator component, used to identify the archetype when converting to a list of components.
 

Public Member Functions

 TensorViewFit (TensorViewFit &&other)=default
 
TensorViewFit with_scaling (rerun::blueprint::components::ViewFit _scaling) &&
 How the image is scaled to fit the view.
 

Public Attributes

std::optional< rerun::blueprint::components::ViewFit > scaling
 How the image is scaled to fit the view.
 

Static Public Attributes

static constexpr const char IndicatorComponentName []
 

Detailed Description

Archetype: Configures how a selected tensor slice is shown on screen.

Member Data Documentation

◆ IndicatorComponentName

constexpr const char rerun::blueprint::archetypes::TensorViewFit::IndicatorComponentName[]
staticconstexpr
Initial value:
=
"rerun.blueprint.components.TensorViewFitIndicator"

The documentation for this struct was generated from the following file: