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