4#include "rerun/archetypes.hpp"
5#include "rerun/components.hpp"
6#include "rerun/encodings.hpp"
9#include "rerun/datatypes.hpp"
12#include "rerun/collection.hpp"
13#include "rerun/collection_adapter.hpp"
14#include "rerun/collection_adapter_builtins.hpp"
15#include "rerun/component_descriptor.hpp"
16#include "rerun/config.hpp"
17#include "rerun/entity_path.hpp"
18#include "rerun/error.hpp"
19#include "rerun/image_utils.hpp"
20#include "rerun/recording_stream.hpp"
21#include "rerun/result.hpp"
22#include "rerun/sdk_info.hpp"
23#include "rerun/spawn.hpp"
33 [[deprecated(
"Deprecated since 0.32.0. Use EXTERNAL_IMPORTER_INCOMPATIBLE_EXIT_CODE instead."
39 using namespace archetypes;
90 namespace archetypes {}
93 namespace components {}
96 namespace encodings {}
99 namespace blueprint {}
Colormap
Component: Colormap for mapping scalar values within a given range to a color.
Definition colormap.hpp:28
TransformRelation
Component: Specifies relation a spatial transform describes.
Definition transform_relation.hpp:24
MarkerShape
Component: The visual appearance of a point in e.g. a 2D plot.
Definition marker_shape.hpp:24
FillMode
Component: How a geometric shape is drawn and colored.
Definition fill_mode.hpp:24
GraphType
Component: Specifies if a graph has directed or undirected edges.
Definition graph_type.hpp:24
ChannelDatatype
Encoding: The innermost datatype of an image.
Definition channel_datatype.hpp:26
PixelFormat
Encoding: Specifieds a particular format of an archetypes::Image.
Definition pixel_format.hpp:34
ColorModel
Encoding: Specifies what color components are present in an archetypes::Image.
Definition color_model.hpp:26
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:26
constexpr int EXTERNAL_DATA_LOADER_INCOMPATIBLE_EXIT_CODE
Definition rerun.hpp:34
constexpr int EXTERNAL_IMPORTER_INCOMPATIBLE_EXIT_CODE
When an external [Importer] is asked to import some data that it doesn't know how to handle,...
Definition rerun.hpp:30
Component: A color multiplier, usually applied to a whole entity, e.g. a mesh.
Definition albedo_factor.hpp:14
Component: An RGBA color with unmultiplied/separate alpha, in sRGB gamma space with linear alpha.
Definition color.hpp:17
Component: A geospatial line string expressed in EPSG:4326 latitude and longitude (North/East-positiv...
Definition geo_line_string.hpp:21
Component: Half-size (radius) of a 2D box.
Definition half_size2d.hpp:20
Component: Half-size (radius) of a 3D box.
Definition half_size3d.hpp:20
Component: A buffer that is known to store image data.
Definition image_buffer.hpp:18
Component: A map of string keys to string values.
Definition key_value_pairs.hpp:28
Component: A geospatial position expressed in EPSG:4326 latitude and longitude (North/East-positive d...
Definition lat_lon.hpp:15
Component: A line strip in 2D space.
Definition line_strip2d.hpp:33
Component: A line strip in 3D space.
Definition line_strip3d.hpp:33
Component: A position in 2D space.
Definition position2d.hpp:15
Component: A position in 3D space.
Definition position3d.hpp:15
Component: The radius of something, e.g.
Definition radius.hpp:21
Component: A scalar value, encoded as a 64-bit floating point.
Definition scalar.hpp:16
Component: The severity level of a text log message.
Definition text_log_level.hpp:25
Component: A string of text, e.g. for labels and text documents.
Definition text.hpp:16
Component: The three indices of a triangle in a triangle mesh.
Definition triangle_indices.hpp:15
Component: A vector in 2D space.
Definition vector2d.hpp:15
Component: A vector in 3D space.
Definition vector3d.hpp:15
Encoding: Angle in radians.
Definition angle.hpp:24
Encoding: Annotation info annotating a class id or key-point id.
Definition annotation_info.hpp:25
Encoding: The description of a semantic Class.
Definition class_description.hpp:35
Encoding: A double-precision vector in 2D space.
Definition dvec2d.hpp:20
Encoding: A single-precision 32-bit IEEE 754 floating point number.
Definition float32.hpp:24
Encoding: A connection between two encodings::KeypointIds.
Definition keypoint_pair.hpp:20
Encoding: A 3x3 Matrix.
Definition mat3x3.hpp:31
Encoding: A Quaternion represented by 4 real numbers.
Definition quaternion.hpp:24
Encoding: An RGBA color with unmultiplied/separate alpha, in sRGB gamma space with linear alpha.
Definition rgba32.hpp:27
Encoding: 3D rotation represented by a rotation around a given axis.
Definition rotation_axis_angle.hpp:21
Encoding: The underlying storage for archetypes::Tensor.
Definition tensor_buffer.hpp:98
Encoding: An N-dimensional array of numbers.
Definition tensor_data.hpp:30
Encoding: A vector in 2D space.
Definition vec2d.hpp:20
Encoding: A vector in 3D space.
Definition vec3d.hpp:20
Encoding: A vector in 4D space.
Definition vec4d.hpp:20