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 6249 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 6256 of file TPad.cxx.

◆ dField() [2/2]

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

Definition at line 6260 of file TPad.cxx.

Member Data Documentation

◆ fa

TAttBBox2D* dField::fa

Definition at line 6250 of file TPad.cxx.

◆ fb

TAttBBox2D* dField::fb

Definition at line 6251 of file TPad.cxx.

◆ fdir

char dField::fdir

Definition at line 6253 of file TPad.cxx.

◆ fdist

Int_t dField::fdist

Definition at line 6252 of file TPad.cxx.

Collaboration diagram for dField:
[legend]

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