Definition at line 44 of file RFrame.hxx.
|
std::vector< bool > | flags |
| flag if values available
|
|
std::vector< double > | values |
| min/max values for all dimensions
|
|
#include <ROOT/RFrame.hxx>
◆ RUserRanges() [1/3]
ROOT::Experimental::RFrame::RUserRanges::RUserRanges |
( |
| ) |
|
|
default |
◆ RUserRanges() [2/3]
ROOT::Experimental::RFrame::RUserRanges::RUserRanges |
( |
double |
xmin, |
|
|
double |
xmax |
|
) |
| |
|
inline |
◆ RUserRanges() [3/3]
◆ AssignMax()
void ROOT::Experimental::RFrame::RUserRanges::AssignMax |
( |
unsigned |
ndim, |
|
|
double |
value |
|
) |
| |
|
inline |
◆ AssignMin()
void ROOT::Experimental::RFrame::RUserRanges::AssignMin |
( |
unsigned |
ndim, |
|
|
double |
value |
|
) |
| |
|
inline |
◆ ClearMinMax()
void ROOT::Experimental::RFrame::RUserRanges::ClearMinMax |
( |
unsigned |
ndim | ) |
|
|
inline |
◆ Extend()
void ROOT::Experimental::RFrame::RUserRanges::Extend |
( |
unsigned |
ndim = 3 | ) |
|
|
inline |
◆ GetMax()
double ROOT::Experimental::RFrame::RUserRanges::GetMax |
( |
unsigned |
ndim | ) |
const |
|
inline |
◆ GetMin()
double ROOT::Experimental::RFrame::RUserRanges::GetMin |
( |
unsigned |
ndim | ) |
const |
|
inline |
◆ HasMax()
bool ROOT::Experimental::RFrame::RUserRanges::HasMax |
( |
unsigned |
ndim | ) |
const |
|
inline |
◆ HasMin()
bool ROOT::Experimental::RFrame::RUserRanges::HasMin |
( |
unsigned |
ndim | ) |
const |
|
inline |
◆ IsAny()
bool ROOT::Experimental::RFrame::RUserRanges::IsAny |
( |
| ) |
const |
|
inline |
◆ IsUnzoom()
bool ROOT::Experimental::RFrame::RUserRanges::IsUnzoom |
( |
unsigned |
ndim | ) |
const |
|
inline |
Returns true if axis configured as unzoomed, can be specified from client.
Definition at line 121 of file RFrame.hxx.
◆ Update()
void ROOT::Experimental::RFrame::RUserRanges::Update |
( |
const RUserRanges & |
src | ) |
|
|
inline |
◆ UpdateDim()
void ROOT::Experimental::RFrame::RUserRanges::UpdateDim |
( |
unsigned |
ndim, |
|
|
const RUserRanges & |
src |
|
) |
| |
|
inlineprivate |
◆ flags
std::vector<bool> ROOT::Experimental::RFrame::RUserRanges::flags |
|
private |
flag if values available
Definition at line 46 of file RFrame.hxx.
◆ values
std::vector<double> ROOT::Experimental::RFrame::RUserRanges::values |
|
private |
min/max values for all dimensions
Definition at line 45 of file RFrame.hxx.
The documentation for this class was generated from the following file: