|
| BandsRange (const Interval &i, BandsRegion::Region r) |
|
std::string | toString () const |
|
std::string | toPVS () const |
|
|
static void | makeRangesFromColorValues (std::vector< BandsRange > &ranges, const std::vector< ColorValue > &l, bool recovery) |
|
static int | index_of (const std::vector< BandsRange > &ranges, double val, double mod) |
|
|
Interval | interval |
|
BandsRegion::Region | region |
|
|
static BandsRegion::Region | resolution_region (BandsRegion::Region region, bool recovery) |
|
◆ index_of()
int larcfm::BandsRange::index_of |
( |
const std::vector< BandsRange > & |
ranges, |
|
|
double |
val, |
|
|
double |
mod |
|
) |
| |
|
static |
Return index in ranges_ where val is found, -1 if invalid input or not found. Notice that values at the limits may be included or not depending on the regions.
The documentation for this class was generated from the following files:
- Modules/ACCoRD/inc/BandsRange.h
- Modules/ACCoRD/src/BandsRange.cpp