Files
Aethera/mcp/core/runtime/Gallery_Plots_3D.hpp
T

22 lines
966 B
C++

#pragma once
#include "Gallery_Runtime.hpp"
namespace aethera::web {
[[nodiscard]] Gallery_Build make_datoviz_point_plot();
[[nodiscard]] Gallery_Build make_datoviz_splat_plot();
[[nodiscard]] Gallery_Build make_datoviz_pixel_plot();
[[nodiscard]] Gallery_Build make_datoviz_marker_plot();
[[nodiscard]] Gallery_Build make_datoviz_sphere_plot();
[[nodiscard]] Gallery_Build make_datoviz_segment_plot();
[[nodiscard]] Gallery_Build make_datoviz_vector_plot();
[[nodiscard]] Gallery_Build make_datoviz_primitive_plot();
[[nodiscard]] Gallery_Build make_datoviz_mesh_plot();
[[nodiscard]] Gallery_Build make_datoviz_spectrogram_plot();
[[nodiscard]] Gallery_Build make_datoviz_path_plot();
[[nodiscard]] Gallery_Build make_datoviz_image_plot();
[[nodiscard]] Gallery_Build make_datoviz_labels_plot();
[[nodiscard]] Gallery_Build make_datoviz_glyph_plot();
[[nodiscard]] Gallery_Build make_datoviz_text_plot();
[[nodiscard]] Gallery_Build make_datoviz_volume_plot();
}