A 2D (horizontal and vertical) combination of RPadLength
s.
Definition at line 32 of file RPadExtent.hxx.
#include <ROOT/RPadExtent.hxx>
◆ RPadHorizVert() [1/3]
ROOT::Experimental::Internal::RPadHorizVert::RPadHorizVert |
( |
| ) |
|
|
default |
◆ RPadHorizVert() [2/3]
ROOT::Experimental::Internal::RPadHorizVert::RPadHorizVert |
( |
const std::array< RPadLength, 2 > & |
hv | ) |
|
|
inline |
◆ RPadHorizVert() [3/3]
ROOT::Experimental::Internal::RPadHorizVert::RPadHorizVert |
( |
const RPadLength & |
horiz, |
|
|
const RPadLength & |
vert |
|
) |
| |
|
inline |
◆ SetFromAttrString()
void ROOT::Experimental::Internal::RPadHorizVert::SetFromAttrString |
( |
const std::string & |
val, |
|
|
const std::string & |
name |
|
) |
| |
Initialize a RPadHorizVert from a style string.
Syntax: X, Y where X and Y are a series of numbers separated by "+", where each number is followed by one of px
, user
, normal
to specify an extent in pixel, user or normal coordinates. Spaces between any part is allowed. Example: 100 px + 0.1 user, 0.5 normal
is a RPadExtent{100_px + 0.1_user, 0.5_normal}
.
Definition at line 55 of file RPadExtent.cxx.
◆ fHoriz
RPadLength ROOT::Experimental::Internal::RPadHorizVert::fHoriz |
◆ fVert
RPadLength ROOT::Experimental::Internal::RPadHorizVert::fVert |
The documentation for this class was generated from the following files: