#include <range.h>
|
double | getEnd () const |
|
double | getEndPlusEps () const |
|
void | getGrid (std::vector< double > &values) |
|
void | getGrid (std::vector< double > &values, double offset) |
|
int | getNumInRange () const |
|
double | getProgressFactor (double t) const |
|
double | getRemainder () const |
|
double | getStart () const |
|
double | getStep () const |
|
bool | includeEnd () const |
|
void | printGrid () |
|
| Range (double single_val, bool force_include_end=false) |
|
| Range (double start, double step, double end, bool force_include_end=false) |
|
| Range (double start, double step, int num, bool force_include_end=false) |
|
| Range (const std::array< double, 3 > &interval, bool force_include_end=false) |
|
Definition at line 37 of file range.h.
◆ Range() [1/4]
corbo::Range::Range |
( |
double |
single_val, |
|
|
bool |
force_include_end = false |
|
) |
| |
|
inlineexplicit |
◆ Range() [2/4]
corbo::Range::Range |
( |
double |
start, |
|
|
double |
step, |
|
|
double |
end, |
|
|
bool |
force_include_end = false |
|
) |
| |
|
inlineexplicit |
◆ Range() [3/4]
corbo::Range::Range |
( |
double |
start, |
|
|
double |
step, |
|
|
int |
num, |
|
|
bool |
force_include_end = false |
|
) |
| |
|
inlineexplicit |
◆ Range() [4/4]
corbo::Range::Range |
( |
const std::array< double, 3 > & |
interval, |
|
|
bool |
force_include_end = false |
|
) |
| |
|
inlineexplicit |
◆ getEnd()
double corbo::Range::getEnd |
( |
| ) |
const |
|
inline |
◆ getEndPlusEps()
double corbo::Range::getEndPlusEps |
( |
| ) |
const |
|
inline |
◆ getGrid() [1/2]
void corbo::Range::getGrid |
( |
std::vector< double > & |
values | ) |
|
|
inline |
◆ getGrid() [2/2]
void corbo::Range::getGrid |
( |
std::vector< double > & |
values, |
|
|
double |
offset |
|
) |
| |
|
inline |
◆ getNumInRange()
int corbo::Range::getNumInRange |
( |
| ) |
const |
|
inline |
◆ getProgressFactor()
double corbo::Range::getProgressFactor |
( |
double |
t | ) |
const |
|
inline |
◆ getRemainder()
double corbo::Range::getRemainder |
( |
| ) |
const |
|
inline |
◆ getStart()
double corbo::Range::getStart |
( |
| ) |
const |
|
inline |
◆ getStep()
double corbo::Range::getStep |
( |
| ) |
const |
|
inline |
◆ includeEnd()
bool corbo::Range::includeEnd |
( |
| ) |
const |
|
inline |
◆ printGrid()
void corbo::Range::printGrid |
( |
| ) |
|
|
inline |
◆ update()
void corbo::Range::update |
( |
| ) |
|
|
inlineprotected |
◆ _end
double corbo::Range::_end |
|
private |
◆ _include_end
bool corbo::Range::_include_end = false |
|
private |
◆ _n
◆ _remainder
double corbo::Range::_remainder |
|
private |
◆ _start
double corbo::Range::_start |
|
private |
◆ _step
double corbo::Range::_step |
|
private |
The documentation for this class was generated from the following file: