#include <SVGWriter.h>
|
| SVGWriter (o2::mch::contour::BBox< double > viewingBox, int size=1024) |
|
template<typename T > |
SVGWriter & | operator<< (T a) |
|
void | svgGroupStart (const std::string &classname) |
|
void | svgGroupEnd () |
|
void | box (double x, double y, double w, double h) |
|
void | text (const std::string &text, double x, double y) |
|
template<typename T > |
void | polygon (const o2::mch::contour::Polygon< T > &p) |
|
template<typename T > |
void | contour (const o2::mch::contour::Contour< T > &c) |
|
template<typename T > |
void | polygon (const o2::mch::contour::Polygon< T > &p, const std::string &fillColor) |
|
template<typename T > |
void | contour (const o2::mch::contour::Contour< T > &c, const std::string &color) |
|
void | points (const std::vector< std::pair< double, double > > &pts, double radius=0.05) |
|
void | addStyle (const std::string &style) |
|
void | writeStyle (std::ostream &os) |
|
void | writeSVG (std::ostream &os) |
|
void | writeHTML (std::ostream &os) |
|
Definition at line 34 of file SVGWriter.h.
◆ SVGWriter()
◆ addStyle()
void o2::mch::contour::SVGWriter::addStyle |
( |
const std::string & |
style | ) |
|
|
inline |
◆ box()
void o2::mch::contour::SVGWriter::box |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
w, |
|
|
double |
h |
|
) |
| |
|
inline |
◆ contour() [1/2]
◆ contour() [2/2]
◆ operator<<()
template<typename T >
SVGWriter & o2::mch::contour::SVGWriter::operator<< |
( |
T |
a | ) |
|
|
inline |
◆ points()
void o2::mch::contour::SVGWriter::points |
( |
const std::vector< std::pair< double, double > > & |
pts, |
|
|
double |
radius = 0.05 |
|
) |
| |
|
inline |
◆ polygon() [1/2]
◆ polygon() [2/2]
◆ svgGroupEnd()
void o2::mch::contour::SVGWriter::svgGroupEnd |
( |
| ) |
|
|
inline |
◆ svgGroupStart()
void o2::mch::contour::SVGWriter::svgGroupStart |
( |
const std::string & |
classname | ) |
|
|
inline |
◆ text()
void o2::mch::contour::SVGWriter::text |
( |
const std::string & |
text, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
|
inline |
◆ writeHTML()
void o2::mch::contour::SVGWriter::writeHTML |
( |
std::ostream & |
os | ) |
|
|
inline |
◆ writeStyle()
void o2::mch::contour::SVGWriter::writeStyle |
( |
std::ostream & |
os | ) |
|
|
inline |
◆ writeSVG()
void o2::mch::contour::SVGWriter::writeSVG |
( |
std::ostream & |
os | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/Detectors/MUON/MCH/Contour/include/MCHContour/SVGWriter.h