List of all items
Structs
- PlotOptions
- core::camera::Camera
- core::camera::CameraController
- core::plot_renderer::PlotRenderConfig
- core::plot_renderer::PlotRenderer
- core::plot_renderer::RenderResult
- core::renderer::DirectUniforms
- core::renderer::Uniforms
- core::renderer::Vertex
- core::renderer::WgpuRenderer
- core::scene::BoundingBox
- core::scene::DrawCall
- core::scene::Frustum
- core::scene::LodLevel
- core::scene::Material
- core::scene::Plane
- core::scene::RenderData
- core::scene::Scene
- core::scene::SceneNode
- core::scene::SceneStatistics
- data::buffers::BufferManager
- data::geometry::GeometryUtils
- data::lod::LodManager
- export::image::ImageExportSettings
- export::image::ImageExporter
- export::vector::VectorExportSettings
- export::vector::VectorExporter
- export::web::SerializedRenderData
- export::web::WebExportSettings
- export::web::WebExporter
- export::web::WidgetInstance
- gui::controls::PlotControls
- gui::native_window::NativeWindowManager
- gui::plot_overlay::FrameInfo
- gui::plot_overlay::OverlayConfig
- gui::plot_overlay::OverlayMetrics
- gui::plot_overlay::PlotMargins
- gui::plot_overlay::PlotOverlay
- gui::thread_manager::GuiThreadManager
- gui::thread_manager::MainThreadDetector
- gui::widgets::PlotWidget
- gui::window::PlotWindow
- gui::window::WindowConfig
- plots::bar::BarChart
- plots::bar::BarChartStatistics
- plots::figure::Figure
- plots::figure::FigureStatistics
- plots::figure::LegendEntry
- plots::histogram::Histogram
- plots::histogram::HistogramStatistics
- plots::line::LinePlot
- plots::line::PlotStatistics
- plots::point_cloud::PointCloudPlot
- plots::point_cloud::PointCloudStatistics
- plots::scatter::PlotStatistics
- plots::scatter::ScatterPlot
- plots::surface::SurfacePlot
- plots::surface::SurfaceStatistics
- plots::volume::VolumePlot
- plots::volume::VolumeStatistics
- styling::config::ClassicLightTheme
- styling::config::CustomColorConfig
- styling::config::CustomTheme
- styling::config::GridConfig
- styling::config::HighContrastTheme
- styling::config::InteractionConfig
- styling::config::LayoutConfig
- styling::config::PlotThemeConfig
- styling::config::TypographyConfig
- styling::theme::Layout
- styling::theme::ModernDarkTheme
- styling::theme::Typography
Enums
- core::camera::MouseButton
- core::camera::ProjectionType
- core::interaction::KeyCode
- core::interaction::MouseButton
- core::interaction::PlotEvent
- core::renderer::PipelineType
- core::scene::AlphaMode
- export::image::ImageFormat
- export::vector::VectorFormat
- gui::native_window::NativeWindowResult
- gui::thread_manager::GuiErrorCode
- gui::thread_manager::GuiOperationResult
- gui::thread_manager::GuiThreadMessage
- plots::figure::PlotElement
- plots::figure::PlotType
- plots::line::LineStyle
- plots::point_cloud::PointStyle
- plots::point_cloud::SizeMode
- plots::scatter::MarkerStyle
- plots::surface::ColorMap
- plots::surface::ShadingMode
- plots::volume::VolumeColorMap
- styling::config::ThemeVariant
Traits
Functions
- core::plot_renderer::plot_utils::calculate_tick_interval
- core::plot_renderer::plot_utils::format_tick_label
- core::plot_renderer::plot_utils::generate_grid_lines
- core::renderer::vertex_utils::create_line
- core::renderer::vertex_utils::create_line_plot
- core::renderer::vertex_utils::create_point_cloud
- core::renderer::vertex_utils::create_scatter_plot
- core::renderer::vertex_utils::create_triangle
- gui::native_window::initialize_native_window
- gui::native_window::is_native_window_available
- gui::native_window::show_plot_native_window
- gui::single_window_manager::is_window_available
- gui::single_window_manager::show_plot_sequential
- gui::thread_manager::get_gui_manager
- gui::thread_manager::health_check_global
- gui::thread_manager::initialize_gui_manager
- gui::thread_manager::is_main_thread
- gui::thread_manager::register_main_thread
- gui::thread_manager::show_plot_global
- plot_bar
- plot_histogram
- plot_line
- plot_scatter
- plots::bar::matlab_compat::bar
- plots::bar::matlab_compat::bar_with_color
- plots::bar::matlab_compat::bar_with_labels
- plots::figure::matlab_compat::figure
- plots::figure::matlab_compat::figure_with_title
- plots::figure::matlab_compat::plot_multiple_lines
- plots::figure::matlab_compat::scatter_multiple
- plots::histogram::matlab_compat::hist
- plots::histogram::matlab_compat::hist_with_edges
- plots::histogram::matlab_compat::histogram_normalized
- plots::line::matlab_compat::plot
- plots::line::matlab_compat::plot_with_color
- plots::point_cloud::matlab_compat::point_cloud_from_matrix
- plots::point_cloud::matlab_compat::scatter3
- plots::point_cloud::matlab_compat::scatter3_with_colors
- plots::point_cloud::matlab_compat::scatter3_with_values
- plots::scatter::matlab_compat::scatter
- plots::scatter::matlab_compat::scatter_with_style
- plots::surface::matlab_compat::mesh
- plots::surface::matlab_compat::meshgrid_surf
- plots::surface::matlab_compat::surf
- plots::surface::matlab_compat::surf_with_colormap
- show_interactive_platform_optimal
- show_plot_unified
- styling::config::validate_theme_config