This is the complete list of members for corbo::Range, including all inherited members.
_end | corbo::Range | private |
_include_end | corbo::Range | private |
_n | corbo::Range | private |
_remainder | corbo::Range | private |
_start | corbo::Range | private |
_step | corbo::Range | private |
getEnd() const | corbo::Range | inline |
getEndPlusEps() const | corbo::Range | inline |
getGrid(std::vector< double > &values) | corbo::Range | inline |
getGrid(std::vector< double > &values, double offset) | corbo::Range | inline |
getNumInRange() const | corbo::Range | inline |
getProgressFactor(double t) const | corbo::Range | inline |
getRemainder() const | corbo::Range | inline |
getStart() const | corbo::Range | inline |
getStep() const | corbo::Range | inline |
includeEnd() const | corbo::Range | inline |
printGrid() | corbo::Range | inline |
Range(double single_val, bool force_include_end=false) | corbo::Range | inlineexplicit |
Range(double start, double step, double end, bool force_include_end=false) | corbo::Range | inlineexplicit |
Range(double start, double step, int num, bool force_include_end=false) | corbo::Range | inlineexplicit |
Range(const std::array< double, 3 > &interval, bool force_include_end=false) | corbo::Range | inlineexplicit |
update() | corbo::Range | inlineprotected |