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++) {
236 buffer.
fSegs[(i*
n+j)*3+1] = i*
n+j;
237 buffer.
fSegs[(i*
n+j)*3+2] = i*
n+j+1;
239 buffer.
fSegs[(i*
n+j-1)*3+2] = i*
n;
241 for (i = 4; i < 6; i++) {
242 for (j = 0; j <
n; j++) {
243 buffer.
fSegs[(i*
n+j)*3 ] =
c+1;
244 buffer.
fSegs[(i*
n+j)*3+1] = (i-4)*
n+j;
245 buffer.
fSegs[(i*
n+j)*3+2] = (i-2)*
n+j;
248 for (i = 6; i < 8; i++) {
249 for (j = 0; j <
n; j++) {
251 buffer.
fSegs[(i*
n+j)*3+1] = 2*(i-6)*
n+j;
252 buffer.
fSegs[(i*
n+j)*3+2] = (2*(i-6)+1)*
n+j;
258 for (j = 0; j <
n; j++) {
261 buffer.
fPols[indx+1] = 4;
262 buffer.
fPols[indx+5] = i*
n+j;
263 buffer.
fPols[indx+4] = (4+i)*
n+j;
264 buffer.
fPols[indx+3] = (2+i)*
n+j;
265 buffer.
fPols[indx+2] = (4+i)*
n+j+1;
267 buffer.
fPols[indx+2] = (4+i)*
n;
269 for (j = 0; j <
n; j++) {
272 buffer.
fPols[indx+1] = 4;
273 buffer.
fPols[indx+2] = i*
n+j;
274 buffer.
fPols[indx+3] = (4+i)*
n+j;
275 buffer.
fPols[indx+4] = (2+i)*
n+j;
276 buffer.
fPols[indx+5] = (4+i)*
n+j+1;
278 buffer.
fPols[indx+5] = (4+i)*
n;
280 for (j = 0; j <
n; j++) {
282 buffer.
fPols[indx ] =
c+i;
283 buffer.
fPols[indx+1] = 4;
284 buffer.
fPols[indx+2] = (i-2)*2*
n+j;
285 buffer.
fPols[indx+3] = (4+i)*
n+j;
286 buffer.
fPols[indx+4] = ((i-2)*2+1)*
n+j;
287 buffer.
fPols[indx+5] = (4+i)*
n+j+1;
289 buffer.
fPols[indx+5] = (4+i)*
n;
291 for (j = 0; j <
n; j++) {
293 buffer.
fPols[indx ] =
c+i;
294 buffer.
fPols[indx+1] = 4;
295 buffer.
fPols[indx+5] = (i-2)*2*
n+j;
296 buffer.
fPols[indx+4] = (4+i)*
n+j;
297 buffer.
fPols[indx+3] = ((i-2)*2+1)*
n+j;
298 buffer.
fPols[indx+2] = (4+i)*
n+j+1;
300 buffer.
fPols[indx+2] = (4+i)*
n;
318void TTUBE::Streamer(
TBuffer &R__b)
328 TShape::Streamer(R__b);
362 if (buffer.
SetRawSizes(nbPnts, 3*nbPnts, nbSegs, 3*nbSegs, nbPols, 6*nbPols)) {
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 Int_t ReadClassBuffer(const TClass *cl, void *pointer, const TClass *onfile_class=0)=0
virtual Version_t ReadVersion(UInt_t *start=0, UInt_t *bcnt=0, const TClass *cl=0)=0
virtual Int_t CheckByteCount(UInt_t startpos, UInt_t bcnt, const TClass *clss)=0
virtual Int_t WriteClassBuffer(const TClass *cl, void *pointer)=0
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
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
virtual const TBuffer3D & GetBuffer3D(Int_t reqSections) const
Get buffer 3d.
virtual void SetNumberOfDivisions(Int_t ndiv)
Set number of divisions used to draw this tube.
virtual void SetPoints(Double_t *points) const
Create TUBE points.
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute distance from point px,py to a TUBE.
virtual ~TTUBE()
TUBE shape default destructor.
virtual void SetSegsAndPols(TBuffer3D &buffer) const
Set segments and polygons.
TTUBE()
TUBE shape default constructor.
virtual void Sizeof3D() const
Return total X3D needed by TNode::ls (when called with option "x")