#include <TBuffer3D.h>
Inheritance diagram for TBuffer3DSphere:
Public Member Functions | |
TBuffer3DSphere (UInt_t reqPnts=0, UInt_t reqPntsCapacity=0, UInt_t reqSegs=0, UInt_t reqSegsCapacity=0, UInt_t reqPols=0, UInt_t reqPolsCapacity=0) | |
Bool_t | IsSolidUncut () const |
TBuffer3DSphere (UInt_t reqPnts=0, UInt_t reqPntsCapacity=0, UInt_t reqSegs=0, UInt_t reqSegsCapacity=0, UInt_t reqPols=0, UInt_t reqPolsCapacity=0) | |
Bool_t | IsSolidUncut () const |
Public Attributes | |
Double_t | fRadiusInner |
Double_t | fRadiusOuter |
Double_t | fThetaMin |
Double_t | fThetaMax |
Double_t | fPhiMin |
Double_t | fPhiMax |
Private Member Functions | |
TBuffer3DSphere (const TBuffer3DSphere &) | |
const TBuffer3DSphere & | operator= (const TBuffer3DSphere &) |
TBuffer3DSphere (const TBuffer3DSphere &) | |
const TBuffer3DSphere & | operator= (const TBuffer3DSphere &) |
Definition at line 143 of file TBuffer3D.h.
TBuffer3DSphere::TBuffer3DSphere | ( | const TBuffer3DSphere & | ) | [private] |
TBuffer3DSphere::TBuffer3DSphere | ( | UInt_t | reqPnts = 0 , |
|
UInt_t | reqPntsCapacity = 0 , |
|||
UInt_t | reqSegs = 0 , |
|||
UInt_t | reqSegsCapacity = 0 , |
|||
UInt_t | reqPols = 0 , |
|||
UInt_t | reqPolsCapacity = 0 | |||
) |
Definition at line 394 of file TBuffer3D.cxx.
TBuffer3DSphere::TBuffer3DSphere | ( | const TBuffer3DSphere & | ) | [private] |
TBuffer3DSphere::TBuffer3DSphere | ( | UInt_t | reqPnts = 0 , |
|
UInt_t | reqPntsCapacity = 0 , |
|||
UInt_t | reqSegs = 0 , |
|||
UInt_t | reqSegsCapacity = 0 , |
|||
UInt_t | reqPols = 0 , |
|||
UInt_t | reqPolsCapacity = 0 | |||
) |
const TBuffer3DSphere& TBuffer3DSphere::operator= | ( | const TBuffer3DSphere & | ) | [private] |
Bool_t TBuffer3DSphere::IsSolidUncut | ( | ) | const |
Definition at line 406 of file TBuffer3D.cxx.
References fPhiMax, fPhiMin, fRadiusInner, fThetaMax, fThetaMin, kFALSE, and kTRUE.
Referenced by TGLScenePad::CreateNewLogical().
const TBuffer3DSphere& TBuffer3DSphere::operator= | ( | const TBuffer3DSphere & | ) | [private] |
Bool_t TBuffer3DSphere::IsSolidUncut | ( | ) | const |
Definition at line 159 of file TBuffer3D.h.