Module re_types::blueprint::archetypes
source ยท Expand description
The blueprint-specific archetypes.
Modulesยง
- background ๐
- container_blueprint ๐
- dataframe_query ๐
- force_center ๐
- force_link ๐
- force_many_body ๐
- force_position ๐
- line_grid3d ๐
- map_background ๐
- map_zoom ๐
- near_clip_plane ๐
- panel_blueprint ๐
- plot_legend ๐
- scalar_axis ๐
- tensor_view_fit ๐
- view_blueprint ๐
- view_contents ๐
- viewport_blueprint ๐
- visible_time_ranges ๐
- visual_bounds2d ๐
Structsยง
- Archetype: Configuration for the background of a view.
- Archetype: The description of a container.
- Archetype: The query for the dataframe view.
- Archetype: Tries to move the center of mass of the graph to the origin.
- Archetype: Resolves collisions between the bounding circles, according to the radius of the nodes.
- Archetype: Aims to achieve a target distance between two nodes that are connected by an edge.
- Archetype: A force between each pair of nodes that ressembles an electrical charge.
- Archetype: Similar to gravity, this force pulls nodes towards a specific position.
- Archetype: Configuration for the 3D line grid.
- Archetype: Configuration for the background map of the map view.
- Archetype: Configuration of the map view zoom level.
- Archetype: Controls the distance to the near clip plane in 3D scene units.
- Archetype: Shared state for the 3 collapsible panels.
- Archetype: Configuration for the legend of a plot.
- Archetype: Configuration for the scalar axis of a plot.
- Archetype: Configures how tensor scalars are mapped to color.
- Archetype: Specifies a 2D slice of a tensor.
- Archetype: Configures how a selected tensor slice is shown on screen.
- Archetype: The description of a single view.
- Archetype: The contents of a
View
. - Archetype: The top-level description of the viewport.
- Archetype: Configures what range of each timeline is shown on a view.
- Archetype: Controls the visual bounds of a 2D view.