Module rerun::datatypes

source ·
Expand description

The low-level datatypes that components are built from.

They all implement the Datatype trait.

Structs§

  • Datatype: Annotation info annotating a class id or key-point id.
  • Datatype: A single boolean.
  • Datatype: The description of a semantic Class.
  • Datatype: A helper type for mapping class IDs to class descriptions.
  • Datatype: A 16-bit ID representing a type of semantic class.
  • Datatype: A path to an entity in the DataStore.
  • Datatype: A single-precision 32-bit IEEE 754 floating point number.
  • Datatype: A 16-bit ID representing a type of semantic keypoint within a class.
  • Datatype: A connection between two Keypoints.
  • Datatype: A 3x3 Matrix.
  • Datatype: A 4x4 Matrix.
  • Datatype: Material properties of a mesh.
  • Datatype: A Quaternion represented by 4 real numbers.
  • Datatype: A 1D range, specifying a lower and upper bound.
  • Datatype: An Axis-Aligned Bounding Box in 2D space, implemented as the minimum and maximum corners.
  • Datatype: An RGBA color with unmultiplied/separate alpha, in sRGB gamma space with linear alpha.
  • Datatype: 3D rotation represented by a rotation around a given axis.
  • Datatype: A multi-dimensional Tensor of data.
  • Datatype: A single dimension within a multi-dimensional tensor.
  • Datatype: A 64-bit number describing either nanoseconds OR sequence numbers.
  • Datatype: Visible time range bounds for a specific timeline.
  • Datatype: Representation of an affine transform via a 3x3 affine matrix paired with a translation.
  • Datatype: Representation of an affine transform via separate translation, rotation & scale.
  • Datatype: A 32bit unsigned integer.
  • Datatype: A 64bit unsigned integer.
  • Datatype: A uint32 vector in 2D space.
  • Datatype: A uint32 vector in 3D space.
  • Datatype: A uint vector in 4D space.
  • Datatype: A string of text, encoded as UTF-8.
  • Datatype: A 16-byte UUID.
  • Datatype: A vector in 2D space.
  • Datatype: A vector in 3D space.
  • Datatype: A vector in 4D space.
  • Datatype: Visible time range bounds for a specific timeline.

Enums§

  • Datatype: Angle in either radians or degrees.
  • Datatype: A 3D rotation.
  • Datatype: 3D scaling factor, part of a transform representation.
  • Datatype: The underlying storage for a Tensor.
  • Datatype: Left or right boundary of a time range.
  • Datatype: Representation of a 3D affine transform.