101 fAspectRatio(
tu.fAspectRatio),
137 Error(
"MakeTableOfCoSin()",
"No cos table done");
144 Error(
"MakeTableOfCoSin()",
"No sin table done");
153 for (
j = 0;
j <
n;
j++) {
203 for (
j = 0;
j <
n;
j++) {
212 for (
j = 0;
j <
n;
j++) {
233 for (i = 0; i < 4; i++) {
234 for (
j = 0;
j <
n;
j++) {
241 for (i = 4; i < 6; i++) {
242 for (
j = 0;
j <
n;
j++) {
248 for (i = 6; i < 8; i++) {
249 for (
j = 0;
j <
n;
j++) {
252 buffer.
fSegs[(i*
n+
j)*3+2] = (2*(i-6)+1)*
n+
j;
258 for (
j = 0;
j <
n;
j++) {
269 for (
j = 0;
j <
n;
j++) {
280 for (
j = 0;
j <
n;
j++) {
291 for (
j = 0;
j <
n;
j++) {
320 if (
R__b.IsReading()) {
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t points
Generic 3D primitive description class.
Bool_t SectionsValid(UInt_t mask) const
void SetSectionsValid(UInt_t mask)
Bool_t SetRawSizes(UInt_t reqPnts, UInt_t reqPntsCapacity, UInt_t reqSegs, UInt_t reqSegsCapacity, UInt_t reqPols, UInt_t reqPolsCapacity)
Set kRaw tessellation section of buffer with supplied sizes.
Buffer base class used for serializing objects.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
This is the base class for all geometry shapes.
TShape & operator=(const TShape &)
assignment operator
void Streamer(TBuffer &) override
Stream an object of class TShape.
Int_t GetBasicColor() const
Get basic color.
Int_t ShapeDistancetoPrimitive(Int_t numPoints, Int_t px, Int_t py)
Distance to primitive.
virtual void FillBuffer3D(TBuffer3D &buffer, Int_t reqSections) const
We have to set kRawSize (unless already done) to allocate buffer space before kRaw can be filled.
void TransformPoints(Double_t *points, UInt_t NbPnts) const
Transform points (LocalToMaster)
Double_t * fCoTab
Table of sin(fPhi1) .... sin(fPhil+fDphi1)
virtual Int_t GetNumberOfDivisions() const
virtual void MakeTableOfCoSin() const
Make table of sine and cosine.
TTUBE & operator=(const TTUBE &)
assignment operator
void Streamer(TBuffer &) override
Stream an object of class TTUBE.
virtual void SetNumberOfDivisions(Int_t ndiv)
Set number of divisions used to draw this tube.
const TBuffer3D & GetBuffer3D(Int_t reqSections) const override
Get buffer 3d.
void Sizeof3D() const override
Return total X3D needed by TNode::ls (when called with option "x")
TClass * IsA() const override
~TTUBE() override
TUBE shape default destructor.
virtual void SetSegsAndPols(TBuffer3D &buffer) const
Set segments and polygons.
void SetPoints(Double_t *points) const override
Create TUBE points.
TTUBE()
TUBE shape default constructor.
Int_t DistancetoPrimitive(Int_t px, Int_t py) override
Compute distance from point px,py to a TUBE.
Double_t ATan(Double_t)
Returns the principal value of the arc tangent of x, expressed in radians.
Double_t Cos(Double_t)
Returns the cosine of an angle of x radians.
Double_t Sin(Double_t)
Returns the sine of an angle of x radians.