16 #include "actsvg/core.hpp"
17 #include "actsvg/meta.hpp"
27 namespace Experimental {
34 using ProtoPortal = actsvg::proto::portal<std::vector<Vector3>>;
37 namespace PortalConverter {
46 std::map<const Experimental::DetectorVolume*, unsigned int>
volumeIndices;
72 actsvg::views::x_y xyView;
73 return actsvg::display::portal(identification, portal, xyView);
84 actsvg::views::z_r zrView;
85 return actsvg::display::portal(identification, portal, zrView);