Info on (floating-point) position in an array or StepInterval.
More...
|
| | IndexInfo (int i, bool r=true, bool u=false) |
| |
| template<class X , class Y > |
| | IndexInfo (const StepInterval< X > &s, Y y) |
| |
| template<class X , class Y > |
| | IndexInfo (const SamplingData< X > &s, Y y, int len) |
| |
| template<class T > |
| | IndexInfo (const T *, int sz, T val) |
| |
| template<class X , class Y > |
| void | set (const StepInterval< X > &, Y) |
| |
| template<class X , class Y > |
| void | set (const SamplingData< X > &, Y, int length) |
| |
Info on (floating-point) position in an array or StepInterval.
| IndexInfo::IndexInfo |
( |
int |
i, |
|
|
bool |
r = true, |
|
|
bool |
u = false |
|
) |
| |
|
inline |
template<class X , class Y >
template<class X , class Y >
| IndexInfo::IndexInfo |
( |
const SamplingData< X > & |
s, |
|
|
Y |
y, |
|
|
int |
len |
|
) |
| |
|
inline |
template<class T >
| IndexInfo::IndexInfo |
( |
const T * |
arr, |
|
|
int |
sz, |
|
|
T |
val |
|
) |
| |
|
inline |
template<class X , class Y >
template<class X , class Y >
| void IndexInfo::set |
( |
const SamplingData< X > & |
sd, |
|
|
Y |
y, |
|
|
int |
length |
|
) |
| |
|
inline |
| bool IndexInfo::roundedtolow_ |