6#include "../collection.hpp"
7#include "../compiler_utils.hpp"
8#include "../component_batch.hpp"
9#include "../components/disconnected_space.hpp"
10#include "../indicator_component.hpp"
11#include "../result.hpp"
18RR_DISABLE_DEPRECATION_WARNING
52 struct [[deprecated(
"Use [archetypes.Transform3D] with an invalid transform instead"
58 static constexpr const char IndicatorComponentName[] =
59 "rerun.components.DisconnectedSpaceIndicator";
69 : disconnected_space(std::move(_disconnected_space)) {}
79 RR_DISABLE_DEPRECATION_WARNING
83 struct AsComponents<archetypes::DisconnectedSpace> {
85 static Result<std::vector<ComponentBatch>> serialize(
86 const archetypes::DisconnectedSpace& archetype
All built-in archetypes. See Types in the Rerun manual.
Definition rerun.hpp:77
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:23
Archetype: Spatially disconnect this entity from its parent.
Definition disconnected_space.hpp:53
rerun::components::DisconnectedSpace disconnected_space
Whether the entity path at which this is logged is disconnected from its parent.
Definition disconnected_space.hpp:55
Component: Spatially disconnect this entity from its parent.
Definition disconnected_space.hpp:22
Indicator component used by archetypes when converting them to component lists.
Definition indicator_component.hpp:32