89 TList *stack =
nullptr;
108 for (i=0;i<3;i++) {
fRmin[i] = 0;
fRmax[i] = 1; }
109 for (i=0;i<4;i++) {
fYls[i] = 0; }
111 for (i=0;i<30;i++) {
fJmask[i] = 0; }
113 for (i=0;i<465;i++) {
fMask[i] = 0; }
115 for (i=0;i<1200;i++) {
fPlines[i] = 0.; }
116 for (i=0;i<200;i++) {
fT[i] = 0.; }
118 for (i=0;i<12;i++) {
fVls[i] = 0.; }
119 for (i=0;i<257;i++) {
fFunLevel[i] = 0.; }
120 for (i=0;i<8;i++) {
fF8[i] = 0.; }
192 for (i=0;i<3;i++) {
fRmin[i] = rmin[i];
fRmax[i] = rmax[i]; }
193 for (i=0;i<4;i++) {
fYls[i] = 0; }
195 for (i=0;i<30;i++) {
fJmask[i] = 0; }
197 for (i=0;i<465;i++) {
fMask[i] = 0; }
199 for (i=0;i<1200;i++) {
fPlines[i] = 0.; }
200 for (i=0;i<200;i++) {
fT[i] = 0.; }
202 for (i=0;i<12;i++) {
fVls[i] = 0.; }
203 for (i=0;i<257;i++) {
fFunLevel[i] = 0.; }
204 for (i=0;i<8;i++) {
fF8[i] = 0.; }
261 static Int_t iface1[4] = { 1, 4, 8, 5 };
262 static Int_t iface2[4] = { 4, 3, 7, 8 };
267 Error(
"BackBox",
"no TView in current pad");
273 Int_t ix1, ix2, iy1, iy2, iz1, iz2;
276 view->
AxisVertex(ang, av, ix1, ix2, iy1, iy2, iz1, iz2);
277 for (
Int_t i = 0; i < 8; ++i) {
278 r[i*3 + 0] = av[i*3 + 0] + av[i*3 + 1]*cosa;
279 r[i*3 + 1] = av[i*3 + 1]*sina;
280 r[i*3 + 2] = av[i*3 + 2];
284 Int_t icodes[3] = { 0, 0, 0 };
286 tt[0] =
r[(iface1[0]-1)*3 + 2];
287 tt[1] =
r[(iface1[1]-1)*3 + 2];
288 tt[2] =
r[(iface1[2]-1)*3 + 2];
289 tt[3] =
r[(iface1[3]-1)*3 + 2];
291 tt[0] =
r[(iface2[0]-1)*3 + 2];
292 tt[1] =
r[(iface2[1]-1)*3 + 2];
293 tt[2] =
r[(iface2[2]-1)*3 + 2];
294 tt[3] =
r[(iface2[3]-1)*3 + 2];
305 static Int_t iface1[4] = { 1, 2, 6, 5 };
306 static Int_t iface2[4] = { 2, 3, 7, 6 };
311 Error(
"FrontBox",
"no TView in current pad");
317 Int_t ix1, ix2, iy1, iy2, iz1, iz2;
320 view->
AxisVertex(ang, av, ix1, ix2, iy1, iy2, iz1, iz2);
321 for (
Int_t i = 0; i < 8; ++i) {
322 r[i*3 + 0] = av[i*3 + 0] + av[i*3 + 1]*cosa;
323 r[i*3 + 1] = av[i*3 + 1]*sina;
324 r[i*3 + 2] = av[i*3 + 2];
333 for (
Int_t i = 0; i < 4; ++i) {
334 Int_t k = iface1[i] - 1;
338 gPad->PaintPolyLine(4,
x,
y);
339 for (
Int_t i = 0; i < 4; ++i) {
340 Int_t k = iface2[i] - 1;
344 gPad->PaintPolyLine(4,
x,
y);
368 static const char *where =
"ColorFunction";
377 if (nl < 0 || nl > 256) {
378 Error(where,
"illegal number of levels (%d)", nl);
383 for (
Int_t i = 1; i < nl; ++i) {
384 if (fl[i] <= fl[i - 1]) {
391 for (
Int_t i = 0; i < nl; ++i) {
414 Error(
"GridLevels",
"no TView in current pad");
420 Double_t binLow = 0, binHigh = 0, binWidth = 0;
423 if (!rmin || !rmax)
return;
426 binLow, binHigh, nbins, binWidth,
" ");
431 binWidth = (binHigh - binLow)/nbins;
459 for (
Int_t i = 0; i < np; ++i) {
461 if (k < 0) { k = -k; ifneg =
true; }
462 view->
WCtoNDC(&xyz[(k-1)*3], p3);
463 x[i] = p3[0];
y[i] = p3[1];
465 x[np] =
x[0];
y[np] =
y[0];
469 for (
Int_t i = 0; i < np; ++i) {
470 z +=
y[i]*
x[i+1] -
x[i]*
y[i+1];
477 gPad->PaintFillArea(np,
x,
y);
483 for (
Int_t i = 0; i < np; ++i) {
484 if (iface[i] > 0)
gPad->PaintPolyLine(2, &
x[i], &
y[i]);
487 gPad->PaintPolyLine(np+1,
x,
y);
507 Double_t x[12+1] = {0},
y[12+1] = {0}, p3[3*12];
508 for (
Int_t i = 0; i < np; ++i) {
510 view->
WCtoNDC(&xyz[(k-1)*3], &p3[i*3]);
511 x[i] = p3[i*3+0];
y[i] = p3[i*3+1];
513 x[np] =
x[0];
y[np] =
y[0];
521 Double_t ttt[5] = { t[0], t[1], t[2], t[3], t[0] };
522 for (
Int_t i = 0; i<3; ++i) { p3[3*4+i] = p3[i]; }
523 Int_t k1 = 0, k2 = 2;
524 Double_t z1 = (
x[k1+1] -
x[k1+0])*(
y[k1+2] -
y[k1+1]) - (
y[k1+1] -
y[k1+0])*(
x[k1+2] -
x[k1+1]);
525 Double_t z2 = (
x[k2+1] -
x[k2+0])*(
y[k2+2] -
y[k2+1]) - (
y[k2+1] -
y[k2+0])*(
x[k2+2] -
x[k2+1]);
526 if (z1 > z2) { k1 = 2; k2 = 0; }
529 gPad->PaintPolyLine(3, &
x[k1], &
y[k1]);
533 gPad->PaintPolyLine(3, &
x[k2], &
y[k2]);
535 x[1] =
x[2];
y[1] =
y[2];
536 gPad->PaintPolyLine(2, &
x[0], &
y[0]);
542 gPad->PaintPolyLine(np+1,
x,
y);
564 for (
Int_t i = 0; i < np; ++i) {
566 view->
WCtoNDC(&xyz[(k-1)*3], p3);
567 x[i] = p3[0];
y[i] = p3[1];
569 x[np] =
x[0];
y[np] =
y[0];
575 if (icodes[3] == 1) icol =
fColorMain[icodes[2] - 1];
576 if (icodes[3] == 2) icol =
fColorDark[icodes[2] - 1];
577 if (icodes[3] == 3) icol =
fColorMain[icodes[2] - 1];
578 if (icodes[3] == 4) icol =
fColorDark[icodes[2] - 1];
582 gPad->PaintFillArea(np,
x,
y);
590 gPad->PaintPolyLine(np+1,
x,
y);
612 for (
Int_t i = 0; i < np; ++i) {
614 p3[i*3 + 0] = xyz[(k-1)*3 + 0];
615 p3[i*3 + 1] = xyz[(k-1)*3 + 1];
616 p3[i*3 + 2] = xyz[(k-1)*3 + 2];
625 if (icodes[2] == 0) {
639 for (
Int_t it = 0; it <
fNT; ++it) {
640 x[0] = p1[0] + xdel*
fT[2*it + 0];
641 y[0] = p1[1] + ydel*
fT[2*it + 0];
642 x[1] = p1[0] + xdel*
fT[2*it + 1];
643 y[1] = p1[1] + ydel*
fT[2*it + 1];
644 gPad->PaintPolyLine(2,
x,
y);
649 if (icodes[2] == 0) {
659 for (
Int_t i = 0; i < np; ++i) {
661 Int_t i2 = (i == np-1) ? 0 : i + 1;
667 for (
Int_t it = 0; it <
fNT; ++it) {
668 x[0] = p1[0] + xdel*
fT[2*it + 0];
669 y[0] = p1[1] + ydel*
fT[2*it + 0];
670 x[1] = p1[0] + xdel*
fT[2*it + 1];
671 y[1] = p1[1] + ydel*
fT[2*it + 1];
672 gPad->PaintPolyLine(2,
x,
y);
677 for (
Int_t i = 0; i < np; ++i) {
679 Int_t i2 = (i == np-1) ? 0 : i + 1;
701 for (
Int_t i = 0; i < np; ++i) {
703 p3[i*3 + 0] = xyz[(k-1)*3 + 0];
704 p3[i*3 + 1] = xyz[(k-1)*3 + 1];
705 p3[i*3 + 2] = xyz[(k-1)*3 + 2];
710 if (icodes[2] == 0) {
720 for (
Int_t i = 0; i < np; ++i) {
722 Int_t i2 = (i == np-1) ? 0 : i + 1;
728 for (
Int_t it = 0; it <
fNT; ++it) {
729 x[0] = p1[0] + xdel*
fT[2*it + 0];
730 y[0] = p1[1] + ydel*
fT[2*it + 0];
731 x[1] = p1[0] + xdel*
fT[2*it + 1];
732 y[1] = p1[1] + ydel*
fT[2*it + 1];
733 gPad->PaintPolyLine(2,
x,
y);
738 for (
Int_t i = 0; i < np; ++i) {
740 Int_t i2 = (i == np-1) ? 0 : i + 1;
762 if (icodes[2] == 0) {
774 Double_t p3[3*12] = {0}, ttt[12] = {0};
775 for (
Int_t i = 0; i < np; ++i) {
777 p3[i*3 + 0] = xyz[(k-1)*3 + 0];
778 p3[i*3 + 1] = xyz[(k-1)*3 + 1];
779 p3[i*3 + 2] = xyz[(k-1)*3 + 2];
784 Int_t npol[2] = { np, 0 };
785 Int_t ipol[2] = { 0, 0 };
786 if (np == 4 && icodes[2] != 0) {
791 npol[0] = 3; npol[1] = 3;
792 ipol[0] = 0; ipol[1] = 2;
796 for (
Int_t kpol = 0; kpol < 2; ++kpol) {
797 if (npol[kpol] == 0)
continue;
798 Int_t nv = npol[kpol];
799 Int_t iv = ipol[kpol];
811 for (
Int_t it = 0; it <
fNT; ++it) {
812 x[0] = p1[0] + xdel*
fT[2*it + 0];
813 y[0] = p1[1] + ydel*
fT[2*it + 0];
814 x[1] = p1[0] + xdel*
fT[2*it + 1];
815 y[1] = p1[1] + ydel*
fT[2*it + 1];
816 gPad->PaintPolyLine(2,
x,
y);
822 for (
Int_t i = 0; i < np; ++i) {
824 Int_t i2 = (i == np - 1) ? 0 : i1 + 1;
846 if (icodes[2] == 0) {
858 Double_t p3[3*12] = {0}, ttt[12] = {0};
859 for (
Int_t i = 0; i < np; ++i) {
861 p3[i*3 + 0] = xyz[(k-1)*3 + 0];
862 p3[i*3 + 1] = xyz[(k-1)*3 + 1];
863 p3[i*3 + 2] = xyz[(k-1)*3 + 2];
868 Int_t npol[2] = { np, 0 };
869 Int_t ipol[2] = { 0, 0 };
870 if (np == 4 && icodes[2] != 0) {
875 npol[0] = 3; npol[1] = 3;
876 ipol[0] = 0; ipol[1] = 2;
880 for (
Int_t kpol = 0; kpol < 2; ++kpol) {
881 if (npol[kpol] == 0)
continue;
882 Int_t nv = npol[kpol];
883 Int_t iv = ipol[kpol];
892 x[0] = p1[0];
y[0] = p1[1];
893 x[1] = p2[0];
y[1] = p2[1];
894 gPad->PaintPolyLine(2,
x,
y);
915 Double_t p3[3*12] = {0}, pp[2*12] = {0};
916 for (
Int_t i = 0; i < np; ++i) {
919 p3[i*3 + 0] = xyz[(k-1)*3 + 0];
920 p3[i*3 + 1] = xyz[(k-1)*3 + 1];
921 p3[i*3 + 2] = xyz[(k-1)*3 + 2];
934 if (icodes[2] == 0) {
948 for (
Int_t it = 0; it <
fNT; ++it) {
949 x[0] = p1[0] + xdel*
fT[2*it + 0];
950 y[0] = p1[1] + ydel*
fT[2*it + 0];
951 x[1] = p1[0] + xdel*
fT[2*it + 1];
952 y[1] = p1[1] + ydel*
fT[2*it + 1];
953 gPad->PaintPolyLine(2,
x,
y);
958 if (icodes[2] == 0) {
968 for (
Int_t i = 0; i < np; ++i) {
969 if (iface[i] < 0)
continue;
971 Int_t i2 = (i == np-1) ? 0 : i + 1;
973 Double_t xdel = pp[2*i2 + 0] - pp[2*i1 + 0];
974 Double_t ydel = pp[2*i2 + 1] - pp[2*i1 + 1];
975 for (
Int_t it = 0; it <
fNT; ++it) {
976 x[0] = pp[2*i1 + 0] + xdel*
fT[2*it + 0];
977 y[0] = pp[2*i1 + 1] + ydel*
fT[2*it + 0];
978 x[1] = pp[2*i1 + 0] + xdel*
fT[2*it + 1];
979 y[1] = pp[2*i1 + 1] + ydel*
fT[2*it + 1];
980 gPad->PaintPolyLine(2,
x,
y);
1005 for (
Int_t i = 0; i < np; ++i) {
1009 view->
WCtoNDC(&xyz[(k-1)*3], p);
1019 for (
Int_t i = 0; i < np; ++i) {
1020 if (iface[i] < 0)
continue;
1022 Int_t i2 = (i == np-1) ? 0 : i + 1;
1024 Double_t xdel = pp[2*i2 + 0] - pp[2*i1 + 0];
1025 Double_t ydel = pp[2*i2 + 1] - pp[2*i1 + 1];
1026 for (
Int_t it = 0; it <
fNT; ++it) {
1027 x[0] = pp[2*i1 + 0] + xdel*
fT[2*it + 0];
1028 y[0] = pp[2*i1 + 1] + ydel*
fT[2*it + 0];
1029 x[1] = pp[2*i1 + 0] + xdel*
fT[2*it + 1];
1030 y[1] = pp[2*i1 + 1] + ydel*
fT[2*it + 1];
1031 gPad->PaintPolyLine(2,
x,
y);
1052 Int_t ilev, i, k, icol, i1, i2, nl, np;
1063 Error(
"FillPolygon",
"illegal number of vertices in polygon (%d)",
n);
1073 if (nl < 0) nl = -nl;
1076 for (i = 2; i <= np; ++i) {
1077 if (fmin >
f[i]) fmin =
f[i];
1078 if (fmax <
f[i]) fmax =
f[i];
1081 if (fmin < funmin) funmin = fmin - 1;
1083 if (fmax > funmax) funmax = fmax + 1;
1087 for (ilev = 1; ilev <= nl+1; ++ilev) {
1090 if (ilev == nl + 1) f2 = funmax;
1092 if (fmax <
f1)
return;
1093 if (fmin > f2)
continue;
1096 for (i = 1; i <= np; ++i) {
1099 if (i == np) i2 = 1;
1103 if (k < 3)
continue;
1104 for (i = 1; i <= k; ++i) {
1110 icol=
gPad->GetFillColor();
1117 gPad->PaintFillArea(k,
x,
y);
1130 i, j, k,
n, ibase, t,
x,
y, xscan[24] ,
1132 ib, nb, dx, dy, iw, nx, xx, yy, signdx, nstart, xx1, xx2, nxa, nxb;
1143 for (i = 1; i <=
n; ++i) {
1154 for (i = 1; i <=
n; ++i) {
1155 if (
ymin > y1[i - 1])
ymin = y1[i - 1];
1156 if (
ymax < y1[i - 1])
ymax = y1[i - 1];
1157 if (y1[i - 1] <= y1[i]) {
x2[i - 1] =
x1[i]; y2[i - 1] = y1[i];}
1159 x2[i - 1] =
x1[i - 1];
1160 y2[i - 1] = y1[i - 1];
1166 if (
ymax < 0)
return;
1170 for (i = 1; i <
n; ++i) {
1171 if (y1[i] >= y1[i - 1])
continue;
1174 for (j = i - 1; j >= 1; --j) {
1175 if (
y < y1[j - 1])
continue;
1182 for (j = i; j >= k; --j) {
1195 for (i = 1; i <=
n; ++i) {
1196 xcur[i - 1] =
x1[i - 1];
1197 dy = y2[i - 1] - y1[i - 1];
1198 dx =
x2[i - 1] -
x1[i - 1];
1200 if (dx < 0) signdx = -1;
1201 if (dx < 0) dx = -dx;
1203 t = -(dy + 1) / 2 + dx;
1206 xnex[i - 1] = xcur[i - 1];
1208 test[i - 1] = t - dy;
1209 xnex[i - 1] = xcur[i - 1] + signdx;
1211 }
else if (dy != 0) {
1212 step = (dx - 1) / (dy + dy) + 1;
1213 test[i - 1] = step*dy - (dx + 1) / 2 - dx;
1214 xnex[i - 1] = xcur[i - 1] + signdx*step;
1220 for (yscan =
ymin; yscan <=
ymax; ++yscan) {
1224 for (i = nstart; i <=
n; ++i) {
1225 if (y1[i - 1] > yscan)
goto L500;
1226 if (y2[i - 1] <= yscan) {
1227 if (i == nstart) ++nstart;
1228 if (y2[i - 1] != yscan)
continue;
1230 if (
x2[i - 1] >= xcur[i - 1]) {
1231 xscan[2*nxb - 2] = xcur[i - 1];
1232 xscan[2*nxb - 1] =
x2[i - 1];
1234 xscan[2*nxb - 2] =
x2[i - 1];
1235 xscan[2*nxb - 1] = xcur[i - 1];
1243 dy = y2[i - 1] - y1[i - 1];
1244 dx =
x2[i - 1] -
x1[i - 1];
1247 xscan[2*nxa - 2] = xcur[i - 1];
1248 xscan[2*nxa - 1] = xnex[i - 1];
1249 if (xscan[2*nxa - 2] != xscan[2*nxa - 1]) {
1255 xscan[2*nxa - 2] = xnex[i - 1];
1256 xscan[2*nxa - 1] = xcur[i - 1];
1257 if (xscan[2*nxa - 2] != xscan[2*nxa - 1]) {
1261 xcur[i - 1] = xnex[i - 1];
1264 if (
test[i - 1] < 0)
continue;
1266 xnex[i - 1] += signdx;
1270 t =
test[i - 1] + step*dy;
1272 test[i - 1] = t - dx;
1273 xnex[i - 1] += signdx*step;
1275 test[i - 1] = t + dy - dx;
1276 xnex[i - 1] += signdx*(step + 1);
1282 if (yscan < 0)
continue;
1285 for (i = 1; i < nxa; ++i) {
1286 for (j = i; j >= 1; --j) {
1287 if (xscan[2*j] >= xscan[2*j - 2])
continue;
1289 xscan[2*j] = xscan[2*j - 2];
1292 xscan[2*j + 1] = xscan[2*j - 1];
1296 for (i = 1; i <= nxa; i += 2) {
1298 xscan[2*nx - 2] = xscan[2*i - 2];
1300 if (xscan[2*i - 1] >
x)
x = xscan[2*i - 1];
1301 xscan[2*nx - 1] =
x;
1305 for (i = nxb; i <=
kLmax; ++i) {
1307 xscan[2*nx - 2] = xscan[2*i - 2];
1308 xscan[2*nx - 1] = xscan[2*i - 1];
1313 xx1 = xscan[2*nx - 2];
1314 xx2 = xscan[2*nx - 1];
1318 if ((xscan[2*k - 2] <= xx2 + 1) && (xscan[2*k - 1] >= xx1 - 1)) {
1319 if (xscan[2*k - 2] < xx1) xx1 = xscan[2*k - 2];
1320 if (xscan[2*k - 1] > xx2) xx2 = xscan[2*k - 1];
1321 xscan[2*k - 2] = xscan[2*nx - 2];
1322 xscan[2*k - 1] = xscan[2*nx - 1];
1326 if (xx1 < 0) xx1 = 0;
1328 nbit = xx2 - xx1 + 1;
1331 ib = kbit - iw*30 + 1;
1334 if (nb > nbit) nb = nbit;
1368 for (
Int_t i = 1; i < np; ++i) {
1369 if (t[i] < tmin) tmin = t[i];
1370 if (t[i] > tmax) tmax = t[i];
1376 for (
Int_t il = 1; il <= nl; ++il) {
1377 if (tmin >=
fFunLevel[il - 1])
continue;
1383 for (
Int_t i = 0; i < np; ++i) {
1385 Int_t i2 = (i == np-1) ? 0 : i+1;
1388 if (d1 == 0) d1 = 1
e-99;
1389 if (d2 == 0) d2 = 1
e-99;
1390 if (d1*d2 > 0)
continue;
1394 d1 /= t[i2] - t[i1];
1395 d2 /= t[i2] - t[i1];
1402 Error(
"FindLevelLines",
"number of points for line not equal 2");
1435 if (
f1 < fmin) k1 = -2;
1436 if (
f1 == fmin) k1 = -1;
1437 if (
f1 == fmax) k1 = 1;
1438 if (
f1 > fmax) k1 = 2;
1440 if (f2 < fmin) k2 = -2;
1441 if (f2 == fmin) k2 = -1;
1442 if (f2 == fmax) k2 = 1;
1443 if (f2 > fmax) k2 = 2;
1444 kk = (k1 + 2)*5 + (k2 + 2) + 1;
1479 pp[kpp*3 + 1] = p1[1];
1480 pp[kpp*3 + 2] = p1[2];
1481 pp[kpp*3 + 3] = p1[3];
1487 d1 = (fmin -
f1) / (
f1 - f2);
1488 d2 = (fmin - f2) / (
f1 - f2);
1489 pp[kpp*3 + 1] = d2*p1[1] - d1*p2[1];
1490 pp[kpp*3 + 2] = d2*p1[2] - d1*p2[2];
1491 pp[kpp*3 + 3] = d2*p1[3] - d1*p2[3];
1497 d1 = (fmax -
f1) / (
f1 - f2);
1498 d2 = (fmax - f2) / (
f1 - f2);
1499 pp[kpp*3 + 1] = d2*p1[1] - d1*p2[1];
1500 pp[kpp*3 + 2] = d2*p1[2] - d1*p2[2];
1501 pp[kpp*3 + 3] = d2*p1[3] - d1*p2[3];
1507 pp[kpp*3 + 1] = p1[1];
1508 pp[kpp*3 + 2] = p1[2];
1509 pp[kpp*3 + 3] = p1[3];
1511 d1 = (fmin -
f1) / (
f1 - f2);
1512 d2 = (fmin - f2) / (
f1 - f2);
1513 pp[kpp*3 + 1] = d2*p1[1] - d1*p2[1];
1514 pp[kpp*3 + 2] = d2*p1[2] - d1*p2[2];
1515 pp[kpp*3 + 3] = d2*p1[3] - d1*p2[3];
1521 pp[kpp*3 + 1] = p1[1];
1522 pp[kpp*3 + 2] = p1[2];
1523 pp[kpp*3 + 3] = p1[3];
1525 d1 = (fmax -
f1) / (
f1 - f2);
1526 d2 = (fmax - f2) / (
f1 - f2);
1527 pp[kpp*3 + 1] = d2*p1[1] - d1*p2[1];
1528 pp[kpp*3 + 2] = d2*p1[2] - d1*p2[2];
1529 pp[kpp*3 + 3] = d2*p1[3] - d1*p2[3];
1535 d1 = (fmin -
f1) / (
f1 - f2);
1536 d2 = (fmin - f2) / (
f1 - f2);
1537 pp[kpp*3 + 1] = d2*p1[1] - d1*p2[1];
1538 pp[kpp*3 + 2] = d2*p1[2] - d1*p2[2];
1539 pp[kpp*3 + 3] = d2*p1[3] - d1*p2[3];
1541 d1 = (fmax -
f1) / (
f1 - f2);
1542 d2 = (fmax - f2) / (
f1 - f2);
1543 pp[kpp*3 + 1] = d2*p1[1] - d1*p2[1];
1544 pp[kpp*3 + 2] = d2*p1[2] - d1*p2[2];
1545 pp[kpp*3 + 3] = d2*p1[3] - d1*p2[3];
1551 d1 = (fmax -
f1) / (
f1 - f2);
1552 d2 = (fmax - f2) / (
f1 - f2);
1553 pp[kpp*3 + 1] = d2*p1[1] - d1*p2[1];
1554 pp[kpp*3 + 2] = d2*p1[2] - d1*p2[2];
1555 pp[kpp*3 + 3] = d2*p1[3] - d1*p2[3];
1557 d1 = (fmin -
f1) / (
f1 - f2);
1558 d2 = (fmin - f2) / (
f1 - f2);
1559 pp[kpp*3 + 1] = d2*p1[1] - d1*p2[1];
1560 pp[kpp*3 + 2] = d2*p1[2] - d1*p2[2];
1561 pp[kpp*3 + 3] = d2*p1[3] - d1*p2[3];
1573 Int_t i, icase, i1, i2, icase1, icase2, iv, ifback;
1576 Double_t tt, uu, ww, yy, yy1, yy2, yy1d, yy2d;
1588 x1 = tn[0]*r1[1] + tn[1]*r1[2] + tn[2]*r1[3] + tn[3];
1589 x2 = tn[0]*r2[1] + tn[1]*r2[2] + tn[2]*r2[3] + tn[3];
1590 y1 = tn[4]*r1[1] + tn[5]*r1[2] + tn[6]*r1[3] + tn[7];
1591 y2 = tn[4]*r2[1] + tn[5]*r2[2] + tn[6]*r2[3] + tn[7];
1592 z1 = tn[8]*r1[1] + tn[9]*r1[2] + tn[10]*r1[3] + tn[11];
1593 z2 = tn[8]*r2[1] + tn[9]*r2[2] + tn[10]*r2[3] + tn[11];
1595 Error(
"FindVisibleDraw",
"invalid TView in current pad");
1599 Error(
"FindVisibleDraw",
"no TView in current pad");
1625 dy = (y2 - y1) / di;
1628 for (i = i1; i <= i2 - 1; ++i) {
1629 yy1 = y1 + dy*(i - i1);
1631 yy1u = yy1 -
fU[2*i - 2];
1632 yy1d = yy1 -
fD[2*i - 2];
1633 yy2u = yy2 -
fU[2*i - 1];
1634 yy2d = yy2 -
fD[2*i - 1];
1638 if (yy1u > kEpsil) icase1 = 0;
1639 if (yy1d < -kEpsil) icase1 = 2;
1640 if ((icase1 == 0 || icase1 == 2) && iv <= 0) {
1645 if (icase1 == 1 && iv >= 0) {
1651 if (yy2u > kEpsil) icase2 = 0;
1652 if (yy2d < -kEpsil) icase2 = 2;
1653 icase = icase1*3 + icase2;
1656 fT[2*
fNT - 1] =
tt + dt*(yy1u / (yy1u - yy2u));
1659 fT[2*
fNT - 1] =
tt + dt*(yy1u / (yy1u - yy2u));
1661 fT[2*
fNT - 2] =
tt + dt*(yy1d / (yy1d - yy2d));
1666 fT[2*
fNT - 2] =
tt + dt*(yy1u / (yy1u - yy2u));
1671 fT[2*
fNT - 2] =
tt + dt*(yy1d / (yy1d - yy2d));
1674 fT[2*
fNT - 1] =
tt + dt*(yy1d / (yy1d - yy2d));
1676 fT[2*
fNT - 2] =
tt + dt*(yy1u / (yy1u - yy2u));
1680 fT[2*
fNT - 1] =
tt + dt*(yy1d / (yy1d - yy2d));
1682 if (
fNT + 1 >= 100)
break;
1684 if (iv > 0)
fT[2*
fNT - 1] = 1;
1692 if (y2 == y1) {
fNT = 0;
return;}
1693 ifback = 1 - ifback;
1701 if (uu <
fU[2*i1 - 3]) uu =
fU[2*i1 - 3];
1702 if (dd >
fD[2*i1 - 3]) dd =
fD[2*i1 - 3];
1705 if (y1 < uu && y2 > dd) {
1706 if (y1 >= dd && y2 <= uu) {
fNT = 0;
return;}
1711 fT[2*
fNT - 1] = (dd - y1) / (y2 - y1);
1715 fT[2*
fNT - 2] = (uu - y1) / (y2 - y1);
1721 if (ifback == 0)
return;
1722 if (
fNT == 0)
return;
1723 for (i = 1; i <=
fNT; ++i) {
1724 fT[2*i - 2] = 1 -
fT[2*i - 2];
1725 fT[2*i - 1] = 1 -
fT[2*i - 1];
1743 Int_t i, incrx, ivis,
x1, y1,
x2, y2, ib, kb, dx, dy, iw, ix, iy, ifinve, dx2, dy2;
1777 if (
x1 < 0 &&
x2 < 0)
return;
1789 if (dy > dx)
goto L200;
1793 ddtt = dt*(float).5;
1798 for (ix =
x1; incrx < 0 ? ix >=
x2 : ix <=
x2; ix += incrx) {
1807 if (iy < 0)
goto L110;
1809 if (ix < 0)
goto L110;
1812 ib = kb - iw*30 + 1;
1814 if (ivis > 0)
continue;
1820 if (ivis == 0)
continue;
1823 if (nt == ntmax)
goto L300;
1825 if (ivis > 0) t[2*nt + 2] = tcur + dt + ddtt;
1831 ddtt = dt*(float).5;
1837 for (iy = y1; iy <= y2; ++iy) {
1846 if (iy < 0)
goto L210;
1847 if (ix < 0)
goto L210;
1850 ib = kb - iw*30 + 1;
1852 if (ivis > 0)
continue;
1858 if (ivis == 0)
continue;
1861 if (nt == ntmax)
goto L300;
1863 if (ivis > 0) t[2*nt + 2] = tcur + dt;
1867 if (nt == 0)
return;
1869 if (t[3] <= dt) t[3] = 0;
1870 if (t[2*nt + 2] >= 1 - dt) t[2*nt + 2] = 1;
1871 if (ifinve == 0)
return;
1872 for (i = 1; i <= nt; ++i) {
1875 t[2*i + 1] = 1 - t2;
1876 t[2*i + 2] = 1 -
t1;
1892 Int_t incrx[3], incry[3];
1916 if (ixt == 1) incrx[0] = 0;
1921 if (iyt == 1) incry[0] = 0;
1926 for (j = 1; j <= 3; ++j) {
1927 for (i = 1; i <= 3; ++i) {
1928 i1 = ia + incrx[i - 1];
1929 i2 = ib + incry[j - 1];
1935 for (k = 1; k <= 4; ++k) {
1936 for (i = 1; i <= 3; ++i) {
1937 face[i + k*3] =
f[i + (k + 32)*3 - 52];
1942 for (j = 1; j <= 3; ++j) {
1943 for (i = 1; i <= 3; ++i) {
1944 for (k = 1; k <= 4; ++k) {
1946 phi =
f[iphi + (k + ((i + j*3) << 2))*3 - 52]*
rad;
1947 r =
f[3 - iphi + (k + ((i + j*3) << 2))*3 - 52];
1950 z[k + ((i + j*3) << 2) - 17] =
f[(k + ((i + j*3) << 2))*3 - 49];
1952 phi =
f[iphi + (k + ((i + j*3) << 2))*3 - 52]*
rad;
1953 r =
f[(k + ((i + j*3) << 2))*3 - 49];
1956 z[k + ((i + j*3) << 2) - 17] =
f[3 - iphi + (k + ((i + j*3) << 2))*3 - 52];
1958 phi =
f[iphi + (k + ((i + j*3) << 2))*3 - 52]*
rad;
1959 th =
f[3 - iphi + (k + ((i + j*3) << 2))*3 - 52]*
rad;
1960 r =
f[(k + ((i + j*3) << 2))*3 - 49];
1965 phi =
f[iphi + (k + ((i + j*3) << 2))*3 - 52]*
rad;
1966 th =
f[3 - iphi + (k + ((i + j*3) << 2))*3 - 52]*
rad;
1967 r =
f[(k + ((i + j*3) << 2))*3 - 49];
1972 x[k + ((i + j*3) << 2) - 17] =
f[(k + ((i + j*3) << 2))*3 - 51];
1973 y[k + ((i + j*3) << 2) - 17] =
f[(k + ((i + j*3) << 2))*3 - 50];
1974 z[k + ((i + j*3) << 2) - 17] =
f[(k + ((i + j*3) << 2))*3 - 49];
1977 x1 =
x[((i + j*3) << 2) - 14] -
x[((i + j*3) << 2) - 16];
1978 x2 =
x[((i + j*3) << 2) - 13] -
x[((i + j*3) << 2) - 15];
1979 y1 =
y[((i + j*3) << 2) - 14] -
y[((i + j*3) << 2) - 16];
1980 y2 =
y[((i + j*3) << 2) - 13] -
y[((i + j*3) << 2) - 15];
1981 z1 = z[((i + j*3) << 2) - 14] - z[((i + j*3) << 2) - 16];
1982 z2 = z[((i + j*3) << 2) - 13] - z[((i + j*3) << 2) - 15];
1983 an[(i + j*3)*3 - 12] = y1*z2 - y2*z1;
1984 an[(i + j*3)*3 - 11] = z1*
x2 - z2*
x1;
1985 an[(i + j*3)*3 - 10] =
x1*y2 -
x2*y1;
1986 s =
TMath::Sqrt(an[(i + j*3)*3 - 12]*an[(i + j*3)*3 - 12] + an[
1987 (i + j*3)*3 - 11]*an[(i + j*3)*3 - 11] + an[(i
1988 + j*3)*3 - 10]*an[(i + j*3)*3 - 10]);
1990 an[(i + j*3)*3 - 12] /=
s;
1991 an[(i + j*3)*3 - 11] /=
s;
1992 an[(i + j*3)*3 - 10] /=
s;
1997 for (j = 1; j <= 2; ++j) {
1998 for (i = 1; i <= 2; ++i) {
1999 for (k = 1; k <= 3; ++k) {
2000 bn[k + (i + 2*j)*3 - 10] = an[k + (i + j*3)*3 - 13]
2001 + an[k + (i + 1 + j*3)*3 - 13] + an[k + (i + 1 +
2002 (j + 1)*3)*3 - 13] + an[k + (i + (j + 1)*3)*3 - 13];
2028 fU[2*i + 0] = -VERY_BIG;
2029 fU[2*i + 1] = -VERY_BIG;
2030 fD[2*i + 0] = VERY_BIG;
2031 fD[2*i + 1] = VERY_BIG;
2047 Int_t i, j, k, ib, nb;
2057 Int_t buffersize = nx*ny/30 + 1;
2063 for (i = 1; i <= 30; ++i) {
2066 fMask[i - 1] = pow2;
2070 for (nb = 2; nb <= 30; ++nb) {
2071 for (ib = 1; ib <= 30 - nb + 1; ++ib) {
2073 for (i = ib; i <= ib + nb - 1; ++i) k = k |
fMask[i - 1];
2088 Int_t i, j, ixt, iyt;
2090 Double_t xlab1l, xlab2l, ylab1l, ylab2l;
2156 ab[3] = 360*(ab[3] - xlab1l) / (xlab2l - xlab1l);
2157 ab[5] = 360*(ab[5] - xlab1l) / (xlab2l - xlab1l);
2158 ab[4] = (ab[4] - yval1l) / (yval2l - yval1l);
2159 ab[8] = (ab[8] - yval1l) / (yval2l - yval1l);
2161 ab[3] = 360*(ab[3] - xlab1l) / (xlab2l - xlab1l);
2162 ab[5] = 360*(ab[5] - xlab1l) / (xlab2l - xlab1l);
2164 ab[3] = 360*(ab[3] - xlab1l) / (xlab2l - xlab1l);
2165 ab[5] = 360*(ab[5] - xlab1l) / (xlab2l - xlab1l);
2166 ab[4] = 180*(ab[4] - ylab1l) / (ylab2l - ylab1l);
2167 ab[8] = 180*(ab[8] - ylab1l) / (ylab2l - ylab1l);
2169 ab[3] = 360*(ab[3] - xlab1l) / (xlab2l - xlab1l);
2170 ab[5] = 360*(ab[5] - xlab1l) / (xlab2l - xlab1l);
2171 ab[4] = (180 - dangle*2)*(ab[4] - ylab1l) / (ylab2l - ylab1l) + dangle;
2172 ab[8] = (180 - dangle*2)*(ab[8] - ylab1l) / (ylab2l - ylab1l) + dangle;
2198 if (stack) nids = stack->
GetSize();
2200 for (i = 2; i <= nids + 1; ++i) {
2209 for (i = 2; i <= nv; ++i) {
2225 if (vv[i] < vv[i - 1]) {
2237 for (i = 1; i <= nv; ++i) {
2238 vv[i] = (1 - rinrad)*((vv[i] -
Hparam.
zmin) /
2243 for (i = 1; i <= nv; ++i) {
2244 for (j = 1; j <= 4; ++j) t[j + (i << 2)] = vv[i];
2260 Int_t icodes[4], iface[4];
2262 Int_t firstStackNumberDrawn=-1 ;
2267 Error(
"LegoCartesian",
"no TView in current pad");
2286 Int_t incrx = (tnorm[8] < 0.) ? -1 : +1;
2287 Int_t incry = (tnorm[9] < 0.) ? -1 : +1;
2288 if (*chopt !=
'B' && *chopt !=
'b') {
2289 incrx = -incrx; incry = -incry;
2291 Int_t ix1 = (incrx == +1) ? 1 : nx;
2292 Int_t iy1 = (incry == +1) ? 1 : ny;
2293 Int_t ix2 = (incrx == +1) ? nx : 1;
2294 Int_t iy2 = (incry == +1) ? ny : 1;
2298 Int_t ivis[6] = { 0,0,0,0,0,0 };
2300 if (zn < 0) ivis[0] = 1;
2301 if (zn > 0) ivis[2] = 1;
2303 if (zn > 0) ivis[1] = 1;
2304 if (zn < 0) ivis[3] = 1;
2306 if (zn > 0) ivis[5] = 1;
2307 if (zn < 0) ivis[4] = 1;
2312 for (
Int_t iy = iy1; iy != iy2+incry; iy += incry) {
2313 for (
Int_t ix = ix1; ix != ix2+incrx; ix += incrx) {
2314 if (!painter->
IsInside(ix,iy))
continue;
2316 if (nv < 2 || nv > vSize)
continue;
2319 for (
Int_t iv = 1; iv < nv; ++iv) { total_content +=
v[iv]; }
2324 for (
Int_t i = 1; i <= 4; ++i) {
2325 xyz[i*3 - 3] =
xy[2*i - 2];
2326 xyz[i*3 - 2] =
xy[2*i - 1];
2327 xyz[(i + 4)*3 - 3] = xyz[i*3 - 3];
2328 xyz[(i + 4)*3 - 2] = xyz[i*3 - 2];
2331 firstStackNumberDrawn = -1;
2332 for (
Int_t iv = 1; iv < nv; ++iv) {
2333 for (
Int_t i = 1; i <= 4; ++i) {
2334 xyz[i*3 - 1] =
v[iv - 1];
2335 xyz[(i + 4)*3 - 1] =
v[iv];
2337 if (
v[iv - 1] ==
v[iv])
continue;
2339 for (
Int_t i = 1; i <= 4; ++i) {
2340 if (ivis[i - 1] == 0)
continue;
2349 tface[0] =
tt[k1 + (iv << 2) - 5];
2350 tface[1] =
tt[k2 + (iv << 2) - 5];
2351 tface[2] =
tt[k2 + ((iv + 1) << 2) - 5];
2352 tface[3] =
tt[k1 + ((iv + 1) << 2) - 5];
2354 (this->*
fDrawFace)(icodes, xyz, 4, iface, tface);
2356 if ( firstStackNumberDrawn==-1 ) firstStackNumberDrawn =
fEdgeIdx;
2362 for (
Int_t i = 1; i <= 4; ++i) {
2363 xyz[i*3 - 1] =
v[0];
2364 iface[i - 1] = 5 - i;
2365 tface[i - 1] =
tt[5 - i - 1];
2372 (this->*
fDrawFace)(icodes, xyz, 4, iface, tface);
2378 for (
Int_t i = 1; i <= 4; ++i) {
2379 iface[i - 1] = i + 4;
2380 tface[i - 1] =
tt[i + (nv << 2) - 5];
2385 if ( nv > 2 && (
v[nv-1] ==
v[nv-2])) {
2386 for (
Int_t iv = nv-1; iv > 2; --iv) {
2387 if (
v[nv-1] ==
v[iv-1]) {
2394 (this->*
fDrawFace)(icodes, xyz, 4, iface, tface);
2418 Int_t iphi, jphi, kphi, incr, nphi, ivis[6], iopt, iphi1, iphi2, iface[4], i, j;
2420 Int_t incrr, k1, k2, ia, ib, ir1, ir2;
2422 Int_t ir, jr, iv, nr, nv, icodes[4];
2426 Int_t firstStackNumberDrawn=-1 ;
2430 Error(
"LegoPolar",
"no TView in current pad");
2451 Error(
"LegoPolar",
"failed to allocate array fAphi[%d]",
fNaphi);
2456 if (*chopt ==
'B' || *chopt ==
'b') iopt = 1;
2474 if (iordr == 0) ia = nr;
2475 if (iordr != 0) ib = nr;
2476 for (i = 1; i <= nphi; ++i) {
2477 if (iordr == 0) ib = i;
2478 if (iordr != 0) ia = i;
2480 if (i == 1)
fAphi[0] = ab[jphi - 1];
2481 fAphi[i - 1] = (
fAphi[i - 1] + ab[jphi - 1]) / (
float)2.;
2482 fAphi[i] = ab[jphi + 3];
2488 for (i = 1; i <= nphi; ++i) {
2499 if (iphi > nphi)
goto L300;
2504 if (incrr < 0) ir1 = nr;
2507 for (ir = ir1; incrr < 0 ? ir >= ir2 : ir <= ir2; ir += incrr) {
2508 if (iordr == 0) { ia = ir; ib = iphi; }
2509 else { ia = iphi; ib = ir; }
2511 if (nv < 2 || nv > vSize)
continue;
2514 for (iv = 1; iv < nv; ++iv) total_content +=
v[iv];
2515 if (total_content==0)
continue;
2519 for (i = 1; i <= 4; ++i) {
2521 if (iordr != 0 && i == 2) j = 4;
2522 if (iordr != 0 && i == 4) j = 2;
2523 xyz[j*3 - 3] = ab[jr + 2*i - 3]*
TMath::Cos(ab[jphi + 2*i - 3]*
kRad);
2524 xyz[j*3 - 2] = ab[jr + 2*i - 3]*
TMath::Sin(ab[jphi + 2*i - 3]*
kRad);
2525 xyz[(j + 4)*3 - 3] = xyz[j*3 - 3];
2526 xyz[(j + 4)*3 - 2] = xyz[j*3 - 2];
2529 firstStackNumberDrawn = -1;
2530 for (iv = 1; iv < nv; ++iv) {
2531 for (i = 1; i <= 4; ++i) {
2532 xyz[i*3 - 1] =
v[iv - 1];
2533 xyz[(i + 4)*3 - 1] =
v[iv];
2535 if (
v[iv - 1] >=
v[iv])
continue;
2537 for (i = 1; i <= 4; ++i) {
2538 if (ivis[i - 1] == 0)
continue;
2542 if (xyz[k1*3 - 3] == xyz[k2*3 - 3] && xyz[k1*3 - 2] ==
2543 xyz[k2*3 - 2])
continue;
2548 tface[0] =
tt[k1 + (iv << 2) - 5];
2549 tface[1] =
tt[k2 + (iv << 2) - 5];
2550 tface[2] =
tt[k2 + ((iv + 1) << 2) - 5];
2551 tface[3] =
tt[k1 + ((iv + 1) << 2) - 5];
2554 (this->*
fDrawFace)(icodes, xyz, 4, iface, tface);
2556 if ( firstStackNumberDrawn==-1 ) firstStackNumberDrawn =
fEdgeIdx;
2562 for (i = 1; i <= 4; ++i) {
2563 xyz[i*3 - 1] =
v[0];
2564 iface[i - 1] = 5 - i;
2565 tface[i - 1] =
tt[5 - i - 1];
2572 (this->*
fDrawFace)(icodes, xyz, 4, iface, tface);
2578 for (i = 1; i <= 4; ++i) {
2579 iface[i - 1] = i + 4;
2580 tface[i - 1] =
tt[i + (nv << 2) - 5];
2585 if ( nv > 2 && (
v[nv-1] ==
v[nv-2])) {
2586 for (iv = nv-1; iv>2; iv--) {
2587 if (
v[nv-1] ==
v[iv-1]) {
2594 (this->*
fDrawFace)(icodes, xyz, 4, iface, tface);
2601 if (iphi == 0) iphi = kphi;
2602 if (iphi > kphi) iphi = 1;
2603 if (iphi != iphi2)
goto L100;
2634 Int_t iphi, jphi, kphi, incr, nphi, ivis[6], iopt, iphi1, iphi2, iface[4], i, j;
2637 Int_t ia, ib, idummy, iz1, iz2, nz, incrz, k1, k2, nv;
2638 Int_t iv, iz, jz, icodes[4];
2644 Int_t firstStackNumberDrawn=-1 ;
2648 Error(
"LegoCylindrical",
"no TView in current pad");
2669 Error(
"LegoCylindrical",
"failed to allocate array fAphi[%d]",
fNaphi);
2674 if (*chopt ==
'B' || *chopt ==
'b') iopt = 1;
2692 if (iordr == 0) ia = nz;
2693 if (iordr != 0) ib = nz;
2694 for (i = 1; i <= nphi; ++i) {
2695 if (iordr == 0) ib = i;
2696 if (iordr != 0) ia = i;
2698 if (i == 1)
fAphi[0] = ab[jphi - 1];
2699 fAphi[i - 1] = (
fAphi[i - 1] + ab[jphi - 1]) / (
float)2.;
2700 fAphi[i] = ab[jphi + 3];
2706 for (i = 1; i <= nphi; ++i) {
2707 if (iordr == 0) ib = i;
2708 if (iordr != 0) ia = i;
2717 if ((z <= 0 && iopt == 1) || (z > 0 && iopt == 2)) {
2727 if (iphi > nphi)
goto L400;
2731 for (iz = iz1; incrz < 0 ? iz >= iz2 : iz <= iz2; iz += incrz) {
2732 if (iordr == 0) {ia = iz; ib = iphi;}
2733 else {ia = iphi; ib = iz;}
2735 if (nv < 2 || nv > vSize)
continue;
2738 for (i = 1; i <= 4; ++i) {
2740 if (iordr != 0 && i == 2) j = 4;
2741 if (iordr != 0 && i == 4) j = 2;
2744 xyz[j*3 - 1] = ab[jz + 2*i - 3];
2745 xyz[(j + 4)*3 - 1] = ab[jz + 2*i - 3];
2748 firstStackNumberDrawn = -1;
2749 for (iv = 1; iv < nv; ++iv) {
2750 for (i = 1; i <= 4; ++i) {
2751 xyz[i*3 - 3] =
v[iv - 1]*cosphi[i - 1];
2752 xyz[i*3 - 2] =
v[iv - 1]*sinphi[i - 1];
2753 xyz[(i + 4)*3 - 3] =
v[iv]*cosphi[i - 1];
2754 xyz[(i + 4)*3 - 2] =
v[iv]*sinphi[i - 1];
2756 if (
v[iv - 1] >=
v[iv])
continue;
2758 for (i = 1; i <= 4; ++i) {
2759 if (ivis[i - 1] == 0)
continue;
2767 tface[0] =
tt[k1 + (iv << 2) - 5];
2768 tface[1] =
tt[k2 + (iv << 2) - 5];
2769 tface[2] =
tt[k2 + ((iv + 1) << 2) - 5];
2770 tface[3] =
tt[k1 + ((iv + 1) << 2) - 5];
2773 (this->*
fDrawFace)(icodes, xyz, 4, iface, tface);
2775 if ( firstStackNumberDrawn==-1 ) firstStackNumberDrawn =
fEdgeIdx;
2778 if (ivis[4] != 0 &&
v[0] > 0) {
2781 for (i = 1; i <= 4; ++i) {
2782 xyz[i*3 - 3] =
v[0]*cosphi[i - 1];
2783 xyz[i*3 - 2] =
v[0]*sinphi[i - 1];
2785 tface[i - 1] =
tt[i - 1];
2792 (this->*
fDrawFace)(icodes, xyz, 4, iface, tface);
2795 if (ivis[5] != 0 &&
v[nv - 1] > 0) {
2798 for (i = 1; i <= 4; ++i) {
2799 iface[i - 1] = 5 - i + 4;
2800 tface[i - 1] =
tt[5 - i + (nv << 2) - 5];
2805 if ( nv > 2 && (
v[nv-1] ==
v[nv-2])) {
2806 for (iv = nv-1; iv>2; iv--) {
2807 if (
v[nv-1] ==
v[iv-1]) {
2814 (this->*
fDrawFace)(icodes, xyz, 4, iface, tface);
2821 if (iphi == 0) iphi = kphi;
2822 if (iphi > kphi) iphi = 1;
2823 if (iphi != iphi2)
goto L100;
2853 Int_t iphi, jphi, kphi, incr, nphi, ivis[6], iopt, iphi1, iphi2, iface[4], i, j;
2856 Int_t k1, k2, ia, ib, incrth, ith, jth, kth, nth, mth, ith1, ith2, nv;
2859 Int_t iv, icodes[4];
2866 Int_t firstStackNumberDrawn=-1 ;
2870 Error(
"LegoSpherical",
"no TView in current pad");
2891 Error(
"LegoSpherical",
"failed to allocate array fAphi[%d]",
fNaphi);
2896 if (*chopt ==
'B' || *chopt ==
'b') iopt = 1;
2915 if (mth == 0) mth = 1;
2916 if (iordr == 0) ia = mth;
2917 if (iordr != 0) ib = mth;
2918 for (i = 1; i <= nphi; ++i) {
2919 if (iordr == 0) ib = i;
2920 if (iordr != 0) ia = i;
2922 if (i == 1)
fAphi[0] = ab[jphi - 1];
2923 fAphi[i - 1] = (
fAphi[i - 1] + ab[jphi - 1]) / (
float)2.;
2924 fAphi[i] = ab[jphi + 3];
2929 if (iordr == 0) ib = 1;
2930 if (iordr != 0) ia = 1;
2931 for (i = 1; i <= nth; ++i) {
2932 if (iordr == 0) ia = i;
2933 if (iordr != 0) ib = i;
2935 if (i == 1)
fAphi[0] = ab[jth - 1];
2936 fAphi[i - 1] = (
fAphi[i - 1] + ab[jth - 1]) / (
float)2.;
2937 fAphi[i] = ab[jth + 3];
2946 if (iphi > nphi)
goto L500;
2949 if (!iordr) {ia = mth; ib = iphi; }
2950 else {ia = iphi;ib = mth; }
2952 phi = (ab[jphi - 1] + ab[jphi + 3]) / (
float)2.;
2957 if (ith > nth)
goto L400;
2958 if (iordr == 0) ia = ith;
2959 if (iordr != 0) ib = ith;
2961 if (nv < 2 || nv > vSize)
goto L400;
2964 for (i = 1; i <= 6; ++i) ivis[i - 1] = 0;
2966 phi1 =
kRad*ab[jphi - 1];
2967 phi2 =
kRad*ab[jphi + 3];
2971 if (zn > 0) ivis[1] = 1;
2973 if (zn > 0) ivis[3] = 1;
2974 phi = (phi1 + phi2) / (
float)2.;
2976 if (zn > 0) ivis[0] = 1;
2978 if (zn > 0) ivis[2] = 1;
2979 th = (
th1 +
th2) / (
float)2.;
2980 if (ipsdr == 1) th =
kRad*90;
2982 if (zn < 0) ivis[4] = 1;
2983 if (zn > 0) ivis[5] = 1;
2988 for (i = 1; i <= 4; ++i) {
2990 if (iordr != 0 && i == 2) j = 4;
2991 if (iordr != 0 && i == 4) j = 2;
2997 firstStackNumberDrawn = -1;
2998 for (iv = 1; iv < nv; ++iv) {
3000 for (i = 1; i <= 4; ++i) {
3001 xyz[i*3 - 3] =
v[iv - 1]*cosphi[i - 1];
3002 xyz[i*3 - 2] =
v[iv - 1]*sinphi[i - 1];
3003 xyz[i*3 - 1] =
v[iv - 1]*costh[i - 1] / sinth[i - 1];
3004 xyz[(i + 4)*3 - 3] =
v[iv]*cosphi[i - 1];
3005 xyz[(i + 4)*3 - 2] =
v[iv]*sinphi[i - 1];
3006 xyz[(i + 4)*3 - 1] =
v[iv]*costh[i - 1] / sinth[i - 1];
3009 for (i = 1; i <= 4; ++i) {
3010 xyz[i*3 - 3] =
v[iv - 1]*sinth[i - 1]*cosphi[i - 1];
3011 xyz[i*3 - 2] =
v[iv - 1]*sinth[i - 1]*sinphi[i - 1];
3012 xyz[i*3 - 1] =
v[iv - 1]*costh[i - 1];
3013 xyz[(i + 4)*3 - 3] =
v[iv]*sinth[i - 1]*cosphi[i - 1];
3014 xyz[(i + 4)*3 - 2] =
v[iv]*sinth[i - 1]*sinphi[i - 1];
3015 xyz[(i + 4)*3 - 1] =
v[iv]*costh[i - 1];
3018 if (
v[iv - 1] >=
v[iv])
continue;
3020 for (i = 1; i <= 4; ++i) {
3021 if (ivis[i - 1] == 0)
continue;
3029 tface[0] =
tt[k1 + (iv << 2) - 5];
3030 tface[1] =
tt[k2 + (iv << 2) - 5];
3031 tface[2] =
tt[k2 + ((iv + 1) << 2) - 5];
3032 tface[3] =
tt[k1 + ((iv + 1) << 2) - 5];
3035 (this->*
fDrawFace)(icodes, xyz, 4, iface, tface);
3037 if ( firstStackNumberDrawn==-1 ) firstStackNumberDrawn =
fEdgeIdx;
3040 if (ivis[4] != 0 &&
v[0] > 0) {
3043 for (i = 1; i <= 4; ++i) {
3045 xyz[i*3 - 3] =
v[0]*cosphi[i - 1];
3046 xyz[i*3 - 2] =
v[0]*sinphi[i - 1];
3047 xyz[i*3 - 1] =
v[0]*costh[i - 1] / sinth[i - 1];
3049 xyz[i*3 - 3] =
v[0]*sinth[i - 1]*cosphi[i - 1];
3050 xyz[i*3 - 2] =
v[0]*sinth[i - 1]*sinphi[i - 1];
3051 xyz[i*3 - 1] =
v[0]*costh[i - 1];
3053 iface[i - 1] = 5 - i;
3054 tface[i - 1] =
tt[5 - i - 1];
3061 (this->*
fDrawFace)(icodes, xyz, 4, iface, tface);
3064 if (ivis[5] != 0 &&
v[nv - 1] > 0) {
3067 for (i = 1; i <= 4; ++i) {
3068 iface[i - 1] = i + 4;
3069 tface[i - 1] =
tt[i + 4 + 2*nv - 5];
3074 if ( nv > 2 && (
v[nv-1] ==
v[nv-2])) {
3075 for (iv = nv-1; iv>2; iv--) {
3076 if (
v[nv-1] ==
v[iv-1]) {
3083 (this->*
fDrawFace)(icodes, xyz, 4, iface, tface);
3089 if (ith == 0) ith = kth;
3090 if (ith > kth) ith = 1;
3091 if (ith != ith2)
goto L200;
3092 if (incrth == 0)
goto L500;
3103 if (iphi == 0) iphi = kphi;
3104 if (iphi > kphi) iphi = 1;
3105 if (iphi != iphi2)
goto L100;
3140 if (nl < 0)
goto L100;
3141 else if (nl == 0)
goto L200;
3148 for (i = 1; i <= 4; ++i) {
3155 Error(
"LightSource",
"negative light intensity");
3163 if (nl > 4 || yl < 0) {
3164 Error(
"LightSource",
"illegal light source number (nl=%d, yl=%f)", nl, yl);
3170 Error(
"LightSource",
"light source is placed at origin");
3175 fVls[nl*3 - 3] = xscr /
s;
3176 fVls[nl*3 - 2] = yscr /
s;
3177 fVls[nl*3 - 1] = zscr /
s;
3181 if (
fYdl != 0)
return;
3182 for (i = 1; i <= 4; ++i) {
3183 if (
fYls[i - 1] != 0)
return;
3200 if (!view ||
fLoff)
return;
3209 s =
TMath::Sqrt(vn[0]*vn[0] + vn[1]*vn[1] + vn[2]*vn[2]);
3217 for (i = 1; i <= 4; ++i) {
3218 if (
fYls[i - 1] <= 0)
continue;
3219 vl[0] =
fVls[i*3 - 3];
3220 vl[1] =
fVls[i*3 - 2];
3221 vl[2] =
fVls[i*3 - 1];
3222 cosn = vl[0]*vn[0] + vl[1]*vn[1] + vl[2]*vn[2];
3223 if (cosn < 0)
continue;
3224 cosr = vn[1]*(vn[2]*vl[1] - vn[1]*vl[2]) - vn[0]*(vn[0]*vl[2]
3225 - vn[2]*vl[0]) + vn[2]*cosn;
3226 if (cosr <= 0) cosr = 0;
3253 x1 = tn[0]*r1[1] + tn[1]*r1[2] + tn[2]*r1[3] + tn[3];
3254 x2 = tn[0]*r2[1] + tn[1]*r2[2] + tn[2]*r2[3] + tn[3];
3255 y1 = tn[4]*r1[1] + tn[5]*r1[2] + tn[6]*r1[3] + tn[7];
3256 y2 = tn[4]*r2[1] + tn[5]*r2[2] + tn[6]*r2[3] + tn[7];
3258 Error(
"ModifyScreen",
"invalid TView in current pad");
3262 Error(
"ModifyScreen",
"no TView in current pad");
3276 if (i1 == i2)
return;
3279 dy = (y2 - y1) / (i2 - i1);
3280 for (i = i1; i <= i2 - 1; ++i) {
3281 yy1 = y1 + dy*(i - i1);
3283 if (
fD[2*i - 2] > yy1)
fD[2*i - 2] = yy1;
3284 if (
fD[2*i - 1] > yy2)
fD[2*i - 1] = yy2;
3285 if (
fU[2*i - 2] < yy1)
fU[2*i - 2] = yy1;
3286 if (
fU[2*i - 1] < yy2)
fU[2*i - 1] = yy2;
3355 Int_t ivis[6], i, k, num;
3359 for (i = 1; i <= 6; ++i) {
3362 if (k < num)
continue;
3367 if (k == 1) ir = -1;
3394 Error(
"SideVisibilityEncode",
"no TView in current pad");
3399 if (zn > 0) k += 64;
3400 if (zn < 0) k += 32;
3402 if (zn > 0) k += 16;
3405 phi = (phi1 + phi2) / (
float)2.;
3409 if ((zn <= 0 && iopt == 1) || (zn > 0 && iopt == 2)) ++k;
3426 static const char *where =
"Spectrum";
3433 if (nl == 0) {
fNlevel = 0;
return; }
3437 Error(where,
"fmax (%f) less than fmin (%f)", fmax, fmin);
3441 if (nl < 0 || nl > 256) {
3442 Error(where,
"illegal number of levels (%d)", nl);
3447 Error(where,
"initial color index is negative");
3452 Error(where,
"color index increment must be positive");
3457 const Int_t kMAXCOL = 50;
3458 delf = (fmax - fmin) / nl;
3460 for (i = 1; i <= nl+1; ++i) {
3481 Int_t iface[4] = { 1,2,3,4 };
3488 Error(
"SurfaceCartesian",
"no TView in current pad");
3495 Int_t incrx = (tnorm[8] < 0.) ? -1 : +1;
3496 Int_t incry = (tnorm[9] < 0.) ? -1 : +1;
3497 if (*chopt !=
'B' && *chopt !=
'b') {
3498 incrx = -incrx; incry = -incry;
3500 Int_t ix1 = (incrx == +1) ? 1 : nx;
3501 Int_t iy1 = (incry == +1) ? 1 : ny;
3502 Int_t ix2 = (incrx == +1) ? nx : 1;
3503 Int_t iy2 = (incry == +1) ? ny : 1;
3507 for (
Int_t iy = iy1; iy != iy2+incry; iy += incry) {
3508 for (
Int_t ix = ix1; ix != ix2+incrx; ix += incrx) {
3509 if (!painter->
IsInside(ix,iy))
continue;
3511 for (
Int_t i = 0; i < 4; ++i) {
3512 xyz[i*3 + 0] =
f[i*3 + 0];
3513 xyz[i*3 + 1] =
f[i*3 + 1];
3514 xyz[i*3 + 2] =
f[i*3 + 2];
3549 static Int_t ixadd[4] = { 0,1,1,0 };
3550 static Int_t iyadd[4] = { 0,0,1,1 };
3555 Double_t xlab1l, xlab2l, ylab1l, ylab2l;
3556 Int_t i, ixa, iya, icx, ixt, iyt;
3589 for (i = 1; i <= 4; ++i) {
3610 f[i*3 + 1] = 360*(
f[i*3 + 1] - xlab1l) / (xlab2l - xlab1l);
3611 f[i*3 + 2] = (
f[i*3 + 2] - yval1l) / (yval2l - yval1l);
3613 f[i*3 + 1] = 360*(
f[i*3 + 1] - xlab1l) / (xlab2l - xlab1l);
3615 f[i*3 + 1] = 360*(
f[i*3 + 1] - xlab1l) / (xlab2l - xlab1l);
3616 f[i*3 + 2] = 360*(
f[i*3 + 2] - ylab1l) / (ylab2l - ylab1l);
3618 f[i*3 + 1] = 360*(
f[i*3 + 1] - xlab1l) / (xlab2l - xlab1l);
3619 f[i*3 + 2] = (180 - dangle*2)*(
f[i*3 + 2] - ylab1l) / (ylab2l - ylab1l) + dangle;
3642 t[i] =
f[i * 3 + 3];
3647 for (i = 1; i <= 4; ++i)
f[i * 3 + 3] =
fRmax[2];
3651 for (i = 1; i <= 4; ++i) {
3652 f[i*3 + 3] = (1 - rinrad)*((
f[i*3 + 3] -
Hparam.
zmin) /
3671 static Int_t iface[4] = { 1,2,3,4 };
3676 Error(
"SurfacePolar",
"no TView in current pad");
3680 Int_t iphi, jphi, kphi, incr, nphi, iopt, iphi1, iphi2;
3682 Int_t i, j, incrr, ir1, ir2;
3684 Int_t ia, ib, ir, jr, nr, icodes[3];
3706 Error(
"SurfacePolar",
"failed to allocate array fAphi[%d]",
fNaphi);
3711 if (*chopt ==
'B' || *chopt ==
'b') iopt = 1;
3716 if (iordr == 0) ia = nr;
3717 if (iordr != 0) ib = nr;
3718 for (i = 1; i <= nphi; ++i) {
3719 if (iordr == 0) ib = i;
3720 if (iordr != 0) ia = i;
3722 if (i == 1)
fAphi[0] =
f[jphi - 1];
3723 fAphi[i - 1] = (
fAphi[i - 1] +
f[jphi - 1]) / (
float)2.;
3734 if (iphi > nphi)
goto L300;
3737 if (iordr == 0) {ia = nr; ib = iphi;}
3738 else {ia = iphi;ib = nr;}
3741 phi =
kRad*((
f[jphi - 1] +
f[jphi + 5]) / 2);
3745 if ((z <= 0 && iopt == 1) || (z > 0 && iopt == 2)) {
3751 for (ir = ir1; incrr < 0 ? ir >= ir2 : ir <= ir2; ir += incrr) {
3752 if (iordr == 0) ia = ir;
3753 if (iordr != 0) ib = ir;
3756 for (i = 1; i <= 4; ++i) {
3758 if (iordr != 0 && i == 2) j = 4;
3759 if (iordr != 0 && i == 4) j = 2;
3762 xyz[j*3 - 1] =
f[i*3 - 1];
3763 ttt[j - 1] =
tt[i - 1];
3767 (this->*
fDrawFace)(icodes, xyz, 4, iface, ttt);
3772 if (iphi == 0) iphi = kphi;
3773 if (iphi > kphi) iphi = 1;
3774 if (iphi != iphi2)
goto L100;
3775 if (incr == 0)
return;
3800 static Int_t iface[4] = { 1,2,3,4 };
3802 Int_t iphi, jphi, kphi, incr, nphi, iopt, iphi1, iphi2;
3803 Int_t i, j, incrz, nz, iz1, iz2;
3804 Int_t ia, ib, iz, jz, icodes[3];
3814 Error(
"SurfaceCylindrical",
"no TView in current pad");
3835 Error(
"SurfaceCylindrical",
"failed to allocate array fAphi[%d]",
fNaphi);
3840 if (*chopt ==
'B' || *chopt ==
'b') iopt = 1;
3845 if (iordr == 0) ia = nz;
3846 if (iordr != 0) ib = nz;
3847 for (i = 1; i <= nphi; ++i) {
3848 if (iordr == 0) ib = i;
3849 if (iordr != 0) ia = i;
3851 if (i == 1)
fAphi[0] =
f[jphi - 1];
3852 fAphi[i - 1] = (
fAphi[i - 1] +
f[jphi - 1]) / (
float)2.;
3861 if ((z <= 0 && iopt == 1) || (z > 0 && iopt == 2)) {
3873 if (iphi > nphi)
goto L400;
3874 for (iz = iz1; incrz < 0 ? iz >= iz2 : iz <= iz2; iz += incrz) {
3875 if (iordr == 0) {ia = iz; ib = iphi;}
3876 else {ia = iphi; ib = iz;}
3878 for (i = 1; i <= 4; ++i) {
3880 if (iordr == 0 && i == 2) j = 4;
3881 if (iordr == 0 && i == 4) j = 2;
3884 xyz[j*3 - 1] =
f[jz + i*3 - 4];
3885 ttt[j - 1] =
tt[i - 1];
3889 (this->*
fDrawFace)(icodes, xyz, 4, iface, ttt);
3894 if (iphi == 0) iphi = kphi;
3895 if (iphi > kphi) iphi = 1;
3896 if (iphi != iphi2)
goto L100;
3897 if (incr == 0)
return;
3921 static Int_t iface[4] = { 1,2,3,4 };
3923 Int_t iphi, jphi, kphi, incr, nphi, iopt, iphi1, iphi2;
3924 Int_t i, j, incrth, ith, jth, kth, nth, mth, ith1, ith2;
3925 Int_t ia, ib, icodes[3];
3935 Error(
"SurfaceSpherical",
"no TView in current pad");
3956 Error(
"SurfaceSpherical",
"failed to allocate array fAphi[%d]",
fNaphi);
3961 if (*chopt ==
'B' || *chopt ==
'b') iopt = 1;
3967 if (mth == 0) mth = 1;
3968 if (iordr == 0) ia = mth;
3969 if (iordr != 0) ib = mth;
3970 for (i = 1; i <= nphi; ++i) {
3971 if (iordr == 0) ib = i;
3972 if (iordr != 0) ia = i;
3974 if (i == 1)
fAphi[0] =
f[jphi - 1];
3975 fAphi[i - 1] = (
fAphi[i - 1] +
f[jphi - 1]) / (
float)2.;
3981 if (iordr == 0) ib = 1;
3982 if (iordr != 0) ia = 1;
3983 for (i = 1; i <= nth; ++i) {
3984 if (iordr == 0) ia = i;
3985 if (iordr != 0) ib = i;
3988 if (i == 1)
fAphi[0] =
f[jth - 1];
3989 fAphi[i - 1] = (
fAphi[i - 1] +
f[jth - 1]) / (
float)2.;
4000 if (iphi > nphi)
goto L500;
4003 if (iordr == 0) {ia = mth; ib = iphi;}
4004 else {ia = iphi;ib = mth;}
4007 phi = (
f[jphi - 1] +
f[jphi + 5]) / (
float)2.;
4012 if (ith > nth)
goto L400;
4013 if (iordr == 0) ia = ith;
4014 if (iordr != 0) ib = ith;
4018 for (i = 1; i <= 4; ++i) {
4020 if (iordr != 0 && i == 2) j = 4;
4021 if (iordr != 0 && i == 4) j = 2;
4026 ttt[j - 1] =
tt[i - 1];
4029 for (i = 1; i <= 4; ++i) {
4031 if (iordr != 0 && i == 2) j = 4;
4032 if (iordr != 0 && i == 4) j = 2;
4036 ttt[j - 1] =
tt[i - 1];
4041 (this->*
fDrawFace)(icodes, xyz, 4, iface, ttt);
4045 if (ith == 0) ith = kth;
4046 if (ith > kth) ith = 1;
4047 if (ith != ith2)
goto L200;
4048 if (incrth == 0)
goto L500;
4059 if (iphi == 0) iphi = kphi;
4060 if (iphi > kphi) iphi = 1;
4061 if (iphi != iphi2)
goto L100;
4062 if (incr == 0)
return;
4087 if (qqa < 0 || qqa > 1 || qqd < 0 || qqd > 1 || qqs < 0 || qqs > 1 || nnqs < 1) {
4088 Error(
"SurfaceProperty",
"error in coefficients");
4115 Error(
"ImplicitFunction",
"no TF3 function provided");
4120 Int_t ix1, iy1, iz1;
4121 Int_t ix2, iy2, iz2;
4122 Int_t incr, incrx, incry, incrz;
4123 Int_t icodes[3], i, i1, i2, k, nnod, ntria;
4126 Double_t p[8][3], pf[8], pn[8][3], t[3], fsurf, w;
4134 Error(
"ImplicitFunction",
"no TView in current pad");
4142 Double_t fgF3XClip = 0., fgF3YClip = 0., fgF3ZClip = 0.;
4145 fgF3Clipping =
kTRUE;
4146 fgF3XClip = clip[0];
4147 fgF3YClip = clip[1];
4148 fgF3ZClip = clip[2];
4152 if (*chopt ==
'B' || *chopt ==
'b') {
4161 if (tnorm[8] < 0.) incrx =-incrx;
4162 if (tnorm[9] < 0.) incry =-incry;
4163 if (tnorm[10] < 0.) incrz =-incrz;
4167 if (incrx == -1) ix1 = nx;
4168 if (incry == -1) iy1 = ny;
4169 if (incrz == -1) iz1 = nz;
4173 dx = (rmax[0]-rmin[0]) / nx;
4174 dy = (rmax[1]-rmin[1]) / ny;
4175 dz = (rmax[2]-rmin[2]) / nz;
4178 Float_t r=0.,
g=0.,
b=0., hue, light, satur, light2;
4188 light2 = 1-.5*light;
4199 for (iz = iz1; incrz < 0 ? iz >= iz2 : iz <= iz2; iz += incrz) {
4200 z1 = (iz-1)*dz + rmin[2];
4210 for (iy = iy1; incry < 0 ? iy >= iy2 : iy <= iy2; iy += incry) {
4211 y1 = (iy-1)*dy + rmin[1];
4223 pf[1] = f3->
Eval(
x2,y1,z1);
4224 pf[2] = f3->
Eval(
x2,y2,z1);
4225 pf[5] = f3->
Eval(
x2,y1,z2);
4226 pf[6] = f3->
Eval(
x2,y2,z2);
4229 pf[0] = f3->
Eval(
x1,y1,z1);
4230 pf[3] = f3->
Eval(
x1,y2,z1);
4231 pf[4] = f3->
Eval(
x1,y1,z2);
4232 pf[7] = f3->
Eval(
x1,y2,z2);
4234 for (ix = ix1; incrx < 0 ? ix >= ix2 : ix <= ix2; ix += incrx) {
4245 pf[1] = f3->
Eval(
x2,y1,z1);
4246 pf[2] = f3->
Eval(
x2,y2,z1);
4247 pf[5] = f3->
Eval(
x2,y1,z2);
4248 pf[6] = f3->
Eval(
x2,y2,z2);
4256 pf[0] = f3->
Eval(
x1,y1,z1);
4257 pf[3] = f3->
Eval(
x1,y2,z1);
4258 pf[4] = f3->
Eval(
x1,y1,z2);
4259 pf[7] = f3->
Eval(
x1,y2,z2);
4261 if (pf[0] >= -
kFdel)
goto L110;
4262 if (pf[1] >= -
kFdel)
goto L120;
4263 if (pf[2] >= -
kFdel)
goto L120;
4264 if (pf[3] >= -
kFdel)
goto L120;
4265 if (pf[4] >= -
kFdel)
goto L120;
4266 if (pf[5] >= -
kFdel)
goto L120;
4267 if (pf[6] >= -
kFdel)
goto L120;
4268 if (pf[7] >= -
kFdel)
goto L120;
4271 if (pf[1] < -
kFdel)
goto L120;
4272 if (pf[2] < -
kFdel)
goto L120;
4273 if (pf[3] < -
kFdel)
goto L120;
4274 if (pf[4] < -
kFdel)
goto L120;
4275 if (pf[5] < -
kFdel)
goto L120;
4276 if (pf[6] < -
kFdel)
goto L120;
4277 if (pf[7] < -
kFdel)
goto L120;
4292 pn[0][0] = (pf[1] - pf[0]) / dx;
4293 pn[3][0] = (pf[2] - pf[3]) / dx;
4294 pn[4][0] = (pf[5] - pf[4]) / dx;
4295 pn[7][0] = (pf[6] - pf[7]) / dx;
4297 pn[0][0] = (pf[1] - f3->
Eval(
x1-dx,y1,z1)) / (dx + dx);
4298 pn[3][0] = (pf[2] - f3->
Eval(
x1-dx,y2,z1)) / (dx + dx);
4299 pn[4][0] = (pf[5] - f3->
Eval(
x1-dx,y1,z2)) / (dx + dx);
4300 pn[7][0] = (pf[6] - f3->
Eval(
x1-dx,y2,z2)) / (dx + dx);
4303 pn[1][0] = (pf[1] - pf[0]) / dx;
4304 pn[2][0] = (pf[2] - pf[3]) / dx;
4305 pn[5][0] = (pf[5] - pf[4]) / dx;
4306 pn[6][0] = (pf[6] - pf[7]) / dx;
4308 pn[1][0] = (f3->
Eval(
x2+dx,y1,z1) - pf[0]) / (dx + dx);
4309 pn[2][0] = (f3->
Eval(
x2+dx,y2,z1) - pf[3]) / (dx + dx);
4310 pn[5][0] = (f3->
Eval(
x2+dx,y1,z2) - pf[4]) / (dx + dx);
4311 pn[6][0] = (f3->
Eval(
x2+dx,y2,z2) - pf[7]) / (dx + dx);
4315 pn[0][1] = (pf[3] - pf[0]) / dy;
4316 pn[1][1] = (pf[2] - pf[1]) / dy;
4317 pn[4][1] = (pf[7] - pf[4]) / dy;
4318 pn[5][1] = (pf[6] - pf[5]) / dy;
4320 pn[0][1] = (pf[3] - f3->
Eval(
x1,y1-dy,z1)) / (dy + dy);
4321 pn[1][1] = (pf[2] - f3->
Eval(
x2,y1-dy,z1)) / (dy + dy);
4322 pn[4][1] = (pf[7] - f3->
Eval(
x1,y1-dy,z2)) / (dy + dy);
4323 pn[5][1] = (pf[6] - f3->
Eval(
x2,y1-dy,z2)) / (dy + dy);
4326 pn[2][1] = (pf[2] - pf[1]) / dy;
4327 pn[3][1] = (pf[3] - pf[0]) / dy;
4328 pn[6][1] = (pf[6] - pf[5]) / dy;
4329 pn[7][1] = (pf[7] - pf[4]) / dy;
4331 pn[2][1] = (f3->
Eval(
x2,y2+dy,z1) - pf[1]) / (dy + dy);
4332 pn[3][1] = (f3->
Eval(
x1,y2+dy,z1) - pf[0]) / (dy + dy);
4333 pn[6][1] = (f3->
Eval(
x2,y2+dy,z2) - pf[5]) / (dy + dy);
4334 pn[7][1] = (f3->
Eval(
x1,y2+dy,z2) - pf[4]) / (dy + dy);
4338 pn[0][2] = (pf[4] - pf[0]) / dz;
4339 pn[1][2] = (pf[5] - pf[1]) / dz;
4340 pn[2][2] = (pf[6] - pf[2]) / dz;
4341 pn[3][2] = (pf[7] - pf[3]) / dz;
4343 pn[0][2] = (pf[4] - f3->
Eval(
x1,y1,z1-dz)) / (dz + dz);
4344 pn[1][2] = (pf[5] - f3->
Eval(
x2,y1,z1-dz)) / (dz + dz);
4345 pn[2][2] = (pf[6] - f3->
Eval(
x2,y2,z1-dz)) / (dz + dz);
4346 pn[3][2] = (pf[7] - f3->
Eval(
x1,y2,z1-dz)) / (dz + dz);
4349 pn[4][2] = (pf[4] - pf[0]) / dz;
4350 pn[5][2] = (pf[5] - pf[1]) / dz;
4351 pn[6][2] = (pf[6] - pf[2]) / dz;
4352 pn[7][2] = (pf[7] - pf[3]) / dz;
4354 pn[4][2] = (f3->
Eval(
x1,y1,z2+dz) - pf[0]) / (dz + dz);
4355 pn[5][2] = (f3->
Eval(
x2,y1,z2+dz) - pf[1]) / (dz + dz);
4356 pn[6][2] = (f3->
Eval(
x2,y2,z2+dz) - pf[2]) / (dz + dz);
4357 pn[7][2] = (f3->
Eval(
x1,y2,z2+dz) - pf[3]) / (dz + dz);
4360 MarchingCube(fsurf, p, pf, pn, nnod, ntria, xyz, grad, itria);
4361 if (ntria == 0)
goto L510;
4363 for ( i=1 ; i<=nnod ; i++ ) {
4364 view->
WCtoNDC(&xyz[i-1][0], &xyzn[i-1][0]);
4368 ZDepth(xyzn, ntria, itria, dtria, abcd, (
Int_t*)iorder);
4369 if (ntria == 0)
goto L510;
4371 if (*chopt ==
'B' || *chopt ==
'b') incr =-1;
4373 if (incr == -1) i1 = ntria;
4374 i2 = ntria - i1 + 1;
4377 if(
x2<=fgF3XClip && y2 <=fgF3YClip && z2>=fgF3ZClip)
goto L510;
4380 for (i=i1; incr < 0 ? i >= i2 : i <= i2; i += incr) {
4416 static Int_t irota[24][8] = { { 1,2,3,4,5,6,7,8 }, { 2,3,4,1,6,7,8,5 },
4417 { 3,4,1,2,7,8,5,6 }, { 4,1,2,3,8,5,6,7 },
4418 { 6,5,8,7,2,1,4,3 }, { 5,8,7,6,1,4,3,2 },
4419 { 8,7,6,5,4,3,2,1 }, { 7,6,5,8,3,2,1,4 },
4420 { 2,6,7,3,1,5,8,4 }, { 6,7,3,2,5,8,4,1 },
4421 { 7,3,2,6,8,4,1,5 }, { 3,2,6,7,4,1,5,8 },
4422 { 5,1,4,8,6,2,3,7 }, { 1,4,8,5,2,3,7,6 },
4423 { 4,8,5,1,3,7,6,2 }, { 8,5,1,4,7,6,2,3 },
4424 { 5,6,2,1,8,7,3,4 }, { 6,2,1,5,7,3,4,8 },
4425 { 2,1,5,6,3,4,8,7 }, { 1,5,6,2,4,8,7,3 },
4426 { 4,3,7,8,1,2,6,5 }, { 3,7,8,4,2,6,5,1 },
4427 { 7,8,4,3,6,5,1,2 }, { 8,4,3,7,5,1,2,6 } };
4429 static Int_t iwhat[21] = { 1,3,5,65,50,67,74,51,177,105,113,58,165,178,
4430 254,252,250,190,205,188,181 };
4431 Int_t j, i, i1, i2, i3, ir, irt=0, k, k1, k2, incr, icase=0,
n;
4438 for ( i=1; i<=8 ; i++) {
4439 fF8[i-1] =
f[i-1] - fiso;
4441 for ( ir=1 ; ir<=24 ; ir++ ) {
4444 for ( i=1 ; i<=8 ; i++ ) {
4445 if (
fF8[irota[ir-1][i-1]-1] >= 0.) k = k + incr;
4448 if (k==0 || k==255)
return;
4449 for ( i=1 ; i<=21 ; i++ ) {
4450 if (k != iwhat[i-1])
continue;
4459 for ( i=1 ; i<=8 ; i++ ) {
4460 k = irota[irt-1][i-1];
4461 fF8[i-1] =
f[k-1] - fiso;
4462 fP8[i-1][0] = p[k-1][0];
4463 fP8[i-1][1] = p[k-1][1];
4464 fP8[i-1][2] = p[k-1][2];
4465 fG8[i-1][0] =
g[k-1][0];
4466 fG8[i-1][1] =
g[k-1][1];
4467 fG8[i-1][2] =
g[k-1][2];
4472 switch ((
int)icase) {
4475 MarchingCubeCase00(1, 4, 9, 0, 0, 0, nnod, ntria, xyz, grad, itria);
4479 MarchingCubeCase00(2, 4, 9, 10, 0, 0, nnod, ntria, xyz, grad, itria);
4491 MarchingCubeCase00(6, 2, 1, 9, 8, 0, nnod, ntria, xyz, grad, itria);
4502 MarchingCubeCase00(2, 4, 8, 6, 0, 0, nnod, ntria, xyz, grad, itria);
4505 MarchingCubeCase00(1, 4, 12, 7, 6, 10, nnod, ntria, xyz, grad, itria);
4511 MarchingCubeCase00(1, 4, 8, 7, 11, 10, nnod, ntria, xyz, grad, itria);
4520 MarchingCubeCase00(1, 9, 12, 7, 6, 2, nnod, ntria, xyz, grad, itria);
4526 if (ntria == 0)
return;
4527 if (icase <= 14)
goto L500;
4528 for ( i=1; i<=ntria ; i++ ) {
4532 if (itria[i-1][2] < 0) i1 =-i1;
4533 if (itria[i-1][1] < 0) i3 =-i3;
4534 if (itria[i-1][0] < 0) i2 =-i2;
4544 if (
n > ntria)
return;
4545 for ( i=1 ; i<=3 ; i++ ) {
4548 if (i2 == 4) i2 = 1;
4555 if (i3 == 0) i3 = 3;
4562 for ( i=1 ; i<=3 ; i++ ) {
4563 itr[i-1] = itria[
n-1][i-1];
4564 itria[
n-1][i-1] = itria[ntria-1][i-1];
4567 if (ntria == 0)
return;
4568 if (itr[i2-1]*itr[i3-1] > 0)
goto L510;
4571 if (itr[i2-1] < 0) {
4575 if (itr[i3-1] < 0) {
4579 for ( j=1 ; j<=ntria ; j++ ) {
4580 for ( i=1 ; i<=3 ; i++ ) {
4581 if (itria[j-1][i-1] != k2)
continue;
4584 if (i2 == k1) itria[j-1][i-1] =-itria[j-1][i-1];
4605 static Int_t it[4][4][3] = { { { 1,2, 3 }, { 0,0, 0 }, { 0,0, 0 }, { 0,0, 0 } },
4606 { { 1,2,-3 }, {-1,3, 4 }, { 0,0, 0 }, { 0,0, 0 } },
4607 { { 1,2,-3 }, {-1,3,-4 }, {-1,4, 5 }, { 0,0, 0 } },
4608 { { 1,2,-3 }, {-1,3,-4 }, {-4,6,-1 }, { 4,5,-6 } }
4610 Int_t it2[4][3], i, j;
4622 if (ie[5] == 0) nnod = 5;
4623 if (ie[4] == 0) nnod = 4;
4624 if (ie[3] == 0) nnod = 3;
4630 for ( i=0; i<3 ; i++) {
4631 for ( j=0; j<4 ; j++) {
4632 it2[j][i] = it[ntria-1][j][i];
4645 static Int_t ie[6] = { 4,9,1, 2,11,3 };
4646 static Int_t it1[2][3] = { { 1,2,3 }, { 4,5,6 } };
4647 static Int_t it2[4][3] = { { 1,2,-5 }, { -1,5,6 }, { 5,-2,4 }, { -4,2,3 } };
4655 if (f0>=0. &&
fF8[0]>=0.)
goto L100;
4656 if (f0<0. &&
fF8[0]<0.)
goto L100;
4674 static Int_t ie[6] = { 4,9,1, 7,11,6 };
4675 static Int_t it1[2][3] = { { 1,2,3 }, { 4,5,6 } };
4676 static Int_t it2[6][3] = { { 1,2,4 }, { 2,3,6 }, { 3,1,5 },
4677 { 4,5,1 }, { 5,6,3 }, { 6,4,2 } };
4704 static Int_t ie[7] = { 2,4,9,10, 6,7,11 };
4705 static Int_t it1[5][3] = { { 6,7,-1 }, { -6,1,2 }, { 6,2,3 }, { 6,3,-4 }, { -6,4,5 } };
4706 static Int_t it2[3][3] = { { 1,2,-3 }, { -1,3,4 }, { 5,6,7 } };
4707 static Int_t it3[7][3] = { { 6,7,-1 }, { -6,1,2 }, { 6,2,3 }, { 6,3,-4 }, { -6,4,5 },
4708 { 1,7,-5 }, { -1,5,4 } };
4716 if (f0>=0. &&
fF8[1]>=0.)
goto L100;
4717 if (f0<0. &&
fF8[1]<0.)
goto L100;
4746 static Int_t ie[9] = { 3,12,4, 1,10,2, 11,6,7 };
4747 static Int_t it[9][9][3] = {
4748 {{ 1,2,3}, { 4,5,6}, { 7,8,9}, { 0,0,0}, { 0,0,0}, { 0,0,0}, { 0,0,0}, { 0,0,0}, { 0,0,0}},
4749 {{ 1,2,3}, { 4,9,-7}, { -4,7,6}, { 9,4,-5}, { -9,5,8}, { 0,0,0}, { 0,0,0}, { 0,0,0}, { 0,0,0}},
4750 {{ 4,5,6}, { 8,3,-1}, { -8,1,7}, { 3,8,-9}, { -3,9,2}, { 0,0,0}, { 0,0,0}, { 0,0,0}, { 0,0,0}},
4751 {{-10,2,3}, {10,3,-1}, {-10,1,7}, {10,7,-6}, {-10,6,4}, {10,4,-5}, {-10,5,8}, { 10,8,9}, {10,9,-2}},
4752 {{ 7,8,9}, { 2,5,-6}, { -2,6,1}, { 5,2,-3}, { -5,3,4}, { 0,0,0}, { 0,0,0}, { 0,0,0}, { 0,0,0}},
4753 {{-10,1,2}, {10,2,-3}, {-10,3,4}, { 10,4,5}, {10,5,-8}, {-10,8,9}, {10,9,-7}, {-10,7,6}, {10,6,-1}},
4754 {{ 10,2,3}, {10,3,-4}, {-10,4,5}, {10,5,-6}, {-10,6,1}, {10,1,-7}, {-10,7,8}, {10,8,-9}, {-10,9,2}},
4755 {{ 1,7,6}, { -4,2,3}, {-4,9,-2}, {-9,4,-5}, { -9,5,8}, { 0,0,0}, { 0,0,0}, { 0,0,0}, { 0,0,0}},
4756 {{ -1,9,2}, { 1,2,3}, { 1,3,-4}, { 6,-1,4}, { 6,4,5}, { 6,-5,7}, { -7,5,8}, { 7,8,9}, { 7,-9,1}}
4759 Int_t it2[9][3], i, j;
4770 if (
f1>=0. &&
fF8[2] <0.) icase = icase + 1;
4771 if (
f1 <0. &&
fF8[2]>=0.) icase = icase + 1;
4772 if (f2>=0. &&
fF8[2] <0.) icase = icase + 2;
4773 if (f2 <0. &&
fF8[2]>=0.) icase = icase + 2;
4774 if (f3>=0. &&
fF8[2] <0.) icase = icase + 4;
4775 if (f3 <0. &&
fF8[2]>=0.) icase = icase + 4;
4778 switch ((
int)icase) {
4799 for ( i=0; i<3 ; i++) {
4800 for ( j=0; j<9 ; j++) {
4801 it2[j][i] = it[icase-1][j][i];
4811 if (irep != 2)
goto L400;
4818 for ( i=0; i<3 ; i++) {
4819 for ( j=0; j<9 ; j++) {
4820 it2[j][i] = it[icase-1][j][i];
4834 static Int_t ie[8] = { 1,3,12,9, 5,7,11,10 };
4835 static Int_t it[6][8][3] = {
4836 {{1,2,-3}, {-1,3,4}, {5,6,-7}, {-5,7,8}, { 0,0,0}, { 0,0,0}, { 0,0,0}, { 0,0,0}},
4837 {{ 9,1,2}, { 9,2,3}, { 9,3,4}, { 9,4,5}, { 9,5,6}, { 9,6,7}, { 9,7,8}, { 9,8,1}},
4838 {{ 9,1,2}, { 9,4,1}, { 9,3,4}, { 9,6,3}, { 9,5,6}, { 9,8,5}, { 9,7,8}, { 9,2,7}},
4839 {{1,2,-7}, {-1,7,8}, {5,6,-3}, {-5,3,4}, { 0,0,0}, { 0,0,0}, { 0,0,0}, { 0,0,0}},
4840 {{1,2,-7}, {-1,7,8}, {2,3,-6}, {-2,6,7}, {3,4,-5}, {-3,5,6}, {4,1,-8}, {-4,8,5}},
4841 {{1,2,-3}, {-1,3,4}, {2,7,-6}, {-2,6,3}, {7,8,-5}, {-7,5,6}, {8,1,-4}, {-8,4,5}}
4843 Int_t it2[8][3], i, j;
4853 if (
f1 >= 0.) icase = icase + 1;
4854 if (f2 >= 0.) icase = icase + 2;
4855 if (icase==1 || icase==4)
goto L100;
4861 for ( i=0; i<3 ; i++) {
4862 for ( j=0; j<8 ; j++) {
4863 it2[j][i] = it[icase-1][j][i];
4874 if (irep == 0)
goto L200;
4877 if (icase == 1) icase = 5;
4878 if (icase == 4) icase = 6;
4883 for ( i=0; i<3 ; i++) {
4884 for ( j=0; j<8 ; j++) {
4885 it2[j][i] = it[icase-1][j][i];
4899 static Int_t ie[8] = { 3,12,4, 1,9,8,6,2 };
4900 static Int_t it[6][8][3] = {
4901 {{ 1,2,3}, {4,5,-6}, {-4,6,8}, { 6,7,8}, { 0,0,0}, { 0,0,0}, { 0,0,0}, { 0,0,0}},
4902 {{-9,1,2}, {9,2,-3}, {-9,3,4}, {9,4,-5}, {-9,5,6}, {9,6,-7}, {-9,7,8}, {9,8,-1}},
4903 {{9,1,-2}, {-9,2,6}, {9,6,-7}, {-9,7,8}, {9,8,-4}, {-9,4,5}, {9,5,-3}, {-9,3,1}},
4904 {{ 3,4,5}, {1,2,-6}, {-1,6,8}, { 6,7,8}, { 0,0,0}, { 0,0,0}, { 0,0,0}, { 0,0,0}},
4905 {{ 7,8,6}, {6,8,-1}, {-6,1,2}, {3,1,-8}, {-3,8,4}, { 3,4,5}, {3,5,-6}, {-3,6,2}},
4906 {{ 7,8,6}, {6,8,-4}, {-6,4,5}, {3,4,-8}, {-3,8,1}, { 3,1,2}, {3,2,-6}, {-3,6,5}}
4908 Int_t it2[8][3], i, j;
4918 if (
f1 >= 0.) icase = icase + 1;
4919 if (f2 >= 0.) icase = icase + 2;
4920 if (icase==1 || icase==4)
goto L100;
4926 for ( i=0; i<3 ; i++) {
4927 for ( j=0; j<8 ; j++) {
4928 it2[j][i] = it[icase-1][j][i];
4939 if (irep != 1)
goto L200;
4942 if (icase == 1) icase = 5;
4943 if (icase == 4) icase = 6;
4948 for ( i=0; i<3 ; i++) {
4949 for ( j=0; j<8 ; j++) {
4950 it2[j][i] = it[icase-1][j][i];
4964 Int_t nr, nf, i, k, incr,
n, kr, icase, irep;
4965 static Int_t irota[12][8] = {
4966 {1,2,3,4,5,6,7,8}, {1,5,6,2,4,8,7,3}, {1,4,8,5,2,3,7,6},
4967 {3,7,8,4,2,6,5,1}, {3,2,6,7,4,1,5,8}, {3,4,1,2,7,8,5,6},
4968 {6,7,3,2,5,8,4,1}, {6,5,8,7,2,1,4,3}, {6,2,1,5,7,3,4,8},
4969 {8,4,3,7,5,1,2,6}, {8,5,1,4,7,6,2,3}, {8,7,6,5,4,3,2,1} };
4970 static Int_t iwhat[8] = { 63,62,54,26,50,9,1,0 };
4971 static Int_t ie[12] = { 1,2,3,4,5,6,7,8,9,10,11,12 };
4972 static Int_t iface[6][4] = {
4973 {1,2,3,4}, {5,6,7,8}, {1,2,6,5}, {2,6,7,3}, {4,3,7,8}, {1,5,8,4} };
4974 static Int_t it1[4][3] = { {1,2,10}, {9,5,8}, {6,11,7}, {3,4,12} };
4975 static Int_t it2[4][3] = { {5,6,10}, {1,4,9}, {2,11,3}, {7,8,12} };
4976 static Int_t it3[6][3] = { {10,12,-3}, {-10,3,2}, {12,10,-1}, {-12,1,4},
4977 {9,5,8}, {6,11,7} };
4978 static Int_t it4[6][3] = { {11,9,-1}, {-11,1,2}, {9,11,-3}, {-9,3,4},
4979 {5,6,10}, {7,8,12} };
4980 static Int_t it5[10][3] = { {13,2,-11}, {-13,11,7}, {13,7,-6}, {-13,6,10},
4981 {13,10,1}, {13,1,-4}, {-13,4,12}, {13,12,-3}, {-13,3,2}, {5,8,9} };
4982 static Int_t it6[10][3] = { {13,2,-10}, {-13,10,5}, {13,5,-6}, {-13,6,11},
4983 {13,11,3}, {13,3,-4}, {-13,4,9}, {13,9,-1}, {-13,1,2}, {12,7,8} };
4984 static Int_t it7[12][3] = { {13,2,-11}, {-13,11,7}, {13,7,-6}, {-13,6,10},
4985 {13,10,-5}, {-13,5,8}, {13,8,-9}, {-13,9,1},
4986 {13,1,-4}, {-13,4,12}, {13,12,-3}, {-13,3,2} };
4987 static Int_t it8[6][3] = { {3,8,12}, {3,-2,-8}, {-2,5,-8}, {2,10,-5},
4988 {7,6,11}, {1,4,9} };
4989 static Int_t it9[10][3] = { {7,12,-3}, {-7,3,11}, {11,3,2}, {6,11,-2}, {-6,2,10},
4990 {6,10,5}, {7,6,-5}, {-7,5,8}, {7,8,12}, {1,4,9} };
4991 static Int_t it10[10][3] = { {9,1,-10}, {-9,10,5}, {9,5,8}, {4,9,-8}, {-4,8,12},
4992 {4,12,3}, {1,4,-3}, {-1,3,2}, {1,2,10}, {7,6,11} };
4998 for ( nr=1 ; nr<=12 ; nr++ ) {
5001 for ( nf=1 ; nf<=6 ; nf++ ) {
5002 f1 =
fF8[irota[nr-1][iface[nf-1][0]-1]-1];
5003 f2 =
fF8[irota[nr-1][iface[nf-1][1]-1]-1];
5004 f3 =
fF8[irota[nr-1][iface[nf-1][2]-1]-1];
5005 f4 =
fF8[irota[nr-1][iface[nf-1][3]-1]-1];
5006 if ((
f1*f3-f2*f4)/(
f1+f3-f2-f4) >= 0.) k = k + incr;
5009 for ( i=1 ; i<=8 ; i++ ) {
5010 if (k != iwhat[i-1])
continue;
5016 Error(
"MarchingCubeCase13",
"configuration is not found");
5021 if (icase==1 || icase==8)
goto L300;
5022 for (
n=1 ;
n<=8 ;
n++) {
5023 k = irota[kr-1][
n-1];
5025 for ( i=1 ; i<=3 ; i++ ) {
5026 xyz[
n-1][i-1] =
fP8[k-1][i-1];
5027 grad[
n-1][i-1] =
fG8[k-1][i-1];
5030 for (
n=1 ;
n<=8 ;
n++ ) {
5032 for ( i=1 ; i<=3 ; i++ ) {
5033 fP8[
n-1][i-1] = xyz[
n-1][i-1];
5034 fG8[
n-1][i-1] = grad[
n-1][i-1];
5044 switch ((
int)icase) {
5065 &xyz[nnod-1][0], &grad[nnod-1][0]);
5072 &xyz[nnod-1][0], &grad[nnod-1][0]);
5079 &xyz[nnod-1][0], &grad[nnod-1][0]);
5086 switch ((
int)(irep+1)) {
5115 for (
n=1 ;
n<=ntria ;
n++ ) {
5116 for ( i=1 ; i<=3 ; i++ ) {
5118 itria[
n-1][i-1] = k;
5142 for ( i=1 ; i<=3 ; i++ ) {
5146 for (
n=1 ;
n<=nnod ;
n++ ) {
5149 for ( i=1 ; i<=3 ; i++ ) {
5150 p[i-1] = p[i-1] + xyz[k-1][i-1];
5151 g[i-1] =
g[i-1] + grad[k-1][i-1];
5154 for ( i=1 ; i<=3 ; i++ ) {
5155 pxyz[i-1] = p[i-1] / nnod;
5156 pgrad[i-1] =
g[i-1] / nnod;
5178 a = (
a11-a01)*(b00-b10) - (a00-a10)*(b11-b01);
5179 if (
a == 0.)
return;
5180 b = a01*(b00-b10)-(
a11-a01)*b00-(a00-a10)*b01+a00*(b11-b01);
5181 c = a00*b01 - a01*b00;
5183 if (
d <= 0.)
return;
5186 s1 = (-
b+
d) / (2*
a);
5187 if (s1<0. || s1>1.)
return;
5189 s2 = (-
b-
d) / (2*
a);
5190 if (s2<0. || s2>1.)
return;
5194 if (a00 >= 0) iposa = iposa + 1;
5195 if (a01 >= 0) iposa = iposa + 2;
5196 if (a10 >= 0) iposa = iposa + 4;
5197 if (
a11 >= 0) iposa = iposa + 8;
5198 if (iposa==6 || iposa==9)
goto L100;
5204 s0 = (a00-a01) / (a00+
a11-a10-a01);
5205 if (
s1>=
s0 && s2<
s0)
return;
5206 if (s1<s0 && s2>=
s0)
return;
5208 if (
s1 >=
s0) irep = 2;
5212 if (b00 >= 0) iposb = iposb + 1;
5213 if (b01 >= 0) iposb = iposb + 2;
5214 if (b10 >= 0) iposb = iposb + 4;
5215 if (b11 >= 0) iposb = iposb + 8;
5216 if (iposb!=6 && iposb!=9)
return;
5217 s0 = (b00-b01) / (b00+b11-b10-b01);
5218 if (iposa != iposb)
goto L200;
5220 if (irep==1 &&
s1>
s0)
return;
5221 if (irep==2 &&
s1<
s0)
return;
5226 if (irep==1 &&
s1<
s0)
return;
5227 if (irep==2 &&
s1>
s0)
return;
5246 static Int_t iedge[12][2] = {
5247 {1,2}, {2,3}, {3,4}, {4,1}, {5,6}, {6,7}, {7,8}, {8,5}, {1,5}, {2,6}, {3,7}, {4,8} };
5249 for (
n=1 ;
n<=nnod ;
n++ ) {
5255 for ( i=1 ; i<=3 ; i++ ) {
5256 xyz[
n-1][i-1] = (
fP8[n2-1][i-1]-
fP8[n1-1][i-1])*t +
fP8[n1-1][i-1];
5257 grad[
n-1][i-1] = (
fG8[n2-1][i-1]-
fG8[n1-1][i-1])*t +
fG8[n1-1][i-1];
5278 Int_t n, nf, i1, i2, i3, i, icur, k, itst, kface, kf, irep;
5288 for (
n=1 ;
n<=nface ;
n++ ) {
5312 for ( i=1 ; i<=3 ; i++ ) {
5313 wmin = xyz[i1-1][i-1];
5314 wmax = xyz[i1-1][i-1];
5315 if (wmin > xyz[i2-1][i-1]) wmin = xyz[i2-1][i-1];
5316 if (wmax < xyz[i2-1][i-1]) wmax = xyz[i2-1][i-1];
5317 if (wmin > xyz[i3-1][i-1]) wmin = xyz[i3-1][i-1];
5318 if (wmax < xyz[i3-1][i-1]) wmax = xyz[i3-1][i-1];
5319 dface[
n-1][i-1] = wmin;
5320 dface[
n-1][i+2] = wmax;
5323 for ( i=1 ; i<=3 ; i++ ) {
5324 v[0][i-1] = xyz[i2-1][i-1] - xyz[i1-1][i-1];
5325 v[1][i-1] = xyz[i3-1][i-1] - xyz[i2-1][i-1];
5327 a = (
v[0][1]*
v[1][2] -
v[0][2]*
v[1][1]);
5328 b = (
v[0][2]*
v[1][0] -
v[0][0]*
v[1][2]);
5329 c = (
v[0][0]*
v[1][1] -
v[0][1]*
v[1][0]);
5338 abcd[
n-1][3] =-(
a*xyz[i1-1][0] +
b*xyz[i1-1][1] +
c*xyz[i1-1][2]);
5341 if (nf <= 1)
return;
5344 for ( icur=2 ; icur<=nface ; icur++ ) {
5346 zcur = dface[k-1][2];
5347 for ( itst=icur-1 ; itst>=1 ; itst-- ) {
5349 if (zcur < dface[k-1][2])
break;
5351 iorder[itst-1] = iorder[itst];
5359 if (kface == 1)
goto L900;
5360 nf = iorder[kface-1];
5361 if (nf < 0) nf =-nf;
5362 abcdn[0] = abcd[nf-1][0];
5363 abcdn[1] = abcd[nf-1][1];
5364 abcdn[2] = abcd[nf-1][2];
5365 abcdn[3] = abcd[nf-1][3];
5371 for ( k=kface-1 ; k>=1 ; k-- ) {
5373 if (kf < 0) kf =-kf;
5374 if (dface[nf-1][5] > dface[kf-1][2]+
kDel)
goto L400;
5375 if (iorder[k-1] > 0)
goto L900;
5380 if (dface[kf-1][0] >= dface[nf-1][3]-
kDel)
goto L800;
5381 if (dface[kf-1][3] <= dface[nf-1][0]+
kDel)
goto L800;
5382 if (dface[kf-1][1] >= dface[nf-1][4]-
kDel)
goto L800;
5383 if (dface[kf-1][4] <= dface[nf-1][1]+
kDel)
goto L800;
5389 if (abcdn[0]*xyz[kk[0]-1][0]+abcdn[1]*xyz[kk[0]-1][1]+
5390 abcdn[2]*xyz[kk[0]-1][2]+abcdn[3] < -
kDel)
goto L500;
5391 if (abcdn[0]*xyz[kk[1]-1][0]+abcdn[1]*xyz[kk[1]-1][1]+
5392 abcdn[2]*xyz[kk[1]-1][2]+abcdn[3] < -
kDel)
goto L500;
5393 if (abcdn[0]*xyz[kk[2]-1][0]+abcdn[1]*xyz[kk[2]-1][1]+
5394 abcdn[2]*xyz[kk[2]-1][2]+abcdn[3] < -
kDel)
goto L500;
5399 abcdk[0] = abcd[kf-1][0];
5400 abcdk[1] = abcd[kf-1][1];
5401 abcdk[2] = abcd[kf-1][2];
5402 abcdk[3] = abcd[kf-1][3];
5403 if (abcdk[0]*xyz[nn[0]-1][0]+abcdk[1]*xyz[nn[0]-1][1]+
5404 abcdk[2]*xyz[nn[0]-1][2]+abcdk[3] >
kDel)
goto L600;
5405 if (abcdk[0]*xyz[nn[1]-1][0]+abcdk[1]*xyz[nn[1]-1][1]+
5406 abcdk[2]*xyz[nn[1]-1][2]+abcdk[3] >
kDel)
goto L600;
5407 if (abcdk[0]*xyz[nn[2]-1][0]+abcdk[1]*xyz[nn[2]-1][1]+
5408 abcdk[2]*xyz[nn[2]-1][2]+abcdk[3] >
kDel)
goto L600;
5414 for ( i=1 ; i<=3 ; i++ ) {
5417 if (i != 3) i2 = kk[i];
5419 if ( irep<0 )
goto L700;
5420 if ( irep==0 )
continue;
5421 if ( irep>0 )
goto L800;
5424 for ( i=1 ; i<=3 ; i++ ) {
5427 if (i != 3) i2 = nn[i];
5429 if ( irep<0 )
goto L800;
5430 if ( irep==0 )
continue;
5431 if ( irep>0 )
goto L700;
5438 for ( i=k+1 ; i<=kface ; i++ ) {
5439 iorder[i-2] = iorder[i-1];
5441 iorder[kface-1] =-kf;
5442 if (kf > 0)
goto L300;
5450 if (iorder[kface-1] < 0) iorder[kface-1] =-iorder[kface-1];
5452 if (kface > 0)
goto L300;
5470 Int_t k, k1, k2, ixy, i;
5471 Double_t a,
b,
c, d1, d2, dd,
xy, tmin, tmax, tmid,
x,
y, z;
5477 delta[0] = xyz[i2-1][0] - xyz[i1-1][0];
5478 delta[1] = xyz[i2-1][1] - xyz[i1-1][1];
5479 delta[2] = xyz[i2-1][2] - xyz[i1-1][2];
5485 c =-(
a*xyz[i1-1][0] +
b*xyz[i1-1][1]);
5486 d[0] =
a*xyz[iface[0]-1][0] +
b*xyz[iface[0]-1][1] +
c;
5487 d[1] =
a*xyz[iface[1]-1][0] +
b*xyz[iface[1]-1][1] +
c;
5488 d[2] =
a*xyz[iface[2]-1][0] +
b*xyz[iface[2]-1][1] +
c;
5490 for ( i=1 ; i<=3 ; i++ ) {
5494 if (
d[k1-1]>=0. &&
d[k2-1]>=0.)
continue;
5495 if (
d[k1-1] <0. &&
d[k2-1] <0.)
continue;
5496 d1 =
d[k1-1] / (
d[k1-1] -
d[k2-1]);
5497 d2 =
d[k2-1] / (
d[k1-1] -
d[k2-1]);
5498 xy = d1*xyz[iface[k2-1]-1][ixy-1] - d2*xyz[iface[k1-1]-1][ixy-1];
5500 t[k-1] = (
xy-xyz[i1-1][ixy-1]) / delta[ixy-1];
5501 if (k == 2)
goto L200;
5509 if (tmin>1. || tmax<0)
return;
5510 if (tmin < 0.) tmin = 0.;
5511 if (tmax > 1.) tmax = 1.;
5512 tmid = (tmin + tmax) / 2.;
5513 x = delta[0]*tmid + xyz[i1-1][0];
5514 y = delta[1]*tmid + xyz[i1-1][1];
5515 z = delta[2]*tmid + xyz[i1-1][2];
5516 dd = abcd[0]*
x + abcd[1]*
y + abcd[2]*z + abcd[3];
5517 if (dd > del)
goto L997;
5518 if (dd <-del)
goto L998;
5549 Double_t p0[3], p1[3], p2[3], p3[3], t[3];
5550 Double_t fsurf, w, d1, d2, df1, df2;
5552 Int_t i, i1, i2, j, ibase, nnod, knod, ntria, ktria, iopt, iready;
5553 Int_t ixcrit, iycrit, izcrit, incrx, incry, incrz, incr;
5554 Int_t ix, ix1=0, ix2=0, iy, iy1=0, iy2=0, iz, iz1=0, iz2=0, k, kx, ky, kz, isurf, nsurf;
5560 static Int_t ind[8][3] = { { 0,0,0 }, { 1,0,0 }, { 1,0,1 }, { 0,0,1 },
5561 { 0,1,0 }, { 1,1,0 }, { 1,1,1 }, { 0,1,1 } };
5572 Error(
"ImplicitFunction",
"no TView in current pad");
5577 if (nsurf >
kNiso) {
5578 Warning(
"IsoSurface",
"Number of iso-surfaces too large. Increase kNiso");
5581 if (*chopt ==
'B' || *chopt ==
'b') iopt = 1;
5605 if (p1[2] < p0[2]) ixcrit = 1;
5606 if (p2[2] < p0[2]) iycrit = 1;
5607 if (p3[2] < p0[2]) izcrit = 1;
5616 if (iopt == 1) iz1 = 1;
5617 if (iopt == 1) iz2 = izcrit-1;
5618 if (iopt == 2) iz1 = izcrit;
5619 if (iopt == 2) iz2 = nz - 1;
5621 if (iopt == 1) iz1 = nz - 1;
5622 if (iopt == 1) iz2 = izcrit;
5623 if (iopt == 2) iz1 = izcrit-1;
5624 if (iopt == 2) iz2 = 1;
5626 for (iz = iz1; incrz < 0 ? iz >= iz2 : iz <= iz2; iz += incrz) {
5629 if (iopt == 1) iy1 = 1;
5630 if (iopt == 1) iy2 = iycrit-1;
5631 if (iopt == 2) iy1 = iycrit;
5632 if (iopt == 2) iy2 = ny - 1;
5634 if (iopt == 1) iy1 = ny - 1;
5635 if (iopt == 1) iy2 = iycrit;
5636 if (iopt == 2) iy1 = iycrit-1;
5637 if (iopt == 2) iy2 = 1;
5639 for (iy = iy1; incry < 0 ? iy >= iy2 : iy <= iy2; iy += incry) {
5642 if (iopt == 1) ix1 = 1;
5643 if (iopt == 1) ix2 = ixcrit-1;
5644 if (iopt == 2) ix1 = ixcrit;
5645 if (iopt == 2) ix2 = nx - 1;
5647 if (iopt == 1) ix1 = nx - 1;
5648 if (iopt == 1) ix2 = ixcrit;
5649 if (iopt == 2) ix1 = ixcrit-1;
5650 if (iopt == 2) ix2 = 1;
5652 for (ix = ix1; incrx < 0 ? ix >= ix2 : ix <= ix2; ix += incrx) {
5656 for ( isurf=1 ; isurf<=nsurf ; isurf++ ) {
5694 if (iready !=0)
goto L310;
5696 for ( i=1 ; i<=8 ; i++ ) {
5697 kx = ix + ind[i-1][0];
5698 ky = iy + ind[i-1][1];
5699 kz = iz + ind[i-1][2];
5700 p[i-1][0] =
x[kx-1];
5701 p[i-1][1] =
y[ky-1];
5702 p[i-1][2] = z[kz-1];
5709 }
else if (kx == nx) {
5714 d1 =
x[kx-1] -
x[kx-2];
5715 d2 =
x[kx] -
x[kx-1];
5725 pn[i-1][0] = (df1*d2*d2+df2*d1*d1)/(d1*d2*d2+d2*d1*d1);
5733 }
else if (ky == ny) {
5738 d1 =
y[ky-1] -
y[ky-2];
5739 d2 =
y[ky] -
y[ky-1];
5749 pn[i-1][1] = (df1*d2*d2+df2*d1*d1)/(d1*d2*d2+d2*d1*d1);
5757 }
else if (kz == nz) {
5762 d1 = z[kz-1] - z[kz-2];
5763 d2 = z[kz] - z[kz-1];
5773 pn[i-1][2] = (df1*d2*d2+df2*d1*d1)/(d1*d2*d2+d2*d1*d1);
5784 xyz_tmp, grad_tmp, itria_tmp);
5786 for(
l=0 ;
l<knod ;
l++) {
5787 xyz[nnod+
l][0] = xyz_tmp[
l][0];
5788 xyz[nnod+
l][1] = xyz_tmp[
l][1];
5789 xyz[nnod+
l][2] = xyz_tmp[
l][2];
5790 grad[nnod+
l][0] = grad_tmp[
l][0];
5791 grad[nnod+
l][1] = grad_tmp[
l][1];
5792 grad[nnod+
l][2] = grad_tmp[
l][2];
5794 for(
l=0 ;
l<ktria ;
l++) {
5795 itria[ntria+
l][0] = itria_tmp[
l][0];
5796 itria[ntria+
l][1] = itria_tmp[
l][1];
5797 itria[ntria+
l][2] = itria_tmp[
l][2];
5800 for ( i=ntria+1 ; i<=ntria+ktria ; i++ ) {
5801 for ( j=1 ; j<=3 ; j++ ){
5803 if (itria[i-1][j-1] < 0) ibase =-nnod;
5804 itria[i-1][j-1] = itria[i-1][j-1] + ibase;
5809 ntria = ntria + ktria;
5813 if (ntria == 0)
continue;
5814 for ( i=1 ; i<=nnod ; i++ ) {
5815 view->
WCtoNDC(&xyz[i-1][0], &xyzn[i-1][0]);
5819 ZDepth(xyzn, ntria, itria, dtria, abcd, (
Int_t*)iorder);
5820 if (ntria == 0)
continue;
5822 if (iopt == 1) incr = -1;
5824 if (incr == -1) i1 = ntria;
5825 i2 = ntria - i1 + 1;
5826 for (i = i1; incr < 0 ? i >= i2 : i <= i2; i += incr) {
5831 icodes[0] = iattr[k-1];
5832 icodes[1] = iattr[k-1];
5833 icodes[2] = iattr[k-1];
5838 if (incrx < 0)
goto L130;
5841 if (incry < 0)
goto L120;
5844 if (incrz < 0)
goto L110;
5861 Error(
"ImplicitFunction",
"no TView in current pad");
5868 for ( i=1 ; i<=np ; i++) {
5871 view->
WCtoNDC(&xyz[k-1][0], &p3[i-1][0]);
static const double x2[5]
static const double x1[5]
include TDocParser_001 C image html pict1_TDocParser_001 png width
void Error(const char *location, const char *msgfmt,...)
void Warning(const char *location, const char *msgfmt,...)
static Int_t gEdgeColor[kVSizeMax+1]
static Double_t gV[kVSizeMax]
static Int_t gEdgeStyle[kVSizeMax+1]
const Int_t kF3FillColor2
static Int_t gColorDark[kVSizeMax+1]
static Int_t gEdgeWidth[kVSizeMax+1]
static Double_t gTT[4 *kVSizeMax]
static Int_t gColorMain[kVSizeMax+1]
const Int_t kF3FillColor1
R__EXTERN TStyle * gStyle
Fill Area Attributes class.
virtual Color_t GetFillColor() const
Return the fill area color.
virtual void Modify()
Change current fill area attributes if necessary.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
virtual Color_t GetLineColor() const
Return the line color.
virtual void SetLineStyle(Style_t lstyle)
Set the line style.
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
virtual void SetLineColor(Color_t lcolor)
Set the line color.
virtual void Modify()
Change current line attributes if necessary.
virtual Double_t GetBinLowEdge(Int_t bin) const
Return low edge of bin.
virtual Double_t GetBinWidth(Int_t bin) const
Return bin width.
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
The color creation and management class.
virtual void SetRGB(Float_t r, Float_t g, Float_t b)
Initialize this color and its associated colors.
static void RGBtoHLS(Float_t r, Float_t g, Float_t b, Float_t &h, Float_t &l, Float_t &s)
virtual void GetRGB(Float_t &r, Float_t &g, Float_t &b) const
static void HLStoRGB(Float_t h, Float_t l, Float_t s, Float_t &r, Float_t &g, Float_t &b)
virtual Double_t Eval(Double_t x, Double_t y=0, Double_t z=0, Double_t t=0) const
Evaluate this function.
A 3-Dim function with parameters.
virtual const Double_t * GetClippingBox() const
TAxis * GetXaxis()
Get the behaviour adopted by the object about the statoverflows. See EStatOverflows for more informat...
TVirtualHistPainter * GetPainter(Option_t *option="")
Return pointer to painter.
virtual Double_t GetBinContent(Int_t bin) const
Return content of bin number bin.
static void Optimize(Double_t A1, Double_t A2, Int_t nold, Double_t &BinLow, Double_t &BinHigh, Int_t &nbins, Double_t &BWID, Option_t *option="")
Static function to compute reasonable axis limits.
The histogram painter class.
static Int_t ProjectSinusoidal2xy(Double_t l, Double_t b, Double_t &Al, Double_t &Ab)
Static function code from Ernst-Jan Buis.
virtual Bool_t IsInside(Int_t x, Int_t y)
Return kTRUE if the cell ix, iy is inside one of the graphical cuts.
static Int_t ProjectAitoff2xy(Double_t l, Double_t b, Double_t &Al, Double_t &Ab)
Static function.
static Int_t ProjectParabolic2xy(Double_t l, Double_t b, Double_t &Al, Double_t &Ab)
Static function code from Ernst-Jan Buis.
static Int_t ProjectMercator2xy(Double_t l, Double_t b, Double_t &Al, Double_t &Ab)
Static function.
virtual TObject * At(Int_t idx) const
Returns the object at position idx. Returns 0 if idx is out of range.
void MarchingCubeCase06(Int_t &nnod, Int_t &ntria, Double_t xyz[52][3], Double_t grad[52][3], Int_t itria[48][3])
Consider case No 6.
Int_t fSystem
Size of fAphi.
void DrawFaceMove3(Int_t *icodes, Double_t *xyz, Int_t np, Int_t *iface, Double_t *tt)
Draw face - 3rd variant for "MOVING SCREEN" algorithm (draw level lines only)
void SetDrawFace(DrawFaceFunc_t pointer)
Store pointer to current algorithm to draw faces.
void MarchingCubeSetTriangles(Int_t ntria, Int_t it[][3], Int_t itria[48][3])
Set triangles (if parameter IALL=1, all edges will be visible)
void IsoSurface(Int_t ns, Double_t *s, Int_t nx, Int_t ny, Int_t nz, Double_t *x, Double_t *y, Double_t *z, const char *chopt)
Draw set of iso-surfaces for a scalar function defined on a grid.
Double_t fRmax[3]
Lower limits of lego.
void DrawLevelLines(Int_t *icodes, Double_t *xyz, Int_t np, Int_t *iface, Double_t *tt)
Draw level lines without hidden line removal.
void ClearRaster()
Clear screen.
void MarchingCubeFindNodes(Int_t nnod, Int_t *ie, Double_t xyz[52][3], Double_t grad[52][3])
Find nodes and normales.
void SetLegoFunction(LegoFunc_t pointer)
Store pointer to current lego function.
void SurfaceCylindrical(Int_t iordr, Int_t na, Int_t nb, const char *chopt)
Draw surface in cylindrical coordinates.
void MarchingCubeMiddlePoint(Int_t nnod, Double_t xyz[52][3], Double_t grad[52][3], Int_t it[][3], Double_t *pxyz, Double_t *pgrad)
Find middle point of a polygon.
Double_t fFunLevel[NumOfColorLevels+1]
void SurfaceFunction(Int_t ia, Int_t ib, Double_t *f, Double_t *t)
Service function for Surfaces.
void MarchingCubeCase03(Int_t &nnod, Int_t &ntria, Double_t xyz[52][3], Double_t grad[52][3], Int_t itria[48][3])
Consider case No 3.
void LegoCylindrical(Int_t iordr, Int_t na, Int_t nb, const char *chopt)
Draw stack of lego-plots in cylindrical coordinates.
Int_t fIc3
Base colour for the 2nd Iso Surface.
void SideVisibilityDecode(Double_t val, Int_t &iv1, Int_t &iv2, Int_t &iv3, Int_t &iv4, Int_t &iv5, Int_t &iv6, Int_t &ir)
Decode side visibilities and order along R for sector.
void MarchingCubeCase12(Int_t &nnod, Int_t &ntria, Double_t xyz[52][3], Double_t grad[52][3], Int_t itria[48][3])
Consider case No 12.
void FindLevelLines(Int_t np, Double_t *f, Double_t *t)
Find level lines for face.
void FillPolygonBorder(Int_t nn, Double_t *xy)
Fill a polygon including border ("RASTER SCREEN")
void FindVisibleDraw(Double_t *r1, Double_t *r2)
Find visible parts of line (draw line)
static const Int_t NumOfSlices
void LegoSpherical(Int_t ipsdr, Int_t iordr, Int_t na, Int_t nb, const char *chopt)
Draw stack of lego-plots spheric coordinates.
void SurfaceCartesian(Double_t ang, Int_t nx, Int_t ny, const char *chopt)
Draw surface in cartesian coordinate system.
void SurfaceProperty(Double_t qqa, Double_t qqd, Double_t qqs, Int_t nnqs, Int_t &irep)
Set surface property coefficients.
void InitMoveScreen(Double_t xmin, Double_t xmax)
Initialize "MOVING SCREEN" method.
Double_t fYls[NumOfLights]
void FindVisibleLine(Double_t *p1, Double_t *p2, Int_t ntmax, Int_t &nt, Double_t *t)
Find visible part of a line ("RASTER SCREEN")
void ZDepth(Double_t xyz[52][3], Int_t &nface, Int_t iface[48][3], Double_t dface[48][6], Double_t abcd[48][4], Int_t *iorder)
Z-depth algorithm for set of triangles.
Double_t fU[NumOfSlices *2]
void LegoCartesian(Double_t ang, Int_t nx, Int_t ny, const char *chopt)
Draw stack of lego-plots in cartesian coordinates.
Int_t fNStack
(=1 if mesh to draw, o otherwise)
void DrawFaceMode1(Int_t *icodes, Double_t *xyz, Int_t np, Int_t *iface, Double_t *t)
Draw face - 1st variant (2 colors: 1st for external surface, 2nd for internal)
TPainter3dAlgorithms()
pointer to surface function
void SideVisibilityEncode(Int_t iopt, Double_t phi1, Double_t phi2, Double_t &val)
Encode side visibilities and order along R for sector.
void LightSource(Int_t nl, Double_t yl, Double_t xscr, Double_t yscr, Double_t zscr, Int_t &irep)
Set light source.
void MarchingCubeCase04(Int_t &nnod, Int_t &ntria, Double_t xyz[52][3], Double_t grad[52][3], Int_t itria[48][3])
Consider case No 4.
void MarchingCubeCase00(Int_t k1, Int_t k2, Int_t k3, Int_t k4, Int_t k5, Int_t k6, Int_t &nnod, Int_t &ntria, Double_t xyz[52][3], Double_t grad[52][3], Int_t itria[48][3])
Consideration of trivial cases: 1,2,5,8,9,11,14.
void GouraudFunction(Int_t ia, Int_t ib, Double_t *f, Double_t *t)
Find part of surface with luminosity in the corners.
Int_t fNcolor
IsoSurface maximum function value.
Int_t fColorLevel[NumOfColorLevels+2]
virtual ~TPainter3dAlgorithms()
Lego default destructor.
void DrawFaceMove1(Int_t *icodes, Double_t *xyz, Int_t np, Int_t *iface, Double_t *tt)
Draw face - 1st variant for "MOVING SCREEN" algorithm (draw face with level lines)
void FillPolygon(Int_t n, Double_t *p, Double_t *f)
Fill polygon with function values at vertexes.
void SetSurfaceFunction(SurfaceFunc_t pointer)
Store pointer to current surface function.
void SurfacePolar(Int_t iordr, Int_t na, Int_t nb, const char *chopt)
Draw surface in polar coordinates.
void SurfaceSpherical(Int_t ipsdr, Int_t iordr, Int_t na, Int_t nb, const char *chopt)
Draw surface in spheric coordinates.
void MarchingCubeCase07(Int_t &nnod, Int_t &ntria, Double_t xyz[52][3], Double_t grad[52][3], Int_t itria[48][3])
Consider case No 7.
void BackBox(Double_t ang)
Draw back surfaces of surrounding box.
void ColorFunction(Int_t nl, Double_t *fl, Int_t *icl, Int_t &irep)
Set correspondence between function and color levels.
Int_t * fColorMain
Coordinate system.
void DrawFaceRaster2(Int_t *icodes, Double_t *xyz, Int_t np, Int_t *iface, Double_t *tt)
Draw face - 2nd variant for "RASTER SCREEN" algorithm (draw face for stacked lego plot)
void MarchingCubeCase10(Int_t &nnod, Int_t &ntria, Double_t xyz[52][3], Double_t grad[52][3], Int_t itria[48][3])
Consider case No 10.
Double_t fD[NumOfSlices *2]
Double_t fPlines[NumOfLevelLines *6]
Double_t fVls[NumOfLights *3]
void LegoPolar(Int_t iordr, Int_t na, Int_t nb, const char *chopt)
Draw stack of lego-plots in polar coordinates.
void SetEdgeAtt(Color_t color=1, Style_t style=1, Width_t width=1, Int_t n=0)
void DrawFaceGouraudShaded(Int_t *icodes, Double_t xyz[][3], Int_t np, Int_t *iface, Double_t *t)
Draw the faces for the Gouraud Shaded Iso surfaces.
Int_t fIc2
Base colour for the 1st Iso Surface.
void MarchingCubeCase13(Int_t &nnod, Int_t &ntria, Double_t xyz[52][3], Double_t grad[52][3], Int_t itria[48][3])
Consider case No 13.
Double_t * fAphi
Upper limits of lego.
void InitRaster(Double_t xmin, Double_t ymin, Double_t xmax, Double_t ymax, Int_t nx, Int_t ny)
Initialize hidden lines removal algorithm (RASTER SCREEN)
void DefineGridLevels(Int_t ndivz)
Define the grid levels drawn in the background of surface and lego plots.
void LegoFunction(Int_t ia, Int_t ib, Int_t &nv, Double_t *ab, Double_t *vv, Double_t *t)
Service function for Legos.
Int_t fLevelLine[NumOfLevelLines]
Double_t fFmin
Number of histograms in the stack to be painted.
void MarchingCube(Double_t fiso, Double_t p[8][3], Double_t f[8], Double_t g[8][3], Int_t &nnod, Int_t &ntria, Double_t xyz[][3], Double_t grad[][3], Int_t itria[][3])
Topological decider for "Marching Cubes" algorithm Find set of triangles approximating the iso-surfac...
void ModifyScreen(Double_t *r1, Double_t *r2)
Modify SCREEN.
SurfaceFunc_t fSurfaceFunction
pointer to lego function
void DrawFaceMove2(Int_t *icodes, Double_t *xyz, Int_t np, Int_t *iface, Double_t *tt)
Draw face - 2nd variant for "MOVING SCREEN" algorithm (draw face for stacked lego plot)
LegoFunc_t fLegoFunction
pointer to face drawing function
void SetColorMain(Color_t color, Int_t n=0)
Store color for stack number n.
void Spectrum(Int_t nl, Double_t fmin, Double_t fmax, Int_t ic, Int_t idc, Int_t &irep)
Set Spectrum.
void TestEdge(Double_t del, Double_t xyz[52][3], Int_t i1, Int_t i2, Int_t iface[3], Double_t abcd[4], Int_t &irep)
Test edge against face (triangle)
void DrawFaceRaster1(Int_t *icodes, Double_t *xyz, Int_t np, Int_t *iface, Double_t *tt)
Draw face - 1st variant for "RASTER SCREEN" algorithm (draw face with level lines)
void DrawFaceMode3(Int_t *icodes, Double_t *xyz, Int_t np, Int_t *iface, Double_t *t)
Draw face - 3rd option (draw face for stacked lego plot)
void FrontBox(Double_t ang)
Draw front surfaces of surrounding box & axes.
void SetColorDark(Color_t color, Int_t n=0)
Store dark color for stack number n.
void DrawFaceMode2(Int_t *icodes, Double_t *xyz, Int_t np, Int_t *iface, Double_t *t)
Draw face - 2nd option (fill in correspondence with function levels)
void FindPartEdge(Double_t *p1, Double_t *p2, Double_t f1, Double_t f2, Double_t fmin, Double_t fmax, Int_t &kpp, Double_t *pp)
Find part of edge where function defined on this edge has value from fmin to fmax
Int_t fIc1
Number of colours per Iso surface.
void ImplicitFunction(TF3 *f3, Double_t *rmin, Double_t *rmax, Int_t nx, Int_t ny, Int_t nz, const char *chopt)
Draw implicit function FUN(X,Y,Z) = 0 in cartesian coordinates using hidden surface removal algorithm...
Double_t fFmax
IsoSurface minimum function value.
void MarchingCubeSurfacePenetration(Double_t a00, Double_t a10, Double_t a11, Double_t a01, Double_t b00, Double_t b10, Double_t b11, Double_t b01, Int_t &irep)
Check for surface penetration ("bottle neck")
void Luminosity(TView *view, Double_t *anorm, Double_t &flum)
Find surface luminosity at given point.
Float_t GetLegoInnerR() const
virtual Double_t * GetRmax()=0
virtual Double_t * GetRmin()=0
virtual void WCtoNDC(const Float_t *pw, Float_t *pn)=0
virtual void FindPhiSectors(Int_t iopt, Int_t &kphi, Double_t *aphi, Int_t &iphi1, Int_t &iphi2)=0
virtual Double_t * GetTnorm()=0
virtual void FindThetaSectors(Int_t iopt, Double_t phi, Int_t &kth, Double_t *ath, Int_t &ith1, Int_t &ith2)=0
static TView * CreateView(Int_t system=1, const Double_t *rmin=0, const Double_t *rmax=0)
Create a concrete default 3-d view via the plug-in manager.
virtual void SetRange(const Double_t *min, const Double_t *max)=0
virtual void FindNormal(Double_t x, Double_t y, Double_t z, Double_t &zn)=0
virtual void AxisVertex(Double_t ang, Double_t *av, Int_t &ix1, Int_t &ix2, Int_t &iy1, Int_t &iy2, Int_t &iz1, Int_t &iz2)=0
virtual void SetView(Double_t longitude, Double_t latitude, Double_t psi, Int_t &irep)=0
virtual Double_t * GetTN()=0
virtual void NormalWCtoNDC(const Float_t *pw, Float_t *pn)=0
virtual TList * GetStack() const =0
static constexpr double rad
static constexpr double s
static constexpr double ns
Short_t Max(Short_t a, Short_t b)
Double_t Sqrt(Double_t x)
LongDouble_t Power(LongDouble_t x, LongDouble_t y)
Short_t Min(Short_t a, Short_t b)
Double_t Log10(Double_t x)
Histogram option structure.
int Proj
1: Aitoff, 2: Mercator, 3: Sinusoidal, 4: Parabolic
int Logx
log scale in X. Also set by histogram option
int MinimumZero
"MIN0" or gStyle->GetHistMinimumZero()
int Zero
if selected with any LEGO option the empty bins are not drawn.
int Logz
log scale in Z. Also set by histogram option
int Surf
"SURF" Draw as a Surface (SURF,Surf=1, SURF1,Surf=11, SURF2,Surf=12)
int Logy
log scale in Y. Also set by histogram option
int System
type of coordinate system(1=car,2=pol,3=cyl,4=sph,5=psr)
Histogram parameters structure.
Double_t baroffset
offset of bin for bars or legos [0,1]
Double_t xmin
minimum value along X
Int_t ylast
last bin number along Y
Int_t xfirst
first bin number along X
Double_t zmin
minimum value along Z
Double_t ymin
minimum value along y
Double_t ymax
maximum value along y
Double_t factor
multiplication factor (normalization)
Int_t xlast
last bin number along X
Double_t barwidth
width of bin for bars and legos [0,1]
Double_t zmax
maximum value along Z
Double_t xmax
maximum value along X
Int_t yfirst
first bin number along Y