49    fVoxCheckList = 
new Int_t[maxDaughters];
    50    fVoxBits1 = 
new UChar_t[2 + ((maxDaughters-1)>>3)];
    53    fVoxSlices[0] = fVoxSlices[1] = fVoxSlices[2] = -1;
    54    fVoxInc[0] = fVoxInc[1] = fVoxInc[2] = 0;
    55    fVoxInvdir[0] = fVoxInvdir[1] = fVoxInvdir[2] = 0;
    56    fVoxLimits[0] = fVoxLimits[1] = fVoxLimits[2] = 0;
   110    if (
this==&other) 
return *
this;
 Statefull info for the current geometry level. 
 
virtual ~TGeoStateInfo()
Destructor. 
 
static Int_t GetMaxDaughters()
Return maximum number of daughters of a volume used in the geometry. 
 
TGeoTranslation fDivTrans
 
static Int_t GetMaxXtruVert()
Return maximum number of vertices for an xtru shape used. 
 
TGeoStateInfo & operator=(const TGeoStateInfo &other)
Assignment. 
 
TGeoStateInfo(Int_t maxdaughters=0)
Constructor.