17void mnplot(
double *xpt,
double *ypt,
char *chpt,
int nxypt,
int npagwd,
int npagln);
22 std::vector<double>
x;
24 std::vector<double>
y;
27 chpt.reserve(
points.size() + 1);
29 for (
auto &ipoint :
points) {
30 x.push_back(ipoint.first);
31 y.push_back(ipoint.second);
41 std::vector<double>
x;
45 std::vector<double>
y;
50 chpt.reserve(
points.size() + 3);
54 for (
auto &ipoint :
points) {
55 x.push_back(ipoint.first);
56 y.push_back(ipoint.second);
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t points
void operator()(std::span< const std::pair< double, double > >) const
unsigned int Width() const
unsigned int Length() const
void mnplot(double *xpt, double *ypt, char *chpt, int nxypt, int npagwd, int npagln)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...