6#include "../collection.hpp"
7#include "../components/disconnected_space.hpp"
8#include "../data_cell.hpp"
9#include "../indicator_component.hpp"
10#include "../result.hpp"
49 static constexpr const char IndicatorComponentName[] =
50 "rerun.components.DisconnectedSpaceIndicator";
60 : disconnected_space(std::move(_disconnected_space)) {}
77 struct AsComponents<archetypes::DisconnectedSpace> {
79 static Result<std::vector<DataCell>> serialize(
80 const archetypes::DisconnectedSpace& archetype
All built-in archetypes. See Types in the Rerun manual.
Definition rerun.hpp:66
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:20
Archetype: Specifies that the entity path at which this is logged is disconnected from its parent.
Definition disconnected_space.hpp:45
size_t num_instances() const
Returns the number of primary instances of this archetype.
Definition disconnected_space.hpp:63
Component: Specifies that the entity path at which this is logged is disconnected from its parent.
Definition disconnected_space.hpp:23
Indicator component used by archetypes when converting them to component lists.
Definition indicator_component.hpp:23