Holds ranges and offsets of all plots. Singleton class.
More...
#include <PlotsRegister.hpp>
|
| std::vector< std::pair< int, int > > | reg |
| | Vector of min, max of histogram numbers. More...
|
| |
Holds ranges and offsets of all plots. Singleton class.
Definition at line 14 of file PlotsRegister.hpp.
§ ~PlotsRegister()
| PlotsRegister::~PlotsRegister |
( |
| ) |
|
§ PlotsRegister() [1/2]
| PlotsRegister::PlotsRegister |
( |
| ) |
|
|
inlineprivate |
§ PlotsRegister() [2/2]
Overload of the constructor.
§ Add()
| bool PlotsRegister::Add |
( |
int |
offset, |
|
|
int |
range, |
|
|
std::string |
name_ |
|
) |
| |
Add an offset, range, and name to known list
- Parameters
-
| [in] | offset | : the offset to add |
| [in] | range | : the associated range to add |
| [in] | name_ | : the name to add |
- Returns
- true if everything is good
Definition at line 44 of file PlotsRegister.cpp.
§ CheckRange()
| bool PlotsRegister::CheckRange |
( |
int |
offset, |
|
|
int |
range |
|
) |
| const |
Check if the range provided is legit
- Parameters
-
| [in] | offset | : the offset that needs checked |
| [in] | range | : the range that needs checked |
- Returns
- true if the range is legit
Definition at line 28 of file PlotsRegister.cpp.
§ get()
§ operator=()
§ instance
§ reg
| std::vector< std::pair<int, int> > PlotsRegister::reg |
|
private |
The documentation for this class was generated from the following files: