1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/rust/api.rs

mod aggregation_policy;
mod albedo_factor;
mod albedo_factor_ext;
mod annotation_context;
mod axis_length;
mod axis_length_ext;
mod blob;
mod class_id;
mod class_id_ext;
mod color;
mod color_ext;
mod colormap;
mod colormap_ext;
mod depth_meter;
mod depth_meter_ext;
mod draw_order;
mod draw_order_ext;
mod entity_path;
mod fill_mode;
mod fill_mode_ext;
mod fill_ratio;
mod fill_ratio_ext;
mod gamma_correction;
mod gamma_correction_ext;
mod geo_line_string;
mod geo_line_string_ext;
mod graph_edge;
mod graph_node;
mod graph_node_ext;
mod graph_type;
mod half_size2d;
mod half_size2d_ext;
mod half_size3d;
mod half_size3d_ext;
mod image_buffer;
mod image_buffer_ext;
mod image_format;
mod image_format_ext;
mod image_plane_distance;
mod image_plane_distance_ext;
mod keypoint_id;
mod keypoint_id_ext;
mod lat_lon;
mod lat_lon_ext;
mod length;
mod length_ext;
mod line_strip2d;
mod line_strip2d_ext;
mod line_strip3d;
mod line_strip3d_ext;
mod magnification_filter;
mod marker_shape;
mod marker_shape_ext;
mod marker_size;
mod marker_size_ext;
mod media_type;
mod media_type_ext;
mod name;
mod name_ext;
mod opacity;
mod opacity_ext;
mod pinhole_projection;
mod pinhole_projection_ext;
mod plane3d;
mod plane3d_ext;
mod pose_rotation_axis_angle;
mod pose_rotation_axis_angle_ext;
mod pose_rotation_quat;
mod pose_rotation_quat_ext;
mod pose_scale3d;
mod pose_scale3d_ext;
mod pose_transform_mat3x3;
mod pose_transform_mat3x3_ext;
mod pose_translation3d;
mod pose_translation3d_ext;
mod position2d;
mod position2d_ext;
mod position3d;
mod position3d_ext;
mod radius;
mod radius_ext;
mod range1d;
mod range1d_ext;
mod recording_uri;
mod recording_uri_ext;
mod resolution;
mod resolution_ext;
mod rotation_axis_angle;
mod rotation_axis_angle_ext;
mod rotation_quat;
mod rotation_quat_ext;
mod scalar;
mod scalar_ext;
mod scale3d;
mod scale3d_ext;
mod show_labels;
mod show_labels_ext;
mod stroke_width;
mod stroke_width_ext;
mod tensor_data;
mod tensor_dimension_index_selection;
mod tensor_dimension_index_selection_ext;
mod tensor_height_dimension;
mod tensor_width_dimension;
mod texcoord2d;
mod texcoord2d_ext;
mod text;
mod text_ext;
mod text_log_level;
mod text_log_level_ext;
mod transform_mat3x3;
mod transform_mat3x3_ext;
mod transform_relation;
mod translation3d;
mod translation3d_ext;
mod triangle_indices;
mod triangle_indices_ext;
mod value_range;
mod value_range_ext;
mod vector2d;
mod vector2d_ext;
mod vector3d;
mod vector3d_ext;
mod video_timestamp;
mod video_timestamp_ext;
mod view_coordinates;
mod view_coordinates_ext;

pub use self::aggregation_policy::AggregationPolicy;
pub use self::albedo_factor::AlbedoFactor;
pub use self::annotation_context::AnnotationContext;
pub use self::axis_length::AxisLength;
pub use self::blob::Blob;
pub use self::class_id::ClassId;
pub use self::color::Color;
pub use self::colormap::Colormap;
pub use self::depth_meter::DepthMeter;
pub use self::draw_order::DrawOrder;
pub use self::entity_path::EntityPath;
pub use self::fill_mode::FillMode;
pub use self::fill_ratio::FillRatio;
pub use self::gamma_correction::GammaCorrection;
pub use self::geo_line_string::GeoLineString;
pub use self::graph_edge::GraphEdge;
pub use self::graph_node::GraphNode;
pub use self::graph_type::GraphType;
pub use self::half_size2d::HalfSize2D;
pub use self::half_size3d::HalfSize3D;
pub use self::image_buffer::ImageBuffer;
pub use self::image_format::ImageFormat;
pub use self::image_plane_distance::ImagePlaneDistance;
pub use self::keypoint_id::KeypointId;
pub use self::lat_lon::LatLon;
pub use self::length::Length;
pub use self::line_strip2d::LineStrip2D;
pub use self::line_strip3d::LineStrip3D;
pub use self::magnification_filter::MagnificationFilter;
pub use self::marker_shape::MarkerShape;
pub use self::marker_size::MarkerSize;
pub use self::media_type::MediaType;
pub use self::name::Name;
pub use self::opacity::Opacity;
pub use self::pinhole_projection::PinholeProjection;
pub use self::plane3d::Plane3D;
pub use self::pose_rotation_axis_angle::PoseRotationAxisAngle;
pub use self::pose_rotation_quat::PoseRotationQuat;
pub use self::pose_scale3d::PoseScale3D;
pub use self::pose_transform_mat3x3::PoseTransformMat3x3;
pub use self::pose_translation3d::PoseTranslation3D;
pub use self::position2d::Position2D;
pub use self::position3d::Position3D;
pub use self::radius::Radius;
pub use self::range1d::Range1D;
pub use self::recording_uri::RecordingUri;
pub use self::resolution::Resolution;
pub use self::rotation_axis_angle::RotationAxisAngle;
pub use self::rotation_quat::RotationQuat;
pub use self::scalar::Scalar;
pub use self::scale3d::Scale3D;
pub use self::show_labels::ShowLabels;
pub use self::stroke_width::StrokeWidth;
pub use self::tensor_data::TensorData;
pub use self::tensor_dimension_index_selection::TensorDimensionIndexSelection;
pub use self::tensor_height_dimension::TensorHeightDimension;
pub use self::tensor_width_dimension::TensorWidthDimension;
pub use self::texcoord2d::Texcoord2D;
pub use self::text::Text;
pub use self::text_log_level::TextLogLevel;
pub use self::transform_mat3x3::TransformMat3x3;
pub use self::transform_relation::TransformRelation;
pub use self::translation3d::Translation3D;
pub use self::triangle_indices::TriangleIndices;
pub use self::value_range::ValueRange;
pub use self::vector2d::Vector2D;
pub use self::vector3d::Vector3D;
pub use self::video_timestamp::VideoTimestamp;
pub use self::view_coordinates::ViewCoordinates;