[go: up one dir, main page]

Crate re_view

Crate re_view 

Source
Expand description

Rerun View utilities

Types & utilities for defining View classes and communicating with the Viewport.

Modules§

controls
For zooming and panning we use the modifiers in the default egui::InputOptions.
external

Structs§

AnnotationSceneContext
ChunkWithComponent
Like ChunksWithComponent but for a single chunk.
ChunksWithComponent
A helper struct that bundles a list of chunks with a component identifier.
HybridLatestAtResults
Wrapper that contains the results of a latest-at query with possible overrides.
HybridRangeResults
Wrapper that contains the results of a range query with possible overrides.
HybridResultsChunkIter
The iterator type backing HybridResults::iter_as.

Enums§

HybridResults

Constants§

SIZE_BOOST_IN_POINTS_FOR_LINE_OUTLINES
Gap between lines and their outline.
SIZE_BOOST_IN_POINTS_FOR_POINT_OUTLINES
Gap between points and their outline.

Traits§

DataResultQuery
RangeResultsExt
Extension traits to abstract query result handling for all spatial views.

Functions§

clamped_or_nothing
Clamp the last value in values in order to reach a length of clamped_len.
instance_path_hash_from_picking_layer_id
latest_at_with_blueprint_resolved_data
Queries for the given components using latest-at semantics with blueprint support.
outline_config
Produce an re_renderer::OutlineConfig based on the egui::Style of the provided egui::Context.
picking_layer_id_from_instance_path_hash
process_annotation_and_keypoint_slices
Resolves all annotations and keypoints for the given entity view.
process_annotation_slices
Resolves all annotations for the given entity view.
process_color_slice
Process Color components using annotations and default colors.
range_with_blueprint_resolved_data
Queries for the given components using range semantics with blueprint support.
view_property_component_ui
Draw view property ui for a single component of a view property archetype.
view_property_component_ui_custom
Draw view property ui for a single component of a view property archetype with custom ui for singleline & multiline.
view_property_ui
Display the UI for editing all components of a blueprint archetype.
view_property_ui_with_redirect
See view_property_ui.