Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::blueprint::encodings::ComponentColumnSelector Struct Reference

Encoding: Describe a component column to be selected in the dataframe view. More...

#include <rerun/blueprint/encodings/component_column_selector.hpp>

Public Attributes

rerun::encodings::EntityPath entity_path
 The entity path for this component.
 
rerun::encodings::Utf8 component
 The name of the component.
 

Detailed Description

Encoding: Describe a component column to be selected in the dataframe view.

This type is unstable and may change significantly in a way that the data won't be backwards compatible.

Member Data Documentation

◆ component

rerun::encodings::Utf8 rerun::blueprint::encodings::ComponentColumnSelector::component

The name of the component.

This acts as the component name in the context of a given entity_path An example for this would be Points3D:positions, for the positions field in archetypes::Points3D.


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