|
Rerun C++ SDK
|
Archetype: Empties all the components of an entity. More...
#include <rerun/archetypes/clear.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 | |
| Clear (bool _is_recursive=false) | |
| Clear (Clear &&other)=default | |
| Clear (rerun::components::ClearIsRecursive _is_recursive) | |
| size_t | num_instances () const |
| Returns the number of primary instances of this archetype. | |
Public Attributes | |
| rerun::components::ClearIsRecursive | is_recursive |
Static Public Attributes | |
| static constexpr const char | IndicatorComponentName [] = "rerun.components.ClearIndicator" |
| static const Clear | FLAT |
| static const Clear | RECURSIVE |
Archetype: Empties all the components of an entity.
