Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
dField Struct Reference

struct used by ShowGuidelines to store the distance Field between objects in the canvas.

Definition at line 6319 of file TPad.cxx.

Public Member Functions

 dField ()
 
 dField (TAttBBox2D *a, TAttBBox2D *b, Int_t dist, char direction)
 

Public Attributes

TAttBBox2Dfa
 
TAttBBox2Dfb
 
char fdir
 
Int_t fdist
 

Constructor & Destructor Documentation

◆ dField() [1/2]

dField::dField ( )
inline

Definition at line 6326 of file TPad.cxx.

◆ dField() [2/2]

dField::dField ( TAttBBox2D a,
TAttBBox2D b,
Int_t  dist,
char  direction 
)
inline

Definition at line 6330 of file TPad.cxx.

Member Data Documentation

◆ fa

TAttBBox2D* dField::fa

Definition at line 6320 of file TPad.cxx.

◆ fb

TAttBBox2D* dField::fb

Definition at line 6321 of file TPad.cxx.

◆ fdir

char dField::fdir

Definition at line 6323 of file TPad.cxx.

◆ fdist

Int_t dField::fdist

Definition at line 6322 of file TPad.cxx.

Collaboration diagram for dField:
[legend]

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