TTRAP *
trap =
new TTRAP(
"TRAP",
"TRAP",
"void",190,0,0,60,40,90,15,120,80,180,15);
TGTRA *
gtra =
new TGTRA(
"GTRA",
"GTRA",
"void",390,0,0,20,60,40,90,15,120,80,180,15);
TCONS *
cons =
new TCONS(
"CONS",
"CONS",
"void",50,100,100,200,300,90,270);
pcon->DefineSection(0,-200,50,100);
pcon->DefineSection(1,-50,50,80);
pcon->DefineSection(2,50,50,80);
pcon->DefineSection(3,200,50,100);
pgon->DefineSection(0,-200,50,100);
pgon->DefineSection(1,-50,50,80);
pgon->DefineSection(2,50,50,80);
pgon->DefineSection(3,200,50,100);
timer->SetCommand(
"Animate()");
}
{
theta += 2;
phi += 2;
gPad->GetView()->RotateView(theta,phi);
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
A box with faces perpendicular to the axes.
A segment of a conical tube.
A general twisted trapezoid.
A trapezoid with the x dimension varying along z.
A trapezoid with both x and y dimensions varying along z.
Handles synchronous and a-synchronous timer events.