23void mnbins(
double, 
double, 
int, 
double &, 
double &, 
int &, 
double &);
 
   66   for (i = 1; i <= 
km1; ++i) {
 
   69      for (
j = 1; 
j <= 
ni; ++
j) {
 
   70         if (ypt[
j - 1] > ypt[
j])
 
   89   for (i = 1; i <= 
nxypt; ++i) {
 
   90      if (xpt[i - 1] > 
xmax)
 
   92      if (xpt[i - 1] < 
xmin)
 
  120   for (i = 1; i <= 
nxypt; ++i) {
 
  121      xpt[i - 1] = 
ax * xpt[i - 1] + 
bx;
 
  122      ypt[i - 1] = 
any - 
ay * ypt[i - 1] - 
by;
 
  132   for (i = 1; i <= 
ny; ++i) {
 
  143      if (i != 1 && i != 
nybest && i != 
ny)
 
  145      for (
j = 1; 
j <= 
nx; ++
j) {
 
  154         ks = 
int(ypt[k - 1]);
 
  157         ix = 
int(xpt[k - 1]);
 
  158         if (
cline[ix - 1] == 
'.')
 
  160         if (
cline[ix - 1] == 
' ')
 
  211      char chmess[] = 
"   Overprint character is &";
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
void mnplot(double *xpt, double *ypt, char *chpt, int nxypt, int npagwd, int npagln)
void mnbins(double a1, double a2, int naa, double &bl, double &bh, int &nb, double &bwid)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...