Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TubeMesh Class Reference

Definition at line 71 of file TGLCylinder.cxx.

Public Member Functions

 TubeMesh (UInt_t LOD, Double_t r1, Double_t r2, Double_t r3, Double_t r4, Double_t dz, const TGLVector3 &l=gLowNormalDefault, const TGLVector3 &h=gHighNormalDefault)
 constructor
void Draw () const override
 Tube is drawn as four quad strips.

Protected Member Functions

void GetNormal (const TGLVertex3 &vertex, TGLVector3 &normal) const
 get normal
Double_t GetZcoord (Double_t x, Double_t y, Double_t z) const
 get Z coordinate
const TGLVertex3MakeVertex (Double_t x, Double_t y, Double_t z) const
 make vertex

Protected Attributes

Double_t fDz
UInt_t fLOD
TGLVector3 fNhigh
TGLVector3 fNlow
Double_t fRmax1
Double_t fRmax2
Double_t fRmin1
Double_t fRmin2

Private Attributes

TGLVertex3 fMesh [(TGLRnrCtx::kLODHigh+1) *8]
TGLVector3 fNorm [(TGLRnrCtx::kLODHigh+1) *8]
Inheritance diagram for TubeMesh:
TGLMesh

Constructor & Destructor Documentation

◆ TubeMesh()

TubeMesh::TubeMesh ( UInt_t LOD,
Double_t r1,
Double_t r2,
Double_t r3,
Double_t r4,
Double_t dz,
const TGLVector3 & l = gLowNormalDefault,
const TGLVector3 & h = gHighNormalDefault )

constructor

Definition at line 270 of file TGLCylinder.cxx.

Member Function Documentation

◆ Draw()

void TubeMesh::Draw ( ) const
overridevirtual

Tube is drawn as four quad strips.

Implements TGLMesh.

Definition at line 318 of file TGLCylinder.cxx.

◆ GetNormal()

void TGLMesh::GetNormal ( const TGLVertex3 & vertex,
TGLVector3 & normal ) const
protectedinherited

get normal

Definition at line 125 of file TGLCylinder.cxx.

◆ GetZcoord()

Double_t TGLMesh::GetZcoord ( Double_t x,
Double_t y,
Double_t z ) const
protectedinherited

get Z coordinate

Definition at line 148 of file TGLCylinder.cxx.

◆ MakeVertex()

const TGLVertex3 & TGLMesh::MakeVertex ( Double_t x,
Double_t y,
Double_t z ) const
protectedinherited

make vertex

Definition at line 160 of file TGLCylinder.cxx.

Member Data Documentation

◆ fDz

Double_t TGLMesh::fDz
protectedinherited

Definition at line 36 of file TGLCylinder.cxx.

◆ fLOD

UInt_t TGLMesh::fLOD
protectedinherited

Definition at line 33 of file TGLCylinder.cxx.

◆ fMesh

TGLVertex3 TubeMesh::fMesh[(TGLRnrCtx::kLODHigh+1) *8]
private

Definition at line 75 of file TGLCylinder.cxx.

◆ fNhigh

TGLVector3 TGLMesh::fNhigh
protectedinherited

Definition at line 40 of file TGLCylinder.cxx.

◆ fNlow

TGLVector3 TGLMesh::fNlow
protectedinherited

Definition at line 39 of file TGLCylinder.cxx.

◆ fNorm

TGLVector3 TubeMesh::fNorm[(TGLRnrCtx::kLODHigh+1) *8]
private

Definition at line 76 of file TGLCylinder.cxx.

◆ fRmax1

Double_t TGLMesh::fRmax1
protectedinherited

Definition at line 35 of file TGLCylinder.cxx.

◆ fRmax2

Double_t TGLMesh::fRmax2
protectedinherited

Definition at line 35 of file TGLCylinder.cxx.

◆ fRmin1

Double_t TGLMesh::fRmin1
protectedinherited

Definition at line 35 of file TGLCylinder.cxx.

◆ fRmin2

Double_t TGLMesh::fRmin2
protectedinherited

Definition at line 35 of file TGLCylinder.cxx.


The documentation for this class was generated from the following file: