6#include "../../blueprint/components/visual_bounds2d.hpp"
7#include "../../collection.hpp"
8#include "../../component_batch.hpp"
9#include "../../indicator_component.hpp"
10#include "../../result.hpp"
16namespace rerun::blueprint::archetypes {
31 static constexpr const char IndicatorComponentName[] =
32 "rerun.blueprint.components.VisualBounds2DIndicator";
42 :
range(std::move(_range)) {}
54 struct AsComponents<blueprint::archetypes::VisualBounds2D> {
A class for representing either a usable value, or an error.
Definition result.hpp:14
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22
Archetype: Controls the visual bounds of a 2D view.
Definition visual_bounds2d.hpp:24
rerun::blueprint::components::VisualBounds2D range
Controls the visible range of a 2D view.
Definition visual_bounds2d.hpp:28
Component: Visual bounds in 2D space used for Spatial2DView.
Definition visual_bounds2d.hpp:14
Indicator component used by archetypes when converting them to component lists.
Definition indicator_component.hpp:30