|
template<typename surface_container , typename index_grid > |
ProtoIndexedSurfaceGrid | Acts::Svg::IndexedSurfacesConverter::convertImpl (const GeometryContext &gctx, const surface_container &surfaces, const index_grid &indexGrid, const Options &cOptions) |
|
template<typename surface_container , typename instance_type > |
void | Acts::Svg::IndexedSurfacesConverter::convert (const GeometryContext &gctx, const surface_container &surfaces, const Options &cOptions, ProtoIndexedSurfaceGrid &sgi, const Experimental::SurfaceCandidatesUpdator &delegate,[[maybe_unused]] const instance_type &refInstance) |
| Convert the single delegate if it is of the type of the reference.
|
|
template<typename surface_container , typename tuple_type , std::size_t... I> |
void | Acts::Svg::IndexedSurfacesConverter::unrollConvert (const GeometryContext &gctx, const surface_container &surfaces, const Options &cOptions, ProtoIndexedSurfaceGrid &sgi, const Experimental::SurfaceCandidatesUpdator &delegate, const tuple_type &axesTuple, std::index_sequence< I...>) |
| Unrolling function for catching the right instance.
|
|
template<typename surface_container > |
ProtoIndexedSurfaceGrid | Acts::Svg::IndexedSurfacesConverter::convert (const GeometryContext &gctx, const surface_container &surfaces, const Experimental::SurfaceCandidatesUpdator &delegate, const Options &cOptions) |
|
static actsvg::svg::object | Acts::Svg::View::xy (const ProtoIndexedSurfaceGrid &pIndexGrid, const std::string &identification) |
|
static actsvg::svg::object | Acts::Svg::View::zphi (const ProtoIndexedSurfaceGrid &pIndexGrid, const std::string &identification) |
|