EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EicBuffer3D Class Reference

#include <EicRoot/blob/master/eic/cad/EicCompositeShape.h>

+ Inheritance diagram for EicBuffer3D:
+ Collaboration diagram for EicBuffer3D:

Public Member Functions

 EicBuffer3D ()
 
 ~EicBuffer3D ()
 
UInt_t NbPnts ()
 
UInt_t NbSegs ()
 
UInt_t NbPols ()
 

Private Attributes

UInt_t fNbPnts
 
UInt_t fNbSegs
 
UInt_t fNbPols
 
UInt_t fPntsCapacity
 
UInt_t fSegsCapacity
 
UInt_t fPolsCapacity
 
Double_t xMin
 
Double_t yMin
 
Double_t zMin
 
Double_t xMax
 
Double_t yMax
 
Double_t zMax
 
Double_t * fPnts
 
Int_t * fSegs
 
Int_t * fPols
 

Friends

class EicCompositeShape
 

Detailed Description

Definition at line 22 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 22 of file EicCompositeShape.h

Constructor & Destructor Documentation

EicBuffer3D::EicBuffer3D ( )
inline

Definition at line 26 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 26 of file EicCompositeShape.h

EicBuffer3D::~EicBuffer3D ( )
inline

Definition at line 27 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 27 of file EicCompositeShape.h

Member Function Documentation

UInt_t EicBuffer3D::NbPnts ( )
inline

Definition at line 29 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 29 of file EicCompositeShape.h

References fNbPnts.

Referenced by EicCompositeShape::GetBuffer3D().

+ Here is the caller graph for this function:

UInt_t EicBuffer3D::NbPols ( )
inline

Definition at line 31 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 31 of file EicCompositeShape.h

References fNbPols.

Referenced by EicCompositeShape::GetBuffer3D().

+ Here is the caller graph for this function:

UInt_t EicBuffer3D::NbSegs ( )
inline

Definition at line 30 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 30 of file EicCompositeShape.h

References fNbSegs.

Referenced by EicCompositeShape::GetBuffer3D().

+ Here is the caller graph for this function:

Friends And Related Function Documentation

friend class EicCompositeShape
friend

Definition at line 23 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 23 of file EicCompositeShape.h

Member Data Documentation

UInt_t EicBuffer3D::fNbPnts
private

Definition at line 31 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 31 of file EicCompositeShape.h

Referenced by EicCompositeShape::LocalFillBuffer3D(), EicCompositeShape::LocalSetPoints(), and NbPnts().

UInt_t EicBuffer3D::fNbPols
private

Definition at line 31 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 31 of file EicCompositeShape.h

Referenced by EicCompositeShape::LocalFillBuffer3D(), EicCompositeShape::LocalSetSegsAndPols(), and NbPols().

UInt_t EicBuffer3D::fNbSegs
private

Definition at line 31 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 31 of file EicCompositeShape.h

Referenced by EicCompositeShape::LocalFillBuffer3D(), EicCompositeShape::LocalSetSegsAndPols(), and NbSegs().

Double_t* EicBuffer3D::fPnts
private

Definition at line 43 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 43 of file EicCompositeShape.h

Referenced by EicCompositeShape::LocalFillBuffer3D(), and EicCompositeShape::LocalSetPoints().

UInt_t EicBuffer3D::fPntsCapacity
private

Definition at line 31 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 31 of file EicCompositeShape.h

Referenced by EicCompositeShape::LocalFillBuffer3D().

Int_t* EicBuffer3D::fPols
private

Definition at line 45 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 45 of file EicCompositeShape.h

Referenced by EicCompositeShape::LocalFillBuffer3D(), and EicCompositeShape::LocalSetSegsAndPols().

UInt_t EicBuffer3D::fPolsCapacity
private

Definition at line 31 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 31 of file EicCompositeShape.h

Referenced by EicCompositeShape::LocalFillBuffer3D().

Int_t* EicBuffer3D::fSegs
private

Definition at line 44 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 44 of file EicCompositeShape.h

Referenced by EicCompositeShape::LocalFillBuffer3D(), and EicCompositeShape::LocalSetSegsAndPols().

UInt_t EicBuffer3D::fSegsCapacity
private

Definition at line 31 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 31 of file EicCompositeShape.h

Referenced by EicCompositeShape::LocalFillBuffer3D().

Double_t EicBuffer3D::xMax
private

Definition at line 39 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 39 of file EicCompositeShape.h

Referenced by EicCompositeShape::FillBuffer3D(), and EicCompositeShape::LocalFillBuffer3D().

Double_t EicBuffer3D::xMin
private

Definition at line 39 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 39 of file EicCompositeShape.h

Referenced by EicCompositeShape::FillBuffer3D(), and EicCompositeShape::LocalFillBuffer3D().

Double_t EicBuffer3D::yMax
private

Definition at line 39 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 39 of file EicCompositeShape.h

Referenced by EicCompositeShape::FillBuffer3D(), and EicCompositeShape::LocalFillBuffer3D().

Double_t EicBuffer3D::yMin
private

Definition at line 39 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 39 of file EicCompositeShape.h

Referenced by EicCompositeShape::FillBuffer3D(), and EicCompositeShape::LocalFillBuffer3D().

Double_t EicBuffer3D::zMax
private

Definition at line 39 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 39 of file EicCompositeShape.h

Referenced by EicCompositeShape::FillBuffer3D(), and EicCompositeShape::LocalFillBuffer3D().

Double_t EicBuffer3D::zMin
private

Definition at line 39 of file EicCompositeShape.h.

View newest version in sPHENIX GitHub at line 39 of file EicCompositeShape.h

Referenced by EicCompositeShape::FillBuffer3D(), and EicCompositeShape::LocalFillBuffer3D().


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