16 #include <actsvg/core.hpp>
17 #include <actsvg/meta.hpp>
25 namespace Experimental {
32 using ProtoVolume = actsvg::proto::volume<std::vector<Vector3>>;
34 namespace DetectorVolumeConverter {
53 std::tuple<ProtoVolume, ProtoIndexedSurfaceGrid>
convert(
70 bool displayPortals =
true) {
71 actsvg::views::x_y xyView;
72 return actsvg::display::volume(identification, volume, xyView,
85 bool displayPortals =
true) {
86 actsvg::views::z_r zrView;
87 return actsvg::display::volume(identification, volume, zrView,