80 while ((os = (
TObjString*) next_base()) !=
nullptr) {
int Int_t
Signed integer 4 bytes (int).
bool Bool_t
Boolean (0=false, 1=true) (bool).
float Float_t
Float 4 bytes (float).
const char Option_t
Option string (const char).
void BBoxZero(Float_t epsilon=0, Float_t x=0, Float_t y=0, Float_t z=0)
Create cube of volume (2*epsilon)^3 at (x,y,z).
TAttBBox(const TAttBBox &tab)
virtual void InitMainTrans(Bool_t can_edit=kTRUE)
Initialize the main transformation to identity matrix.
virtual TEveTrans & RefMainTrans()
Return reference to main transformation.
Bool_t fCanEditMainTransparency
TEveElement()
Default constructor.
static const TGPicture * fgListTreeIcons[9]
virtual void PaintStandard(TObject *id)
Paint object – a generic implementation for EVE elements.
Float_t fPolygonOffset[2]
void Paint(Option_t *option="") override
Paint this object. Only direct rendering is supported.
void SetFontFile(Int_t file)
void SetFontMode(Int_t mode)
Set FTFont class ID.
const TGPicture * GetListTreeIcon(Bool_t open=kFALSE) override
Return TEveText icon.
void SetFontSize(Int_t size, Bool_t validate=kTRUE)
Set valid font size.
TEveText(const TEveText &)
void SetPolygonOffset(Float_t factor, Float_t units)
Set the scale and units used to calculate depth values.
void ComputeBBox() override
Fill bounding-box information.
TEveTrans is a 4x4 transformation matrix for homogeneous coordinates stored internally in a column-ma...
void SetEditRotation(Bool_t x)
void SetEditScale(Bool_t x)
static FontSizeVec_t * GetFontSizeArray()
Get valid font size vector.
static TObjArray * GetFontFileArray()
Get id to file name map.
The TGPicture class implements pictures and icons used in the different GUI elements and widgets.
Collectable string class.
const TString & GetString() const
Long64_t BinarySearch(Long64_t n, const T *array, T value)
Binary search in an array of n values to locate value.