Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::blueprint::components::ColumnOrder Struct Reference

Component: The order of component columns (which remain always grouped by entity path) in the dataframe view. More...

#include <rerun/blueprint/components/column_order.hpp>

Public Member Functions

 ColumnOrder (rerun::Collection< rerun::datatypes::EntityPath > entity_paths_)
 
ColumnOrderoperator= (rerun::Collection< rerun::datatypes::EntityPath > entity_paths_)
 

Public Attributes

rerun::Collection< rerun::datatypes::EntityPathentity_paths
 

Detailed Description

Component: The order of component columns (which remain always grouped by entity path) in the dataframe view.

Entities not in this list are appended at the end in their default order. Entities in this list that are not present in the view are ignored.

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


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