ROOT 6.14/05 Reference Guide |
A position (horizontal and vertical) in a TPad
.
Definition at line 27 of file TPadPos.hxx.
Classes | |
class | ScaleFactor |
A scale factor (separate factors for horizontal and vertical) for scaling a TPadLength . More... | |
Public Member Functions | |
TPadPos ()=default | |
TPadPos (const TPadExtent &extent) | |
TPadPos & | operator*= (const ScaleFactor &scale) |
Scale a TPadHorizVert horizontally and vertically. More... | |
TPadPos & | operator+= (const TPadExtent &rhs) |
Subtract from a TPadPos s. Is this really needed? More... | |
TPadPos & | operator-= (const TPadExtent &rhs) |
Subtract a TPadExtent . More... | |
Public Member Functions inherited from ROOT::Experimental::Internal::TPadHorizVert | |
TPadHorizVert ()=default | |
TPadHorizVert (const std::array< TPadLength, 2 > &hv) | |
TPadHorizVert (const TPadLength &horiz, const TPadLength &vert) | |
Friends | |
TPadPos | operator+ (const TPadPos &lhs, const TPadExtent &rhs) |
Add a TPadExtent . More... | |
TPadPos | operator+ (const TPadExtent &lhs, const TPadPos &rhs) |
Add to a TPadExtent . More... | |
TPadPos | operator- (const TPadPos &lhs, const TPadExtent &rhs) |
Subtract a TPadExtent . More... | |
Additional Inherited Members | |
Public Attributes inherited from ROOT::Experimental::Internal::TPadHorizVert | |
TPadLength | fHoriz |
Horizontal position. More... | |
TPadLength | fVert |
Vertical position. More... | |
#include <ROOT/TPadPos.hxx>
|
default |
|
inline |
Definition at line 30 of file TPadPos.hxx.
|
inline |
Scale a TPadHorizVert
horizontally and vertically.
scale | - the scale factor, |
Definition at line 84 of file TPadPos.hxx.
|
inline |
Subtract from a TPadPos
s. Is this really needed?
Add a TPadExtent
.
Definition at line 59 of file TPadPos.hxx.
|
inline |
Subtract a TPadExtent
.
Definition at line 67 of file TPadPos.hxx.
|
friend |
Add a TPadExtent
.
Definition at line 33 of file TPadPos.hxx.
|
friend |
Add to a TPadExtent
.
Definition at line 39 of file TPadPos.hxx.
|
friend |
Subtract a TPadExtent
.
Definition at line 45 of file TPadPos.hxx.