|
Rerun C++ SDK
|
Archetype: Specifies that the entity path at which this is logged is disconnected from its parent. More...
#include <rerun/archetypes/disconnected_space.hpp>
Public Types | |
| using | IndicatorComponent = components::IndicatorComponent< IndicatorComponentName > |
| Indicator component, used to identify the archetype when converting to a list of components. | |
Public Member Functions | |
| DisconnectedSpace (DisconnectedSpace &&other)=default | |
| DisconnectedSpace (rerun::components::DisconnectedSpace _disconnected_space) | |
| size_t | num_instances () const |
| Returns the number of primary instances of this archetype. | |
Public Attributes | |
| rerun::components::DisconnectedSpace | disconnected_space |
Static Public Attributes | |
| static constexpr const char | IndicatorComponentName [] |
Archetype: Specifies that the entity path at which this is logged is disconnected from its parent.
This is useful for specifying that a subgraph is independent of the rest of the scene.
If a transform or pinhole is logged on the same path, this archetype's components will be ignored.

|
staticconstexpr |