6#include "../collection.hpp"
7#include "../component_batch.hpp"
8#include "../components/scalar.hpp"
9#include "../indicator_component.hpp"
10#include "../result.hpp"
53 static constexpr const char IndicatorComponentName[] =
"rerun.components.ScalarIndicator";
74 struct AsComponents<archetypes::Scalar> {
76 static Result<std::vector<ComponentBatch>> serialize(
const archetypes::Scalar& archetype);
All built-in archetypes. See Types in the Rerun manual.
Definition rerun.hpp:76
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22
Archetype: A double-precision scalar, e.g.
Definition scalar.hpp:48
rerun::components::Scalar scalar
The scalar value to log.
Definition scalar.hpp:50
Indicator component used by archetypes when converting them to component lists.
Definition indicator_component.hpp:30
Component: A scalar value, encoded as a 64-bit floating point.
Definition scalar.hpp:16