#include "Acts/Definitions/Algebra.hpp"
#include <actsvg/meta.hpp>
#include <array>
#include <fstream>
#include <string>
#include <tuple>
#include <vector>
Go to the source code of this file.
|
| namespace | Acts |
| | Acts includes to create all necessary definitions.
|
| |
| namespace | Acts::Svg |
| |
|
| static actsvg::svg::object | Acts::Svg::group (const std::vector< actsvg::svg::object > &objects, const std::string &name) |
| |
| static actsvg::svg::object | Acts::Svg::measure (ActsScalar xStart, ActsScalar yStart, ActsScalar xEnd, ActsScalar yEnd, const std::string &variable="", ActsScalar value=0., const std::string &unit="") |
| |
| static actsvg::svg::object | Acts::Svg::axesXY (ActsScalar xMin, ActsScalar xMax, ActsScalar yMin, ActsScalar yMax) |
| |
| static actsvg::svg::object | Acts::Svg::infoBox (ActsScalar xPos, ActsScalar yPos, const std::string &title, const std::vector< std::string > &info, const Style &infoBoxStyle, const actsvg::svg::object &object) |
| |
| static void | Acts::Svg::toFile (const std::vector< actsvg::svg::object > &objects, const std::string &fileName) |
| |