23 #ifndef DRAWER_H_INCLUDED 24 #define DRAWER_H_INCLUDED 27 #include "latexLink.h" 43 bool external =
true);
48 std::map<size_t, size_t> & mapping);
50 static std::vector<drawer::LatexLinker> buildDiagrams(
53 static void launchViewer(
54 std::vector<drawer::LatexLinker>
const& links);
56 static void launchViewer(
59 static std::string buildLatex(
62 static void exportPDF(
63 std::string
const& name,
65 std::string
const& path =
"diagrams");
67 static void exportPNG(
68 std::string
const& name,
70 std::string
const& path =
"diagrams");
74 static drawer::ParticleType getType(
80 bool external =
true);
Definition: latexLink.h:52
Namespace of MARTY.
Definition: 2HDM.h:31
Definition: planargraph.h:169
Class deriving from csl::TensorFieldElement, may enter expressions. In contrary to QuantumFieldParent...
Definition: quantumField.h:1614
Handles graphs for applying wick theorem. In this file lies the algorithm performing Wick contraction...